autoconf
[Top][All Lists]
Advanced

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

Re: source files several levels deep


From: G.L. Grobe
Subject: Re: source files several levels deep
Date: Tue, 27 Aug 2002 18:38:38 -0500

I got a few responses about needing a Makefile.am in these directories, but are there any docs or examples of what the contents of the recursive makefiles need to be anywheres?
 
----- Original Message -----
From: G.L. Grobe
Sent: Friday, August 23, 2002 10:28 PM
Subject: source files several levels deep

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
        |- SubDir1ofA    // contains source files
        |- SubDir2ofA    // contains sourse files|
 
I used to have a makefile in DirectoryA that handled all of it's subdirs before I switched to autoconf and would now like to do something equal and not put everything in the toplevel makefile.
 
Any help/advice much appreciated.

reply via email to

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