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 $(MAKE) -C $$subsystem/$(PLATFORM) $@; \
20 for subsystem in $(subsystems); do \
21 if [ -f $$subsystem/$(PLATFORM)/Makefile ]; then \
22 $(MAKE) -C $$subsystem/docs $@; \