tslines tspoints: interface.o tsline.x
	$(F77) $(LDFLAGS) $(STRIP) -o tslines interface.o tsline.x $(GRZ)
	-ln tslines tspoints 2>/dev/null || true
	@echo tslines tspoints loaded
interface.C: ; echo "INCLUDE(u/cinter)CINTER(tslines,g)" >interface.C
internal: tsline.x
	echo INTERNALS $?
