This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Inner classes and makefiles


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]