Has anyone found a clean way to get make to deal with inner classes? I can't seem to get inner classes to work with implicit rules. It seems that the "$" in the class name confuses make. For the moment, I just explicitly compile all of the inner classes and list them explicitly for the link. Thanks, Greg