# # Makefile for the example program hello_world # # THIS MAKEFILE IS FOR GNAT!!! # # April, 2 1998 H.-F. Vogt # include ../../Local.conf all: hello_world hello_world: hello_world.adb hello_world_global.ads hello_world_global.adb earth.ads $(ADA_MAKE) $(ADA_MAKE_FLAGS) -I../../lib $@ -largs $(ADA_LINK_FLAGS) $(XLIB_DIR) $(XM_LIBS) $(XMU_LIBS) $(ADABINDX_LIBS) clean: $(RM) *.ali *.o distclean: $(RM) *.ali *.o hello_world