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.12 by greg, Sat Nov 24 00:37:27 2007 UTC vs.
Revision 1.14 by greg, Sat Apr 26 15:59:38 2014 UTC

# Line 30 | Line 30 | install: $(PROGS)
30          cp $(PROGS) $(INSTDIR)
31  
32   clean:
33 <        set nonomatch; rm -f *.o $(PROGS) core
33 >        set nonomatch; rm -f *.o $(PROGS)
34  
35   # individual targets
36  
# Line 50 | Line 50 | $(DESTDIR)/psmeta:     psmeta.o psplot.o
50          $(CC) $(CFLAGS) -o psmeta psmeta.o psplot.o $(common) -lrtrad
51  
52   $(DESTDIR)/plotin:      plotin.o primout.o
53 <        $(CC) $(CFLAGS) -o plotin plotin.o primout.o $(common) -lrtrad
53 >        $(CC) $(CFLAGS) -o plotin plotin.o primout.o $(common) -lrtrad $(MLIB)
54  
55   $(DESTDIR)/pexpand:     pexpand.o expand.o segment.o palloc.o
56          $(CC) $(CFLAGS) -o pexpand pexpand.o expand.o segment.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines