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.9 by greg, Fri Nov 5 17:51:16 2004 UTC vs.
Revision 1.10 by greg, Wed May 4 23:43:19 2005 UTC

# Line 20 | Line 20 | common = mfio.o syscalls.o misc.o
20   PROGS = $(DESTDIR)/meta2tga $(DESTDIR)/pexpand $(DESTDIR)/psort \
21          $(DESTDIR)/cv $(DESTDIR)/psmeta $(DESTDIR)/plotin \
22          $(DESTDIR)/x11meta $(DESTDIR)/bgraph $(DESTDIR)/igraph \
23 <        $(DESTDIR)/dgraph $(DESTDIR)/gcomp $(DESTDIR)/plot4
23 >        $(DESTDIR)/dgraph $(DESTDIR)/gcomp $(DESTDIR)/plot4 \
24 >        $(DESTDIR)/meta2bmp
25  
26   # global targets
27   all: $(PROGS)
# Line 37 | Line 38 | $(DESTDIR)/meta2tga:   meta2tga.o rplot.o plot.o palloc.
38          $(CC) $(CFLAGS) -o meta2tga meta2tga.o rplot.o plot.o $(common) \
39   palloc.o -lrt $(MLIB)
40  
41 + $(DESTDIR)/meta2bmp:    meta2bmp.o rplot.o plot.o palloc.o
42 +        $(CC) $(CFLAGS) -o meta2bmp meta2bmp.o rplot.o plot.o $(common) \
43 + palloc.o -lrt $(MLIB)
44 +
45   $(DESTDIR)/x11meta:     xmeta.o x11plot.o plot.o palloc.o
46          $(CC) $(CFLAGS) -o x11meta xmeta.o x11plot.o plot.o palloc.o \
47   $(common) -lrt -lX11 $(MLIB)
# Line 101 | Line 106 | $(DESTDIR)/gcomp:      gcomp.o gcalc.o mgvars.o
106   -lrt $(MLIB)
107  
108   # dependencies
109 < $(DESTDIR)/meta2tga $(DESTDIR)/x11meta \
109 > $(DESTDIR)/meta2tga $(DESTDIR)/meta2bmp $(DESTDIR)/x11meta \
110   $(DESTDIR)/pexpand $(DESTDIR)/plot4 $(DESTDIR)/psort $(DESTDIR)/mtext \
111   $(DESTDIR)/plotin ../lib/libmeta.a psmeta:      $(common)
112  
# Line 113 | Line 118 | mgraph.o:      mgraph.h
118  
119   misc.o syscalls.o mfio.o hfio.o cvhfio.o palloc.o segment.o sort.o expand.o \
120   plot.o mplot.o primout.o psort.o pexpand.o cv.o mtext.o plot4.o \
121 < xmeta.o metacalls.o meta2tga.o rplot.o: meta.h ../common/rterror.h
121 > xmeta.o metacalls.o meta2tga.o \
122 > meta2bmp.o rplot.o:     meta.h ../common/rterror.h
123  
124 < plot.o mplot.o meta2tga.o rplot.o:      plot.h
124 > plot.o mplot.o meta2tga.o meta2bmp.o rplot.o:   plot.h
125  
126   mplot.o:        span.h
127  
128 < rplot.o meta2tga.o:     rast.h
128 > rplot.o meta2bmp.o meta2tga.o:  rast.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines