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

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.35 by greg, Fri Jun 27 06:53:23 2003 UTC vs.
Revision 2.39 by greg, Fri Nov 5 03:31:39 2004 UTC

# Line 35 | Line 35 | rlux.csh raddepend.csh trad.wsh objline.csh compamb.cs
35          cp raddepend.csh $(INSTDIR)/raddepend
36          cp compamb.csh $(INSTDIR)/compamb
37          cp vinfo.csh $(INSTDIR)/vinfo
38 +        cp genambpos.csh $(INSTDIR)/genambpos
39          chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \
40                  $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \
41                  $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \
42 <                $(INSTDIR)/compamb $(INSTDIR)/vinfo
42 >                $(INSTDIR)/compamb $(INSTDIR)/vinfo $(INSTDIR)/genambpos
43          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
44  
45   clean:
# Line 47 | Line 48 | clean:
48   ogl:    glrad
49          cp glrad $(INSTDIR)
50  
50 x10:
51
52 aed:
53
51   sgi:
52  
53   sun:
54  
58 scanner:        scanner.o
59        $(CC) $(CFLAGS) -o scanner scanner.o -lm
60
61 makedist:       makedist.o setscan.o
62        $(CC) $(CFLAGS) -o makedist makedist.o setscan.o -lrt -lm
63
55   findglare:      findglare.o glareval.o glaresrc.o setscan.o
56          $(CC) $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \
57   setscan.o -lrt -lm
# Line 98 | Line 89 | glrad: glrad.o
89          $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrt -lGLU -lGL \
90   -lX11 -lXext -lm
91  
92 < contour:        contour.o
102 <        $(CC) $(CFLAGS) -o contour contour.o -lm
92 > setscan.o:      setscan.h
93  
104 pranim: pranim.o client/libclient.a
105        $(CC) $(CFLAGS) -o pranim pranim.o \
106 client/libclient.a -lrpcsvc
107
108 t16anim:        t16anim.o client/libclient.a
109        $(CC) $(CFLAGS) -o t16anim t16anim.o \
110 client/libclient.a -lrpcsvc
111
112 t16anim.o pranim.o:     client/clnt.h
113
114 setscan.o makedist.o:   setscan.h
115
94   findglare.o glareval.o \
95   glaresrc.o:     glare.h ../common/standard.h \
96   ../common/rtmisc.h ../common/rtio.h \
97   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
98 < ../common/rterror.h \
98 > ../common/rterror.h ../common/tifftypes.h \
99   ../common/view.h ../common/color.h setscan.h
100  
101   glaresrc.o:     ../common/linregr.h
# Line 127 | Line 105 | rpiece.o:      ../common/color.h ../common/view.h ../common
105   rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
106   ../common/rtmisc.h ../common/rtio.h \
107   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
108 < ../common/rterror.h
108 > ../common/rterror.h ../common/tifftypes.h
109  
110   xglaresrc.o:    ../common/view.h
111  
134 swaprasheader.o:        ../common/rasterfile.h
135
112   glareval.o xglaresrc.o: ../common/resolu.h
113  
138 xglaresrc.o:    ../common/vfork.h
139
114   rad.o ranimate.o:       ../common/vars.h
115  
116   ranimove1.o ranimove2.o:        ../common/random.h
# Line 154 | Line 128 | rad.o ranimate.o ranimove.o:   ../common/view.h ../commo
128   glrad.o:        ../common/radogl.h \
129   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
130   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
131 < ../common/rterror.h \
131 > ../common/rterror.h ../common/tifftypes.h \
132   ../common/color.h ../common/object.h ../common/otypes.h ../common/lookup.h
133  
134   glrad.o:        glradicon.h ../common/view.h ../common/paths.h
# Line 165 | Line 139 | ranimove.o ranimove1.o ranimove2.o:    ranimove.h \
139   ../common/object.h ../common/color.h \
140   ../common/standard.h ../common/rtmisc.h ../common/rtio.h \
141   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
142 < ../common/rterror.h
142 > ../common/rterror.h ../common/tifftypes.h
143  
144   Version.c:      ../rt/Version.c
145          cp ../rt/Version.c .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines