--- ray/src/common/Rmakefile 1997/03/07 15:45:32 2.22 +++ ray/src/common/Rmakefile 1997/03/18 16:01:08 2.23 @@ -22,7 +22,8 @@ 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 fgetval.o \ - clip.o plocate.o cputs.o wputs.o eputs.o quit.o lookup.o + clip.o plocate.o cputs.o wputs.o eputs.o quit.o lookup.o \ + loadvars.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) @@ -89,3 +90,5 @@ font.o: font.h fropen.o getpath.o image.o: paths.h lookup.o: lookup.h + +loadvars.o: vars.h