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

include ../../Local.conf

all: image

image: common.ads image.adb image_global.adb image_global.ads motif_graphics.adb motif_graphics.ads
	$(ADA_MAKE) $(ADA_MAKE_FLAGS) -I../../lib -I.. $@ -largs $(ADA_LINK_FLAGS) $(XLIB_DIR) $(XM_LIBS)

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

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