boot: interface.o boot.o sxinit.o
	$(F77) $(LDFLAGS) $(STRIP) -o boot interface.o boot.o sxinit.o $(LIBR)
	@echo boot loaded
interface.C: ; echo 'INCLUDE(u/cinter)CINTER(boot,w)' >interface.C
internal: boot.o sxinit.o
	@echo INTERNALS $?
