--- ray/src/common/Rmakefile 1992/09/08 09:09:19 2.9 +++ ray/src/common/Rmakefile 1993/03/10 19:39:22 2.11 @@ -21,9 +21,10 @@ 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) +SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT) librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)