--- ray/src/common/Rmakefile 1991/07/29 15:47:43 1.11 +++ ray/src/common/Rmakefile 1991/08/20 15:33:45 1.13 @@ -16,11 +16,11 @@ PICOBJ = color.o header.o image.o lamps.o resolu.o rex colrops.o STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fvect.o urand.o \ - calexpr.o caldefn.o calfunc.o calprnt.o \ + urind.o peano.o calexpr.o caldefn.o calfunc.o calprnt.o \ process.o getpath.o error.o savestr.o savqstr.o \ fgetword.o words.o cputs.o wputs.o eputs.o quit.o -SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o random.o bcopy.o +SYSOBJ = ealloc.o bmalloc.o erf.o # frexp.o fwrite.o random.o bcopy.o librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)