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.4 by greg, Wed Oct 4 16:07:54 1989 UTC vs.
Revision 1.14 by greg, Tue Apr 23 15:53:11 1991 UTC

# Line 4 | Line 4
4   # Makefile for object generation programs
5   #
6  
7 < CFLAGS = -O -f68881 /usr/lib/f68881.il -DIEEE
7 > OPT = -O
8 > MACH = -DBSD -DSTRUCTASSIGN -f68881 /usr/lib/libm.il -DIEEE
9 > CFLAGS = $(MACH) $(OPT)
10  
11 < INSTDIR = /usr/local/ray
11 > INSTDIR = /lumen/lumen/ray/bin.sun3
12  
13   PROGS = genbox gensky xform genblinds genrev genworm \
14 <                gensurf genprism
14 >                gensurf genprism replmarks
15  
16   all:    $(PROGS)
17  
18   install:        $(PROGS) genpine.csh genwindow.csh
19          cp $(PROGS) $(INSTDIR)
20 <        install genpine.csh $(INSTDIR)/genpine
21 <        install genwindow.csh $(INSTDIR)/genwindow
20 >        cp genwindow.csh $(INSTDIR)/genwindow
21 >        chmod 755 $(INSTDIR)/genwindow
22  
23 + clean:
24 +        set nonomatch; rm -f $(PROGS) *.o core
25 +
26   genbeads:       genbeads.o hermite3.o
27          cc $(CFLAGS) -o genbeads genbeads.o hermite3.o -lm
28  
# Line 39 | Line 44 | genprism:      genprism.o
44   xform:  xform.o xf.o mat4.o fgetline.o
45          cc $(CFLAGS) -o xform xform.o xf.o mat4.o fgetline.o -lm
46  
47 + replmarks:      replmarks.o fvect.o fgetline.o
48 +        cc $(CFLAGS) -o replmarks replmarks.o fvect.o fgetline.o -lm
49 +
50   genrev: genrev.o calexpr.o caldefn.o calfunc.o \
51   ealloc.o savestr.o
52          cc $(CFLAGS) -o genrev genrev.o caldefn.o calexpr.o \
# Line 61 | Line 69 | calexpr.o:     calexpr.c calcomp.h
69          cc $(CFLAGS) -c -DVARIABLE -DFUNCTION -DRCONST calexpr.c
70  
71   caldefn.o:      caldefn.c calcomp.h
72 <        cc $(CFLAGS) -c -DFUNCTION caldefn.c
72 >        cc $(CFLAGS) -c -DFUNCTION -DRCONST caldefn.c
73  
74   calfunc.o:      calfunc.c calcomp.h
75          cc $(CFLAGS) -c -DVARIABLE -DBIGLIB calfunc.c
76  
77 < fvect.o genworm.o:      fvect.h
77 > gensurf.o:      standard.h mat4.h fvect.h
78 >
79 > fvect.o genworm.o replmarks.o:  fvect.h
80 >
81 > mat4.o:         mat4.h fvect.h
82 >
83 > xform.o:        standard.h mat4.h fvect.h otypes.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines