home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!pmafire!mica.inel.gov!ux1!news.byu.edu!eff!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!noc.msc.net!news.stolaf.edu!guenther
- From: guenther@stolaf.edu (Philip Guenther)
- Subject: Re: simple makefile question
- In-Reply-To: ejh@khonshu.colorado.edu's message of 4 Nov 92 11:27:11
- Message-ID: <GUENTHER.92Nov5191244@lars.stolaf.edu>
- Sender: news@news.stolaf.edu
- Organization: Academic Computing Center, St. Olaf College
- References: <EJH.92Nov4112711@khonshu.colorado.edu>
- Date: 5 Nov 92 19:12:44
- Lines: 21
-
- In article <EJH.92Nov4112711@khonshu.colorado.edu> ejh@khonshu.colorado.edu (Edward J. Hartnett) writes:
- <story and makefiles deleted>
-
- I thought that all dependancies are evaluated, but it seems to do only
- the first! Any help out there?
-
- Make starts with the first entry by default, evaluating from there.
- Thus to make all things by default, insert as the first target, the
- target "all" with dependencies atobf and rdhdr, as so:
-
- all: atobf rdhdr
-
- Thus when you just do a make or a make all, it will check to see if
- each of the other programs is up to date.
-
- Philip Guenther
- --
- guenther@stolaf.edu (Philip Guenther) | The ACC might agree with me,
- Student Sys Prog, Academic Computing Center | but with that bunch, (and me)
- St Olaf College, Northfield, MN 55057-1001 | you never know... :-) :-| :-(
- "Life makes sense? LIFE MAKES SENSE!!? Where do people get these ideas?"-me
-