#  ---------------------------------------------------------- 
#   (C)1992 Institute for New Generation Computer Technology 
#       (Read COPYRIGHT for detailed information.) 
#  -----------------------------------------------------------
PROLOG = sicstus
all:
	$(PROLOG) -l loadup
clean:
	rm -f *.db *.h *.c
realclean:	clean
	rm -f kl1cmp
