Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 5/3/83; site ukc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!ukc!lmcl From: lmcl@ukc.UUCP Newsgroups: net.unix-wizards Subject: cpp'ing makefiles Message-ID: <4174@ukc.UUCP> Date: Sat, 12-May-84 09:16:28 EDT Article-I.D.: ukc.4174 Posted: Sat May 12 09:16:28 1984 Date-Received: Sun, 6-May-84 02:25:02 EDT Organization: Computing Lab. Kent University, England Lines: 13 Would someone please tell me why the following is a bad idea. Cpp makefiles to make then use the same configuration as the programs that they generate. By doing this you'd avoid having to ensure that the defines in the main include files matched those in the makefile as so many systems I've installed recently seem to need. Admittedly you could have the makefile either pass down information to the programs its generating (-DXXX=${XXX}) or have the makefile invoke the editor on the appropriate files. But if you have a small machine, like an 11, then you'd probably end up with a makefile to large to run. -- ...!ukc!lmcl ...!ukc!root44!west44!lee