--- ray/src/common/Rmakefile 2003/07/14 04:56:53 2.43 +++ ray/src/common/Rmakefile 2003/10/28 13:16:00 2.47 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.43 2003/07/14 04:56:53 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.47 2003/10/28 13:16:00 greg Exp $ # # Makefile for ray tracing library routines # @@ -23,8 +23,8 @@ PICOBJ = color.o header.o image.o lamps.o resolu.o rex STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ - unix_process.o process.o getpath.o error.o savestr.o savqstr.o \ - badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ + unix_process.o process.o gethomedir.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 eputs.o wputs.o quit.o lookup.o \ loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o @@ -39,10 +39,10 @@ all: librt.a $(SPECIAL) librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) -ranlib librt.a + mv librt.a ../lib/librt.a install: all - mv librt.a ../lib/librt.a - cd $(LIBDIR) ; rm -f $(LIBFILES) + cd $(LIBDIR) && rm -f $(LIBFILES) cp $(LIBFILES) $(LIBDIR) clean: