automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dependencies to libraries


From: Alexandre Duret-Lutz
Subject: Re: dependencies to libraries
Date: Mon, 22 Nov 2004 20:30:20 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Roesner" == Roesner Thomas <address@hidden> writes:

 Roesner> Dear all,
 Roesner> can somebody tell me how to write a makefile.am wich generates the
 Roesner> following Makefile:

You can't call the library di.a, but I presume using libdi.a
instead shouldn't be a big deal.

noinst_LIBRARIES = libdi.a
libdi_a_SOURCES = di_dudata.c di_di.c di_dumd.c ...

[...]

 Roesner> I have not found any hint in the web, 

`info automake' is your friend.

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]