--- ray/src/common/Rmakefile 1994/07/01 14:43:18 2.15 +++ 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 + 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) @@ -82,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