automake
[Top][All Lists]
Advanced

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

Re: Objects in multiple directories


From: Alexandre Duret-Lutz
Subject: Re: Objects in multiple directories
Date: Sun, 06 Apr 2003 21:58:22 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

>>> "Bill" == Bill Moseley <address@hidden> writes:

[...]

 Bill> I'd like to build a convenience library and the source
 Bill> for the library is in its own directory tree with just a
 Bill> few source files and headers in each subdirectory -- some
 Bill> subdirectories contain just one .c and associated .h
 Bill> file.

lib_LIBRARIES = mylib.a
mylib_a_SOURCES = foo/foo.c bar/bar.c bar/bar.h
AUTOMAKE_OPTIONS = subdir-objects # Optional, see the manual.

[...]

-- 
Alexandre Duret-Lutz





reply via email to

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