Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-phy.UUCP Path: utzoo!linus!decvax!harpo!ihnp4!inuxc!pur-ee!CS-Mordred!Pucc-H:Physics:crl From: crl@pur-phy.UUCP (Charles LaBrec) Newsgroups: net.unix Subject: Re: make and archives - dependency problem Message-ID: <1299@pur-phy.UUCP> Date: Tue, 17-Apr-84 03:39:01 EST Article-I.D.: pur-phy.1299 Posted: Tue Apr 17 03:39:01 1984 Date-Received: Wed, 18-Apr-84 01:16:11 EST References: <410@hocda.UUCP> Organization: Purdue University Physics Dept. Lines: 13 "Make" has understood archives since version 7. If a dependency of the form "arch(foo.o)" is given, make will look up foo.o in arch.a and use the modified time inside the archive. Also available is a dependency of the form "arch((_foo))" that looks up the entry point "_foo" in arch.a and uses the modified time of the .o file that contains it. (I don't have any documents handy, but with the amount I looked at Make recently, I think the above is the correct syntax.) System V Make handles archives even better. Charles LaBrec UUCP: pur-ee!Physics:crl, purdue!Physics:crl INTERNET: crl @ pur-phy.UUCP