--- ray/src/common/Rmakefile 1994/06/29 18:18:07 2.14 +++ ray/src/common/Rmakefile 1994/07/06 15:15:19 2.16 @@ -22,7 +22,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv urind.o peano.o calexpr.o caldefn.o calfunc.o calprnt.o \ multisamp.o process.o getpath.o error.o savestr.o savqstr.o \ badarg.o fgetword.o words.o expandarg.o wordfile.o \ - cputs.o wputs.o eputs.o quit.o + cputs.o wputs.o eputs.o quit.o lookup.o SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT) @@ -36,9 +36,6 @@ install: librt.a clean: rm -f *.o librt.a -fropen.o: fropen.c - $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c - calexpr.o: calexpr.c calcomp.h $(CC) $(CFLAGS) -DVARIABLE -DFUNCTION -DRCONST -c calexpr.c @@ -88,3 +85,5 @@ process.o: vfork.h font.o: font.h fropen.o getpath.o image.o: paths.h + +lookup.o: lookup.h