Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site azure.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!tektronix!teklds!azure!jimbi From: jimbi@azure.UUCP (Jim Bigelow) Newsgroups: net.lang.c Subject: Re: make depend Message-ID: <157@azure.UUCP> Date: Tue, 19-Mar-85 15:22:16 EST Article-I.D.: azure.157 Posted: Tue Mar 19 15:22:16 1985 Date-Received: Fri, 22-Mar-85 23:50:14 EST References: <8775@brl-tgr.ARPA> <544@rlgvax.UUCP> <12416@gatech.UUCP> <563@rlgvax.UUCP> Reply-To: jimbi@azure.UUCP (Jim Bigelow) Organization: Tektronix, Beaverton OR Lines: 10 Keywords: make depends Summary: use mkmf to make depend [] There is a command, mkmf (make makefile), in the 4.2BSD distribution, 3rd party contibuted software, spms ( software project management system ) that creates a new makefile from a template, if one doesn't already exist. It automatically makes the dependancy lists. This version is not fool proof, but it DOES work for simple and non-fancy dependancies, it's fast and simple to use. To update a makefile for new files and dependancies just type "mkmf". Jim Bigelow Tektronix