\ API = ../java-API # Points to the directory containing the Ada specs for the Java API all : force @echo "Type \"make run\" to run the example" tictactoe.jar : jgnatmake -I${API} tictactoe jgnatbind -n -I${API} tictactoe.ali jgnatlink tictactoe.ali jarmake -o $@ tictactoe\$$typ.class build : tictactoe.jar run : build appletviewer test.html clean : force ${RM} *~ *.ali *.class CVS b~* distclean : clean ${RM} *.jar # The following target is used only when building the windows release flip : $(FLIP) makefile *.txt *.ads *.adb *.html force: