Re: AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Andre Caldas
Hello! The remaining question is: is there any way to make the dependencies to the library, not to the library_source.o file? I´d like to delete the objectfiles to have a nearly clean sourcedir? Sorry for not answering your question. But you can build in a different directory. In my case, I

AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Roesner Thomas
Dear all, it seems to work now, unfortunately i didn't have the depcomp file, so starting make in av didn't result in compiling the files without any errormessage, expect missing o-files. The remaining question is: is there any way to make the dependencies to the library, not to the library_sourc

AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Roesner Thomas
Dear Kelley, thank you for your quick replie, - i was offline some days :-( > lib_LIBRARIES = libavstd.a libavpcl.a > > libsources = avbed.c avpub.c > libavstd_a_SOURCES = $(libsources) > libavstd_a_CPPFLAGS = -DNORMAL $(AM_CPPFLAGS) > > libavpcl_a_SOURCES = $(libsources) > libavpcl_a_CPPFLAGS