ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/Rmakefile
(Generate patch)

Comparing ray/src/gen/Rmakefile (file contents):
Revision 1.7 by greg, Fri Jan 19 00:01:15 1990 UTC vs.
Revision 1.10 by greg, Sun Feb 17 22:37:05 1991 UTC

# Line 11 | Line 11 | CFLAGS = $(MACH) $(OPT)
11   INSTDIR = /usr/local/ray
12  
13   PROGS = genbox gensky xform genblinds genrev genworm \
14 <                gensurf genprism
14 >                gensurf genprism replmarks
15  
16   all:    $(PROGS)
17  
# Line 41 | Line 41 | genprism:      genprism.o
41   xform:  xform.o xf.o mat4.o fgetline.o
42          cc $(CFLAGS) -o xform xform.o xf.o mat4.o fgetline.o -lm
43  
44 + replmarks:      replmarks.o fvect.o fgetline.o
45 +        cc $(CFLAGS) -o replmarks replmarks.o fvect.o fgetline.o -lm
46 +
47   genrev: genrev.o calexpr.o caldefn.o calfunc.o \
48   ealloc.o savestr.o
49          cc $(CFLAGS) -o genrev genrev.o caldefn.o calexpr.o \
# Line 68 | Line 71 | caldefn.o:     caldefn.c calcomp.h
71   calfunc.o:      calfunc.c calcomp.h
72          cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c
73  
74 < gensurf.o:      standard.h fvect.h
74 > gensurf.o:      standard.h mat4.h fvect.h
75  
76 < fvect.o genworm.o:      fvect.h
76 > fvect.o genworm.o replmarks.o:  fvect.h
77 >
78 > mat4.o:         mat4.h fvect.h
79 >
80 > xform.o:        standard.h mat4.h fvect.h otypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines