dependencies to libraries

2004-11-22 Thread Roesner Thomas

dependencies to libraries

2004-11-22 Thread Roesner Thomas
Dear all, can somebody tell me how to write a makefile.am wich generates the following Makefile: --- snipplet --- ... AOB = di.a(di_dudata.o) di.a(di_du.o)di.a(di_dumd.o) di.a(dicompress.o) di.a(diconf.o) \ di.a(diimp.o) di.a(dipub.o) ... di.a : $(AOB) @$(AR) s

Multiple libraries

2005-06-14 Thread Roesner Thomas

Creating two libraries with same sourcefiles but diffrent defines

2005-06-14 Thread Roesner Thomas

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

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

AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Roesner Thomas
not to the library_source.o file? I´d like to delete the objectfiles to have a nearly clean sourcedir? Kind Regards, Tom > -Ursprüngliche Nachricht- > Von: Ralf Wildenhues [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 21. Juni 2005 09:48 > An: Roesner Thomas > Cc: automake@gnu.org &g

Prevent libtool-output

2005-09-30 Thread Roesner Thomas
Dear all, Can anybody tell me how to prevent the output of libtool while make is running? I already put the --silent option for libtool in the Makefile.am, but I had no effort. Redirecting the output via >/dev/null is not suitable for the users. IMHO I need to put an @ in front of an command wit

AW: Prevent libtool-output

2005-09-30 Thread Roesner Thomas
the according entry in the Makefile? Kind Regards, Thomas -Ursprüngliche Nachricht- Von: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. September 2005 15:22 An: Roesner Thomas Cc: automake@gnu.org Betreff: Re: Prevent libtool-output Hi Thomas, * Roesner Thomas wrote on

(no subject)

2005-12-09 Thread Roesner Thomas
Dear all, i`m looking for your advise for linking against static libraries. We are using automake/Libtool to build some programs (~30). We have nearly the same number of lt-libraries. The point is, that I want to build all programs with shared libraries, but one with static libraries, wich are ba

Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Roesner Thomas
rds Thomas Roesner -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Baurzhan Ismagulov Gesendet: Freitag, 9. Dezember 2005 22:21 An: automake@gnu.org Betreff: Re: (no subject) Hello Thomas, On Fri, Dec 09, 2005 at 04:25:42PM +0100, Roesner Thomas wr

AW: Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Roesner Thomas
EMAIL PROTECTED] Im Auftrag von Baurzhan Ismagulov Gesendet: Montag, 12. Dezember 2005 22:53 An: automake@gnu.org Betreff: Re: Linking dynamic AND static with the same lt-libraries On Mon, Dec 12, 2005 at 09:28:54AM +0100, Roesner Thomas wrote: > "does not work" means, that the linker ca

Splint

2006-02-06 Thread Roesner, Thomas
Dear all, is there a macro to enable (sp)lint checking within autoconf/automake? Kind Regards Thomas Roesner