Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!helios.ee.lbl.gov!ux1.lbl.gov!beard From: beard@ux1.lbl.gov (Patrick C Beard) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW vs Lightspeed Message-ID: <1727@helios.ee.lbl.gov> Date: 20 Jan 89 20:01:10 GMT References: <322@s1.sys.uea.ac.uk> <7117@polyslo.CalPoly.EDU> Sender: usenet@helios.ee.lbl.gov Reply-To: beard@ux1.lbl.gov (Patrick C Beard) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 10 One annoying thing about the CreateMake is that it doesn't know about .h files for dependencies. I'm a C and assembly language programmer and I want to be able to have my C sources depend on the include files. Minor, but it means that I have to edit all of my make files whenever I create a new makefile. This is true even under MPW 3.0! I also think it is unnecessary to have programs depend on the Makefile itself. If I want to rebuild every- thing I'll choose full build. Patrick Beard Berkeley Systems, Berkeley CA