--- ray/src/common/Rmakefile 2015/08/12 23:07:59 2.73 +++ ray/src/common/Rmakefile 2016/02/02 18:02:32 2.74 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.73 2015/08/12 23:07:59 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.74 2016/02/02 18:02:32 greg Exp $ # # Makefile for ray tracing library routines # @@ -29,7 +29,8 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv 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 bmalloc.o \ - loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o + loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o \ + cvtcmd.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) @@ -124,7 +125,7 @@ clip.o plocate.o: plocate.h font.o: font.h -fropen.o getpath.o image.o: paths.h +cvtcmd.o fropen.o getpath.o image.o: paths.h lookup.o: lookup.h