On 2009-05-05 16:09Z, Jonathan Carse wrote: > > The ultimate solution is to have a Visual Studio type of structure where all > the release objs will go to /bin/release and all of the debug objs will go > to /bin/debug > > But how can I make it so 'make' can compile incrementally with these obj > dirs?
Build in the target directory (e.g., "/bin/release" above), using VPATH to find the source files. See: http://mad-scientist.us/make/multi-arch.html _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
