Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!mss+ From: mss+@andrew.cmu.edu (Mark Sherman) Newsgroups: comp.sys.mac.programmer Subject: Recursive make on MPW 3.0 Message-ID: <4ZCXpWy00VsAAbc4Ay@andrew.cmu.edu> Date: 16 Oct 89 20:43:14 GMT Organization: Information Technology Center, Carnegie Mellon, Pittsburgh, PA Lines: 9 Does anyone know if there is a way to perform a recursive make/build on MPW 3.0? I have my libraries organized into directories, each with its own make file for its own library. I would like to build the entire system from a make file in the top most directory. Some straight forward attempts on my part proved fruitless (I keep getting into trouble with the fact that I cannot actually perform the output of the Make along with some other directroy movement commands). Surely the issue is resolved by now: what is the general strategy? -Mark