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" philosophers.jar : jgnatmake -I${API} philosophers jgnatbind -n -I${API} philosophers.ali jgnatlink philosophers.ali jarmake -j -L$(API)/rt-1.2.2.jar -o $@ philosophers\$$typ.class build : philosophers.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: