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

include ../../Local.conf

SRCS = show_hosts.adb

all:
	$(ADA_MAKE) $(ADA_MAKE_FLAGS) -I../../lib -I.. $(SRCS) -largs $(ADA_LINK_FLAGS) $(XLIB_DIR) $(X_LIBS)

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

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