# make-file for simulations # $Id: Makefile,v 1.2 2003/11/18 02:36:14 baker Exp baker $ PSIZESOURCES=sizes.ads sizes.adb cycles.ads cycles.adb\ system_type.ads system_type.adb psizes.adb SOURCES=bgs.adb bgs.ads cycles.adb dds.ads dss.ads\ dxs.ads generic_queue.adb generic_queue.ads pls.ads\ random_tools.ads random_tools.adb test_all.adb test_rms.adb all: psizes test_rms test_all psizes: $(SOURCES) gnatmake psizes test_rms: $(SOURCES) gnatmake test_rms test_all: $(SOURCES) gnatmake test_all clean: rm -f test_all test_rms psizes *~ *# b~*.ad* *.o *.ali save: data mv rms* edf* plots data: test_all test_rms ./test_all ./test_rms mv edf* rms* plots