From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Building dependencies. From: anothy@cosym.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20010920174445.38C60199ED@mail.cse.psu.edu> Date: Thu, 20 Sep 2001 13:44:34 -0400 Topicbox-Message-UUID: eef215dc-eac9-11e9-9e20-41e7f4b1d025 // We tend to keep things simple, with one header // file for a whole program, or two if we split data // from function declarations. Then we just make // everything depend on the header file (or both headers). while i agree this is the best approach to building systems in most cases, i ocasionally have to deal with alien code. much, much code i've run accross isn't built with anything approaching simplicity in mind, nor do the makefiles tend to be readable, useful, or workable under APE. i'd love to be able to generate the list of dependancies and roll my own ma?ke?file. -α.