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