not x00a: interface.o not.x
	$(F77) $(LDFLAGS) $(STRIP) -o x00a interface.o not.x $(LIBR)
	-ln x00a not 2>/dev/null || true
	@echo not loaded
interface.C: ; echo 'INCLUDE(u/cinter)CINTER(not)' >interface.C
internal: not.x
	echo INTERNALS $?
