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

Comparing ray/src/meta/Rmakefile (file contents):
Revision 1.7 by greg, Wed Oct 22 02:15:07 2003 UTC vs.
Revision 1.8 by greg, Fri Nov 5 03:31:37 2004 UTC

# Line 22 | Line 22 | PROGS = $(DESTDIR)/meta2tga $(DESTDIR)/pexpand $(DESTD
22          $(DESTDIR)/x11meta $(DESTDIR)/bgraph $(DESTDIR)/igraph \
23          $(DESTDIR)/dgraph $(DESTDIR)/gcomp $(DESTDIR)/plot4
24  
25 SPECIALPROGS = $(DESTDIR)/mt160l $(DESTDIR)/mt160 $(DESTDIR)/mtext \
26        $(DESTDIR)/plotout $(DESTDIR)/okimate $(DESTDIR)/tbar \
27        $(DESTDIR)/mx80 $(DESTDIR)/t4014 $(DESTDIR)/imagew \
28        $(DESTDIR)/impress $(DESTDIR)/aed5 $(DESTDIR)/tscat \
29        $(DESTDIR)/tcurve #$(DESTDIR)/xmeta
30
25   # global targets
26   all: $(PROGS)
27  
# Line 43 | Line 37 | clean:
37          set nonomatch; rm -f *.o $(PROGS) $(SPECIALPROGS) core
38  
39   # individual targets
46 $(DESTDIR)/mt160l:      mt160l.o mplot.o plot.o palloc.o
47        $(CC) $(CFLAGS) -o mt160l mt160l.o mplot.o plot.o \
48 $(common) -lrt palloc.o
40  
50 $(DESTDIR)/okimate:     okimate.o mplot.o plot.o palloc.o
51        $(CC) $(CFLAGS) -o okimate okimate.o mplot.o plot.o \
52 $(common) palloc.o -lrt
53
54 $(DESTDIR)/imagew:      imagew.o mplot.o plot.o palloc.o
55        $(CC) $(CFLAGS) -o imagew imagew.o mplot.o plot.o $(common) \
56 palloc.o -lrt $(MLIB)
57
58 $(DESTDIR)/mt160:       mt160.o mplot.o plot.o palloc.o
59        $(CC) $(CFLAGS) -o mt160 mt160.o mplot.o plot.o $(common) \
60 palloc.o -lrt
61
41   $(DESTDIR)/meta2tga:    meta2tga.o rplot.o plot.o palloc.o
42          $(CC) $(CFLAGS) -o meta2tga meta2tga.o rplot.o plot.o $(common) \
43   palloc.o -lrt $(MLIB)
44  
66 $(DESTDIR)/mx80:        mx80.o mplot.o plot.o palloc.o
67        $(CC) $(CFLAGS) -o mx80 mx80.o mplot.o plot.o $(common) \
68 palloc.o -lrt $(MLIB)
69
45   $(DESTDIR)/t4014:       plotout.c ../lib/lib4014.a
46          $(CC) -DFORTEK $(CFLAGS) -o t4014 plotout.c $(common) \
47   -l4014 -lrt $(MLIB)
48          rm -f plotout.o
49  
75 $(DESTDIR)/impress:     impress.o implot.o imPfuncs.o plot.o
76        $(CC) $(CFLAGS) -o impress impress.o implot.o imPfuncs.o \
77 plot.o $(common) -lrt $(MLIB)
78
79 $(DESTDIR)/aed5:        aed5.o
80        $(CC) $(CFLAGS) -o aed5 aed5.o $(common) -lrt $(MLIB)
81
82 #$(DESTDIR)/xmeta:      xmeta.o xplot.o plot.o palloc.o
83 #       $(CC) $(CFLAGS) -o xmeta xmeta.o xplot.o plot.o palloc.o \
84 #$(common) -lrt -lX11 $(MLIB)
85
50   $(DESTDIR)/x11meta:     xmeta.o x11plot.o plot.o palloc.o
51          $(CC) $(CFLAGS) -o x11meta xmeta.o x11plot.o plot.o palloc.o \
52   $(common) -lrt -lX11 $(MLIB)
# Line 150 | Line 114 | $(DESTDIR)/gcomp:      gcomp.o gcalc.o mgvars.o
114   -lrt $(MLIB)
115  
116   # dependencies
117 < $(DESTDIR)/meta2tga $(DESTDIR)/okimate $(DESTDIR)/impress \
118 < $(DESTDIR)/mx80 $(DESTDIR)/t4014 $(DESTDIR)/plotout $(DESTDIR)/x11meta \
119 < $(DESTDIR)/mt160l $(DESTDIR)/mt160 $(DESTDIR)/pexpand $(DESTDIR)/plot4 \
156 < $(DESTDIR)/psort $(DESTDIR)/imagew $(DESTDIR)/tcurve $(DESTDIR)/mtext \
157 < $(DESTDIR)/tscat $(DESTDIR)/plotin $(DESTDIR)/tbar \
158 < $(DESTDIR)/xmeta ../lib/libmeta.a aed5 psmeta:  $(common)
117 > $(DESTDIR)/meta2tga $(DESTDIR)/t4014 $(DESTDIR)/plotout $(DESTDIR)/x11meta \
118 > $(DESTDIR)/pexpand $(DESTDIR)/plot4 $(DESTDIR)/psort $(DESTDIR)/mtext \
119 > $(DESTDIR)/plotin ../lib/libmeta.a psmeta:      $(common)
120  
121   cvhfio.o:       cvhfio.c hfio.c
122  
# Line 164 | Line 125 | mgvars.o igraph.o mgraph.o cgraph.o gcalc.o:   mgvars.h
125   mgraph.o:       mgraph.h
126  
127   misc.o syscalls.o mfio.o hfio.o cvhfio.o palloc.o segment.o sort.o expand.o \
128 < plot.o mplot.o primout.o tgraph.o mt160l.o mt160.o mx80.o plotout.o \
129 < psort.o pexpand.o cv.o tcurve.o tscat.o mtext.o tbar.o plot4.o \
130 < xmeta.o metacalls.o xplot.o meta2tga.o rplot.o: meta.h ../common/rterror.h
128 > plot.o mplot.o primout.o plotout.o \
129 > psort.o pexpand.o cv.o mtext.o plot4.o \
130 > xmeta.o metacalls.o meta2tga.o rplot.o: meta.h ../common/rterror.h
131  
132 < plot.o mplot.o mt160l.o mt160.o mx80.o xmeta.o xplot.o \
172 < meta2tga.o rplot.o implot.o:    plot.h
132 > plot.o mplot.o meta2tga.o rplot.o:      plot.h
133  
134 < mplot.o mt160l.o mt160.o mx80.o:        span.h
175 <
176 < tgraph.o tcurve.o tscat.o tbar.o:       tgraph.h
177 <
178 < impress.o implot.o imPfuncs.o:  imPfuncs.h
134 > mplot.o:        span.h
135  
136   rplot.o meta2tga.o:     rast.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines