RE: Sending _OBJECTS output to configuration specific directory - HELP!!

2002-05-02 Thread Robert Collins
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!!

2002-05-02 Thread Ray Cardillo
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