RE: Sending _OBJECTS output to configuration specific directory - HELP!!
Run the configure script twice. Once from $(srcdir)/build/Release with CFLAGS=-O3 CXXFLAGS=-O3 Once from $(srcdir)/build/Debug with CFLAGS="-O -g" CXXFLAGS="-O -g" Cheers, Rob
Sending _OBJECTS output to configuration specific directory - HELP!!
I've been struggling with this, and cannot seem to find any examples of other people doing the same... but I'd like to be able to have automake/configure create makefiles that put the .o, .a, executables, etc in another directory based on a configuration parameter. I did this by hand-editting