--- ray/src/common/Rmakefile 1994/07/06 15:15:19 2.16 +++ ray/src/common/Rmakefile 1995/06/30 16:06:38 2.18 @@ -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 lookup.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) @@ -81,6 +81,8 @@ image.o: view.h calprnt.o: calcomp.h process.o: vfork.h + +clip.o plocate.o: plocate.h font.o: font.h