[comp.sys.mac.programmer] Recursive make on MPW 3.0

mss+@andrew.cmu.edu (Mark Sherman) (10/17/89)

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