--- ray/src/common/Rmakefile 1994/04/14 04:44:42 2.13 +++ ray/src/common/Rmakefile 1995/10/16 09:21:43 2.19 @@ -21,8 +21,8 @@ PICOBJ = color.o header.o image.o lamps.o resolu.o rex STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ 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 + badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ + clip.o plocate.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 @@ -51,7 +48,7 @@ calfunc.o: calfunc.c calcomp.h getlibpath.o: getlibpath.c $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c getlibpath.c -color.o colrops.o resolu.o spec_rgb.o: color.h +color.o colrops.o lamps.o spec_rgb.o: color.h cone.o: cone.h @@ -85,6 +82,10 @@ calprnt.o: calcomp.h process.o: vfork.h +clip.o plocate.o: plocate.h + font.o: font.h fropen.o getpath.o image.o: paths.h + +lookup.o: lookup.h