10-07-04 12:49 PM
I am looking for a completely explained example that will compile
several files together, put the object code in a subdirectory when the
source file changes, and use the object files in that subdirectory to
create the executable in the directory containing the makefile?
My program is written in several languages.
My problem is, currently, when I type make, it compiles everything
every time as if the pre-existing object code does not exist!
Sorry, I can't post my Makefile.
Christopher Lusardi
[ Post a follow-up to this message ]
|