--- ray/src/gen/Rmakefile 1989/02/02 14:58:40 1.2 +++ ray/src/gen/Rmakefile 1989/10/04 16:07:54 1.4 @@ -14,7 +14,6 @@ PROGS = genbox gensky xform genblinds genrev genworm \ all: $(PROGS) install: $(PROGS) genpine.csh genwindow.csh - sccs check cp $(PROGS) $(INSTDIR) install genpine.csh $(INSTDIR)/genpine install genwindow.csh $(INSTDIR)/genwindow @@ -37,8 +36,8 @@ genblinds: genblinds.o genprism: genprism.o cc $(CFLAGS) -o genprism genprism.o -xform: xform.o xf.o mat4.o - cc $(CFLAGS) -o xform xform.o xf.o mat4.o -lm +xform: xform.o xf.o mat4.o fgetline.o + cc $(CFLAGS) -o xform xform.o xf.o mat4.o fgetline.o -lm genrev: genrev.o calexpr.o caldefn.o calfunc.o \ ealloc.o savestr.o