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