INC+=-I../AdaSDL/binding include make.conf default: all all:framebuff sdltests tutorial framebuff: rm -f compile gnatmake -O3 -gnaty3abcefhiklmprstM90 -gnatnfvU -gnatwl\ $(INC) compile -largs $(LIBS) .PHONY: sdltests sdltests: gmake -C sdltests all .PHONY: tutorial tutorial: gmake -C tutorial all clean: gmake -C tutorial clean gmake -C sdltests clean rm -f compile$(EXE) b~*.ad[bs] cleandist: clean gmake -C tutorial cleandist gmake -C sdltests cleandist rm -f *.o *.ali compile conf2x11: cp make.conf_x11 make.conf conf2w32: cp make.conf_w32 make.conf