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" build : connectfour.jar connectfour.jar : jgnatmake -I${API} connectfour jgnatbind -n -I${API} connectfour.ali jgnatlink connectfour.ali jarmake -o $@ connectfour\$$typ.class run : build appletviewer test.html clean : force ${RM} *~ *.ali *.class b~* CVS distclean : clean ${RM} *.jar # The following target is used only when building the windows release flip : $(FLIP) makefile *.txt *.ads *.adb *.html force: