Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rlgvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!rlgvax!peter From: peter@rlgvax.UUCP (Peter Klosky) Newsgroups: net.lang.c,net.sources Subject: Re: makefile dependency-list creator Message-ID: <164@rlgvax.UUCP> Date: Wed, 3-Oct-84 15:33:05 EDT Article-I.D.: rlgvax.164 Posted: Wed Oct 3 15:33:05 1984 Date-Received: Fri, 5-Oct-84 06:11:20 EDT References: <1174@hou4b.UUCP> Distribution: net.lang.c,net.sources Organization: CCI Office Systems Group, Reston, VA Lines: 9 Xref: godot net.lang.c:1304 net.sources:760 XXX > These scripts, (odeph and hdepo), create makefile dependency-lists. > Given the input as: grep include *.c | odeph >ch.mk > The script 'odeph' produces a makefile dependence list, (ch.mk): > file1.o : stdio.h filea.h This is a very nice simple minded little program, but what about using include files that in turn include other include files depending on this or that. More on this later ...