include ../../Makefile.vars SRC_ADS = qs_tools.ads\ queueing_systems.ads\ queueing_system.ads\ queueing_system-theoretical.ads\ queueing_system-simulation.ads\ queueing_system-theoretical-pp1.ads\ queueing_system-theoretical-mp1.ads\ queueing_system-theoretical-md1.ads\ queueing_system-theoretical-mm1.ads\ queueing_system-theoretical-mg1.ads\ queueing_system-theoretical-mms.ads\ queueing_system-simulation-pp1.ads\ queueing_system-simulation-mp1.ads\ queueing_system-simulation-md1.ads\ queueing_system-simulation-mm1.ads\ queueing_system-simulation-mg1.ads\ queueing_system-simulation-mms.ads SRC_ADB = qs_tools.adb\ queueing_system.adb\ queueing_system-theoretical.adb\ queueing_system-simulation.adb\ queueing_system-theoretical-pp1.adb\ queueing_system-theoretical-mp1.adb\ queueing_system-theoretical-md1.adb\ queueing_system-theoretical-mm1.adb\ queueing_system-theoretical-mg1.adb\ queueing_system-theoretical-mms.adb\ queueing_system-simulation-pp1.adb\ queueing_system-simulation-mp1.adb\ queueing_system-simulation-md1.adb\ queueing_system-simulation-mm1.adb\ queueing_system-simulation-mg1.adb\ queueing_system-simulation-mms.adb all:: $(SRC_ADB:.adb=.o) prettyprint:: @for file in ${SRC_ADB} ${SRC_ADS}; do \ echo $(PRETTY_PRINTER) $${file}; \ $(PRETTY_PRINTER) $${file}; \ done