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 : animate.jar animate.jar : jgnatmake -I${API} animate jgnatbind -n -I${API} animate.ali jgnatlink animate.ali jarmake -o $@ animate\$$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: