include ../../Makefile.vars SRC_ADS = random_project.ads\ random_scheduling.ads\ random_tools.ads\ laws.ads SRC_ADB = random_project.adb\ random_scheduling.adb\ random_tools.adb\ laws.adb all:: $(SRC_ADB:.adb=.o) prettyprint:: @for file in ${SRC_ADB} ${SRC_ADS}; do \ echo $(PRETTY_PRINTER) $${file}; \ $(PRETTY_PRINTER) $${file}; \ done