ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/Rmakefile
Revision: 2.70
Committed: Sat Apr 26 15:59:38 2014 UTC (10 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R2P1
Changes since 2.69: +2 -2 lines
Log Message:
Eliminated silly removal of "core" no longer used by most systems

File Contents

# User Rev Content
1 greg 2.70 # RCSid: $Id: Rmakefile,v 2.69 2012/10/05 00:59:38 greg Exp $
2 greg 2.45 #
3 gregl 2.34 # Compiles for image processing and display programs
4 greg 1.1 #
5    
6 greg 1.47 ARCH = sun
7 greg 1.8 OPT = -O
8 greg 1.53 MACH = -DBSD
9 greg 2.54 SPECIAL =
10 greg 2.45 CFLAGS = -I../common -L../lib $(OPT) $(MACH)
11 greg 2.4 CC = cc
12 greg 2.16 MLIB = -lm
13 greg 1.1
14 greg 1.50 INSTDIR = /usr/local/bin
15 greg 1.1
16 greg 1.43 LIBDIR = /usr/local/lib/ray
17 greg 1.28
18 greg 2.54 PROGS = pfilt ttyimage psign ra_tiff normtiff \
19     pvalue pcompos protate ra_hexbit ra_bmp \
20     ra_t8 ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \
21 greg 2.69 ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp pmblur2
22 greg 1.1
23 gwlarson 2.42 all: $(PROGS) $(SPECIAL)
24 greg 1.29
25 gwlarson 2.39 ogl:
26    
27 greg 1.29 sun:
28 greg 1.1
29 greg 2.67 install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.pl \
30 greg 2.64 pdfblur.csh pmblur.csh pmdblur.csh xyzimage.csh pgblur.csh ra_pfm.csh \
31     pbilat.csh
32 greg 1.1 cp $(PROGS) $(INSTDIR)
33 greg 1.25 cp normpat.csh $(INSTDIR)/normpat
34 greg 2.67 cp falsecolor.pl $(INSTDIR)/falsecolor
35 greg 2.20 cp pdfblur.csh $(INSTDIR)/pdfblur
36 greg 2.24 cp pmblur.csh $(INSTDIR)/pmblur
37 greg 2.57 cp pmdblur.csh $(INSTDIR)/pmdblur
38 greg 2.25 cp xyzimage.csh $(INSTDIR)/xyzimage
39 gwlarson 2.37 cp phisto.csh $(INSTDIR)/phisto
40 greg 2.45 cp pdelta.csh $(INSTDIR)/pdelta
41 greg 2.49 cp pgblur.csh $(INSTDIR)/pgblur
42 greg 2.56 cp ra_pfm.csh $(INSTDIR)/ra_pfm
43 greg 2.62 cp ran2tiff.csh $(INSTDIR)/ran2tiff
44 greg 2.64 cp pbilat.csh $(INSTDIR)/pbilat
45 greg 2.62 cd $(INSTDIR) ; chmod 755 normpat falsecolor pdfblur pmblur \
46 greg 2.64 pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff pbilat
47 greg 1.1
48 greg 1.28 clean:
49 greg 2.70 rm -f $(PROGS) $(SPECIAL) *.o x11findwind.c
50 greg 2.55 cd tiff; make distclean
51 greg 1.28
52 greg 1.40 pfilt: pfilt.o pf2.o pf3.o
53 schorsch 2.63 $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrtrad $(MLIB)
54 greg 1.1
55 greg 2.32 pcond: pcond.o pcond2.o pcond3.o pcond4.o warp3d.o
56     $(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o warp3d.o \
57 schorsch 2.63 -lrtrad $(MLIB)
58 greg 2.29
59 greg 2.32 pcwarp: pcwarp.o warp3d.o
60 schorsch 2.63 $(CC) $(CFLAGS) -o pcwarp pcwarp.o warp3d.o -lrtrad $(MLIB)
61 greg 2.32
62 greg 1.40 ttyimage: ttyimage.o
63 schorsch 2.63 $(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrtrad $(MLIB)
64 greg 1.1
65 greg 1.40 pvalue: pvalue.o
66 schorsch 2.63 $(CC) $(CFLAGS) -o pvalue pvalue.o -lrtrad $(MLIB)
67 greg 1.1
68 greg 1.40 pcompos: pcompos.o
69 schorsch 2.63 $(CC) $(CFLAGS) -o pcompos pcompos.o -lrtrad $(MLIB)
70 greg 1.1
71 greg 1.40 psign: psign.o
72 schorsch 2.63 $(CC) $(CFLAGS) -o psign psign.o -lrtrad $(MLIB)
73 greg 1.1
74 greg 2.19 ra_gif: ra_gif.o clrtab.o neuclrtab.o
75 schorsch 2.63 $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrtrad $(MLIB)
76 greg 1.1
77 greg 2.5 ra_ps: ra_ps.o
78 schorsch 2.63 $(CC) $(CFLAGS) -o ra_ps ra_ps.o -lrtrad $(MLIB)
79 greg 2.5
80 greg 1.46 ra_ppm: ra_ppm.o
81 schorsch 2.63 $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrtrad $(MLIB)
82 greg 1.19
83 greg 2.51 ra_bmp: ra_bmp.o
84 schorsch 2.63 $(CC) $(CFLAGS) -o ra_bmp ra_bmp.o -lrtrad $(MLIB)
85 greg 2.51
86 greg 2.19 ra_t8: ra_t8.o clrtab.o neuclrtab.o
87 schorsch 2.63 $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrtrad $(MLIB)
88 greg 1.1
89 greg 1.40 ra_t16: ra_t16.o
90 schorsch 2.63 $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrtrad $(MLIB)
91 greg 1.1
92 greg 1.49 ra_rgbe: ra_rgbe.o
93 schorsch 2.63 $(CC) $(CFLAGS) -o ra_rgbe ra_rgbe.o -lrtrad $(MLIB)
94 greg 1.1
95 greg 1.50 ra_pict: ra_pict.o
96 schorsch 2.63 $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrtrad $(MLIB)
97 greg 1.50
98 gwlarson 2.40 ra_hexbit: ra_hexbit.o
99 schorsch 2.63 $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrtrad $(MLIB)
100 greg 1.50
101 greg 2.9 ximage: x11image.o x11raster.o clrtab.o
102 greg 2.4 $(CC) $(CFLAGS) -o ximage x11image.o x11raster.o \
103 schorsch 2.63 clrtab.o -lrtrad -lX11 $(MLIB)
104 greg 1.17
105 greg 1.56 protate: protate.o
106 schorsch 2.63 $(CC) $(CFLAGS) -o protate protate.o -lrtrad $(MLIB)
107 greg 1.1
108 greg 2.6 pextrem: pextrem.o
109 schorsch 2.63 $(CC) $(CFLAGS) -o pextrem pextrem.o -lrtrad $(MLIB)
110 greg 2.6
111 greg 1.40 pflip: pflip.o
112 schorsch 2.63 $(CC) $(CFLAGS) -o pflip pflip.o -lrtrad $(MLIB)
113 greg 1.26
114 greg 1.41 pcomb: pcomb.o
115 schorsch 2.63 $(CC) $(CFLAGS) -o pcomb pcomb.o -lrtrad $(MLIB)
116 greg 1.1
117 greg 1.40 pinterp: pinterp.o
118 schorsch 2.63 $(CC) $(CFLAGS) -o pinterp pinterp.o -lrtrad $(MLIB)
119 greg 2.22
120 greg 2.69 pmblur2: pmblur2.o
121     $(CC) $(CFLAGS) -o pmblur2 pmblur2.o -lrtrad $(MLIB)
122    
123 greg 2.22 ra_xyze: ra_xyze.o
124 schorsch 2.63 $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrtrad $(MLIB)
125 greg 1.44
126 greg 1.48 ra_tiff: ra_tiff.o ../lib/libtiff.a
127 schorsch 2.63 $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrtrad -ltiff $(MLIB)
128 greg 1.44
129 gwlarson 2.43 ../common/tiff.h ../common/tiffio.h: ../lib/libtiff.a
130 greg 2.45 @chmod u+w ../common/tiff.h ../common/tiffio.h
131 gwlarson 2.43 @touch ../common/tiff.h ../common/tiffio.h
132 gregl 2.36
133 greg 2.45 normtiff: normtiff.o ../lib/libtiff.a
134 schorsch 2.63 $(CC) $(CFLAGS) -o normtiff normtiff.o -lrtrad -ltiff $(MLIB)
135 gwlarson 2.43
136 greg 2.58 ../lib/libtiff.a:
137 greg 2.60 cd tiff ; ./configure -C -quiet -with-CC=$(CC) \
138 greg 2.58 "--libdir=`pwd`/../../lib" "--includedir=`pwd`/../../common" \
139     --enable-static --disable-shared --disable-cxx \
140     --enable-logluv --disable-jpeg \
141     --disable-zlib --disable-pixarlog \
142 gwlarson 2.42 "-with-ENVOPTS=$(OPT)" ; \
143 greg 2.58 cd port ; make all ; \
144     cd ../libtiff ; make install
145 greg 1.44
146 greg 1.40 xshowtrace: xshowtrace.o x11findwind.o
147 greg 2.4 $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
148 schorsch 2.63 x11findwind.o -lrtrad -lX11 $(MLIB)
149 greg 2.21
150 greg 2.32 macbethcal: macbethcal.o pmapgen.o mx3.o warp3d.o
151     $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o warp3d.o \
152 schorsch 2.63 -lrtrad $(MLIB)
153 greg 2.21
154    
155 greg 2.23 macbethcal.o: pmap.h ../common/color.h ../common/resolu.h
156 greg 2.32
157     macbethcal.o pcond2.o pcwarp.o warp3d.o: warp3d.h ../common/lookup.h
158 greg 2.21
159     pmapgen.o: mx3.h pmap.h
160 greg 1.28
161 greg 2.19 nclrtab.o: neuclrtab.o
162     ln neuclrtab.c nclrtab.c
163     $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
164     rm -f nclrtab.c
165    
166 greg 1.41 pcomb.o: ../common/calcomp.h
167 greg 1.18
168 greg 2.54 pf2.o ra_ps.o ra_t16.o: ../common/random.h
169 greg 1.1
170 greg 2.54 neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o \
171     psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \
172 greg 2.69 pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o pmblur2.o \
173 greg 2.54 ra_ps.o pvalue.o pcomb.o pinterp.o: ../common/color.h
174 greg 1.1
175 greg 2.69 neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o \
176 greg 2.19 xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \
177 greg 2.47 ../common/rtmisc.h ../common/rtio.h \
178     ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
179 greg 2.66 ../common/rterror.h
180 greg 1.1
181 greg 1.17 x11image.o x11raster.o: x11raster.h
182 greg 1.1
183 greg 2.33 x11image.o: ../common/tonemap.h ../common/color.h
184    
185 greg 1.40 ra_t8.o: ../common/targa.h
186 gregl 2.34
187 greg 2.45 ra_tiff.o normtiff.o: ../common/tiff.h ../common/tiffio.h
188 greg 1.1
189 greg 2.54 ra_t8.o: pic.h
190 greg 1.1
191 greg 2.54 pcomb.o pfilt.o pinterp.o x11image.o x11showtrace.o \
192 greg 2.45 image.o: ../common/view.h ../common/resolu.h
193 greg 1.50
194     ra_pict.o: pict.h
195 greg 1.55
196 greg 2.54 pcompos.o pfilt.o pflip.o \
197     pinterp.o protate.o pvalue.o ra_pict.o ra_hexbit.o \
198     ra_ppm.o ra_rgbe.o ra_t16.o ra_t8.o \
199 greg 2.45 ra_tiff.o ttyimage.o: ../common/resolu.h
200 greg 2.7
201 greg 2.45 pfilt.o: ../common/paths.h
202 greg 2.18
203     psign.o: ../common/font.h
204 greg 2.29
205     pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \
206 greg 2.47 ../common/rtmisc.h ../common/rtio.h \
207     ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
208 greg 2.66 ../common/rterror.h ../common/color.h ../common/view.h ../common/resolu.h
209 gwlarson 2.43
210     normtiff.o: ../common/color.h ../common/tonemap.h ../common/resolu.h
211    
212 greg 2.52 ra_bmp.o: ../common/bmpfile.h ../common/color.h \
213     ../common/tonemap.h ../common/resolu.h
214 greg 2.51
215 greg 2.45 x11findwind.c: ../common/x11findwind.c
216     cp ../common/x11findwind.c .
217 greg 2.68
218     macbethcal.o normtiff.o pcomb.o pcompos.o pcond.o pextrem.o pfilt.o \
219     pflip.o psign.o pvalue.o ra_bmp.o ra_gif.o ra_pict.o ra_ppm.o ra_ps.o \
220 greg 2.69 ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o pmblur2.o \
221 greg 2.68 ttyimage.o: ../common/platform.h