Non recursive directory style.

2005-06-15 Thread Patrick Scheibe * SMC Trust
Hi. Is it possible to have a directory style like Root/ | +--Linux | +MSW | +src and to have all the autoconf, automake stuff in the Linux dir? I have problems when I define SUBDIRS=../src There are compiling errors coming from the .. in the path. Is there a howto/tutorial o

Creating two libraries with same sourcefiles but diffrent defines

2005-06-15 Thread Roesner Thomas
Is seems that my posting yesterday had no text so next try: Dear all, i need some help for technical hitch. I´d like to create a project (~ 30 subdirectories) with more than one library generated out of the same sourcefiles at the same time (no crosscompiler): For example in directory av i´d l

Re: Creating two libraries with same sourcefiles but diffrent defines

2005-06-15 Thread Kelley Cook
Roesner Thomas wrote: I´d like to create a project (~ 30 subdirectories) with more than one library generated out of the same sourcefiles at the same time (no crosscompiler): For example in directory av i´d like something like this: libavstd_CFLAGS: -d NORMAL libavstd_a_SOURCES: avbed.c avpub