Index: [thread] [date] [subject] [author]
  From: Carl Robert Knerr <crk5@duke.edu>
  To  : 
  Date: Thu, 11 Mar 1999 21:43:27 -0500

Large makefile and scripts

I've written makefiles for each of our subdirectories to make the 
programs.  However, right now, you have to go into each subdir and type 
make.  I've been trying to write one makefile in the parent dir which 
makes all the files.  Right now, I'm running into the problem of trying 
to tell it where the source code is.  I want to do something like 
SRC_FILES = sools/SRC_FILES  I've messed all around with the $ stuff, but 
to no avail.
	I also conteplated just make a little script that just ran the 
individual makefiles.  How does one do this?

Thanks for your help in advance.

-- Carl Knerr


Index: [thread] [date] [subject] [author]