2003-05-06 19:40:18 +02:00
|
|
|
JavaDeps - Automatic Dependency Tracking for Java
|
2001-10-17 14:32:17 +02:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
Tracking dependencies amongst a group of source files is always a chore.
|
|
|
|
With Java it's even worse: source files may be mutually-dependent, and
|
|
|
|
make doesn't deal with this situation at all!
|
2001-10-17 14:32:17 +02:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
JavaDeps is a tool to generate dependency rules for Java sources, inspired
|
|
|
|
by the "-MM" flag of gcc. This program analyzes a set of java source
|
|
|
|
files, and outputs their dependencies, along with makefile rules to build
|
2001-10-17 14:32:17 +02:00
|
|
|
the resulting classes.
|