autoconf
[Top][All Lists]
Advanced

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

Re: source files several levels deep


From: Alexandre Duret-Lutz
Subject: Re: source files several levels deep
Date: Mon, 26 Aug 2002 13:54:37 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Bruce" == Bruce Korb <address@hidden> writes:

 >> "G.L. Grobe" wrote:
 >> 
 >> I'm still quite new but beleive I've got the basics
 >> down. Anyone give me some advice on how to compile files in
 >> directories several levels deep?
 >> 
 >> TopLevelDir
 >> |- Makefile
 >> |- DirectoryA       // contains no source

 Bruce> Still has to have a "relay" Makefile.am

 >> |- SubDir1ofA    // contains source files
 >> |- SubDir2ofA    // contains sourse files|

It's not clear whether Gary using Automake or not, 
but recent versions supports things like

bin_PROGRAMS = subdir/foo
subdir_foo_SOURCES = subdir/foo.c subdir/bar.c ...
AUTOMAKE_OPTIONS = subdir-objects

-- 
Alexandre Duret-Lutz





reply via email to

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