chull: interface.o chull.x chull.o chpeel.o
	$(F77) $(LDFLAGS) $(STRIP) -o chull interface.o chull.x chull.o chpeel.o  $(LIBR)
	@echo chull loaded
interface.C: ; echo 'INCLUDE(u/cinter)CINTER(chull)' >interface.C
internal: chull.x chull.o chpeel.o
	echo INTERNALS $?
