--- ray/src/common/Rmakefile 1991/10/23 13:43:17 1.18 +++ ray/src/common/Rmakefile 1992/03/19 09:32:03 2.3 @@ -4,7 +4,7 @@ # OPT = -O -MACH = -DSTRUCTASSIGN -DBSD +MACH = -DBSD CFLAGS = $(MACH) $(OPT) COMPAT = bmalloc.o erf.o # frexp.o fwrite.o random.o @@ -20,7 +20,7 @@ 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 \ - fgetword.o words.o cputs.o wputs.o eputs.o quit.o + badarg.o fgetword.o words.o wordfile.o cputs.o wputs.o eputs.o quit.o SYSOBJ = ealloc.o $(COMPAT) @@ -77,3 +77,5 @@ readfargs.o: fvect.h image.o: view.h calprnt.o: calcomp.h + +process.o: vfork.h