[Top][All Lists]
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Makefile help,
Stephan Goetter <=