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.14 by greg, Sat Apr 26 15:59:38 2014 UTC vs.
Revision 1.15 by greg, Mon Oct 12 20:10:50 2015 UTC

# Line 23 | Line 23 | PROGS = $(DESTDIR)/meta2tga $(DESTDIR)/pexpand $(DESTD
23          $(DESTDIR)/dgraph $(DESTDIR)/gcomp $(DESTDIR)/plot4 \
24          $(DESTDIR)/meta2bmp
25  
26 + LIBS = symbols.met vchars.met boxw.plt curve.plt line.plt scatter.plt \
27 +        cartesian.plt function.plt polar.plt standard.plt
28 +
29   # global targets
30   all: $(PROGS)
31  
32 < install: $(PROGS)
32 > install: $(PROGS) $(LIBS)
33          cp $(PROGS) $(INSTDIR)
34 +        cp $(LIBS) $(MLIBDIR)
35 +        ./cv symbols.met > $(MLIBDIR)/symbols.mta
36 +        ./cv vchars.met > $(MLIBDIR)/vchars.mta
37  
38   clean:
39          set nonomatch; rm -f *.o $(PROGS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines