3 # First cut at a topLevel makefile for the paradyn system.
8 subsystems = util rtinst thread paradyn paradynd paradyndSIM igen bininst
11 for subsystem in $(subsystems); do \
12 if [ -f $$subsystem/$(PLATFORM)/Makefile ]; then \
13 cd $$subsystem/$(PLATFORM); $(MAKE) $@; cd ../.. \
18 for subsystem in $(subsystems); do \
19 if [ -f $$subsystem/docs/Makefile ]; then \
20 cd $$subsystem/docs; $(MAKE) $@; cd ../.. \