How can I make my Ant files structure as flexible and as simple as
Makefiles? Here is the case:

1. Top level Rules.mak
2. Few lines in subdirectories' makefiles, for example,
target=libsomething.a
3. Just type make to compile.

How can I create same structure and usage in Ant? Any examples?

Thanks

B.






_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to