Hi, my current makefile looks like that.
%.class: %.java
javac @<
all: $(ALL_CLASSFILES)
To compile all modified files at once I tried something
like that but didn't find any automatic variable or
other solution.
%.class: %.java
all: $(ALL_CLASSFILES)
javac $(ALL_MODIFIED)
Thank you for help,
Stephan
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make
