--- ray/src/common/Rmakefile 1992/07/07 14:26:06 2.7 +++ ray/src/common/Rmakefile 1992/09/08 09:09:19 2.9 @@ -23,7 +23,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fve 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 -SYSOBJ = ealloc.o $(COMPAT) +SYSOBJ = ealloc.o portio.o $(COMPAT) librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) @@ -82,3 +82,5 @@ calprnt.o: calcomp.h process.o: vfork.h font.o: font.h + +fropen.o getpath.o image.o: paths.h