--- ray/src/common/Rmakefile 1991/08/20 15:33:45 1.13 +++ ray/src/common/Rmakefile 1991/08/22 11:55:30 1.15 @@ -17,19 +17,20 @@ 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 \ - process.o getpath.o error.o savestr.o savqstr.o \ + multisamp.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 +install: librt.a + mv librt.a ../lib + librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) - @ ranlib librt.a + -ranlib librt.a -install: librt.a - clean: - rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) + rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) librt.a fropen.o: fropen.c cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c