#
# Makefile for the example program i18n
#
# THIS MAKEFILE IS FOR GNAT!!!
#
# 8.2.98 H.-F. Vogt
#

include ../../Local.conf

all: testpath

testpath: testpath.adb
	$(ADA_MAKE) $(ADA_MAKE_FLAGS) -I../../lib -I.. $@ -largs $(ADA_LINK_FLAGS) $(XLIB_DIR) $(XT_LIBS)

clean:
	$(RM) *.ali *.o

distclean:
	$(RM) *.ali *.o testpath
