13,14c test: rtest $(TESTDIR)/tp install: all $(INS) $(TESTDIR)/tp $(INSDIR) clean: -rm -f *.o clobber: clean -rm -f $(TESTDIR)/tp FRC: . 10,11c $(OFILES): tp.h $(FRC) . 8c tp: $(OFILES) $(CC) -s -o $(TESTDIR)/tp $(OFILES) . 5,6c all: tp . 1,3c TESTDIR = . FRC = INS = /etc/install INSDIR = CFLAGS = -O -DFLOPPY OFILES = tp0.o tp1.o tp2.o tp3.o . w