help-make
[Top][All Lists]
Advanced

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

Generate binaries into a different folder from src


From: MTsoul
Subject: Generate binaries into a different folder from src
Date: Tue, 25 Nov 2008 20:51:18 -0800 (PST)

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.





reply via email to

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