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.69 by greg, Fri Oct 5 00:59:38 2012 UTC vs.
Revision 2.74 by greg, Fri Jan 3 20:05:14 2020 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 36 | Line 37 | pbilat.csh
37          cp pmblur.csh $(INSTDIR)/pmblur
38          cp pmdblur.csh $(INSTDIR)/pmdblur
39          cp xyzimage.csh $(INSTDIR)/xyzimage
40 <        cp phisto.csh $(INSTDIR)/phisto
40 >        cp phisto.pl $(INSTDIR)/phisto
41          cp pdelta.csh $(INSTDIR)/pdelta
42          cp pgblur.csh $(INSTDIR)/pgblur
43          cp ra_pfm.csh $(INSTDIR)/ra_pfm
# Line 46 | Line 47 | pbilat.csh
47          pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff pbilat
48  
49   clean:
50 <        rm -f $(PROGS) $(SPECIAL) *.o core x11findwind.c
50 >        rm -f $(PROGS) $(SPECIAL) *.o x11findwind.c
51          cd tiff; make distclean
52  
53   pfilt:  pfilt.o pf2.o pf3.o
# 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 172 | Line 176 | 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 < pfilt.o:        ../common/paths.h
205 > psketch.o:      ../common/resolu.h ../common/color.h
206  
207 + psketch.o pfilt.o:      ../common/paths.h
208 +
209   psign.o:        ../common/font.h
210  
211   pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.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