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

Comparing ray/src/px/Rmakefile (file contents):
Revision 2.70 by greg, Sat Apr 26 15:59:38 2014 UTC vs.
Revision 2.71 by greg, Sat Aug 26 16:07:22 2017 UTC

# Line 18 | Line 18 | LIBDIR = /usr/local/lib/ray
18   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 < ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp pmblur2
21 > ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond \
22 > pcwarp pmblur2 psketch
23  
24   all:    $(PROGS) $(SPECIAL)
25  
# Line 123 | Line 124 | pmblur2:       pmblur2.o
124   ra_xyze:        ra_xyze.o
125          $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrtrad $(MLIB)
126  
127 + psketch:        psketch.o
128 +        $(CC) $(CFLAGS) -o psketch psketch.o -lrtrad $(MLIB)
129 +
130   ra_tiff:        ra_tiff.o ../lib/libtiff.a
131          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrtrad -ltiff $(MLIB)
132  
# Line 165 | Line 169 | nclrtab.o:     neuclrtab.o
169  
170   pcomb.o:        ../common/calcomp.h
171  
172 < pf2.o ra_ps.o ra_t16.o: ../common/random.h
172 > psketch.o pf2.o ra_ps.o ra_t16.o:       ../common/random.h
173  
174   neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o \
175   psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \
176   pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o pmblur2.o \
177   ra_ps.o pvalue.o pcomb.o pinterp.o:     ../common/color.h
178  
179 < neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o \
179 > neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o psketch.o \
180   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
181   ../common/rtmisc.h ../common/rtio.h \
182   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
# Line 198 | Line 202 | pinterp.o protate.o pvalue.o ra_pict.o ra_hexbit.o \
202   ra_ppm.o ra_rgbe.o ra_t16.o ra_t8.o \
203   ra_tiff.o ttyimage.o:   ../common/resolu.h
204  
205 + psketch.o:      ../common/resolu.h ../common/color.h
206 +
207   pfilt.o:        ../common/paths.h
208  
209   psign.o:        ../common/font.h
# Line 218 | Line 224 | x11findwind.c: ../common/x11findwind.c
224   macbethcal.o normtiff.o pcomb.o pcompos.o pcond.o pextrem.o pfilt.o \
225   pflip.o psign.o pvalue.o ra_bmp.o ra_gif.o ra_pict.o ra_ppm.o ra_ps.o \
226   ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o pmblur2.o \
227 < ttyimage.o:     ../common/platform.h
227 > psketch.o ttyimage.o:   ../common/platform.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines