Inner classes and makefiles
Nathan Meyers
nmeyers@javalinux.net
Thu May 25 22:07:00 GMT 2000
"Gregory R. Warnes" wrote:
> 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.
Try "$$" for every occurrence of "$"; the "$" is magic in make.
Nathan
>
>
> For the moment, I just explicitly compile all of the inner classes and
> list them explicitly for the link.
>
> Thanks,
>
> Greg
More information about the Java
mailing list