--- ray/src/common/Rmakefile 1992/07/13 15:36:26 2.8 +++ ray/src/common/Rmakefile 1992/10/17 08:08:00 2.10 @@ -21,7 +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 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 wordfile.o cputs.o wputs.o eputs.o quit.o + badarg.o fgetword.o words.o expandarg.o wordfile.o \ + cputs.o wputs.o eputs.o quit.o SYSOBJ = ealloc.o portio.o $(COMPAT) @@ -82,3 +83,5 @@ calprnt.o: calcomp.h process.o: vfork.h font.o: font.h + +fropen.o getpath.o image.o: paths.h