3 # First cut at a topLevel makefile for the paradyn system.
8 subsystems = util rtinst thread paradyn paradynd igen
11 for subsystem in $(subsystems); do \
12 if [ -d $$subsystem/$(PLATFORM) ]; then \
13 cd $$subsystem/$(PLATFORM); make install; cd ../.. \