help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile help


From: Stephan Goetter
Subject: Makefile help
Date: Tue, 5 Aug 2003 19:59:40 +0200
User-agent: Mutt/1.4.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]