home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
SoundAndMusic
/
cmix
/
Makefile
next >
Wrap
Makefile
|
1991-12-17
|
409b
|
18 lines
CLEAN = cmd fancier.instruments filters head lpc model.instruments tape.backup rooms
DIRS = Minc lib sys objc cmd fancier.instruments filters head lpc model.instruments tape.backup rooms
all::
for DIR in $(DIRS);\
do \
(cd $$DIR; echo "making all in $$DIR..."; \
$(MAKE) all); \
done
clean::
for DIR in $(CLEAN);\
do \
(cd $$DIR; echo "making all in $$DIR..."; \
$(MAKE) clean); \
done