Hi, This is to compile Java .java files into .class files. It's the same as C/C++ make, only simpler since there are no cross-source dependencies.
My question is this. I have source files in ./src/, and i want to generate objects into ./bin/. I want a makefile in ./makefile. How do I write this makefile? There are constant additions of source files, so I'd like the makefile to have some kind of wild character search. The only dependency each binary has is its corresponding source file (no includes dependencies). Any ideas? Thanks in advance. -- View this message in context: http://www.nabble.com/Generate-binaries-into-a-different-folder-from-src-tp20694764p20694764.html Sent from the Gnu - Make - Help mailing list archive at Nabble.com. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
