Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!harpo!floyd!cmcl2!philabs!seismo!hao!hplabs!hpda!fortune!megatest!sun!decwrl!qubix!msc From: msc@qubix.UUCP Newsgroups: net.wanted,net.unix-wizards Subject: Re: Makefile generator wanted Message-ID: <282@qubix.UUCP> Date: Wed, 1-Jun-83 12:51:09 EDT Article-I.D.: qubix.282 Posted: Wed Jun 1 12:51:09 1983 Date-Received: Wed, 8-Jun-83 23:59:43 EDT References: cdi.200 Lines: 7 Try looking at the "make depend" stuff in the 4.1bsd system makefile (/sys/YOURSYS/makefile). This creates a new makefile with up to date dependencies on the included files. It uses a variety of grep and sed scripts. Mark