autoconf
[Top][All Lists]
Advanced

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

source files several levels deep


From: G.L. Grobe
Subject: source files several levels deep
Date: Fri, 23 Aug 2002 22:28:27 -0500

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]