--- ray/src/meta/Rmakefile 2007/11/24 00:37:27 1.12 +++ ray/src/meta/Rmakefile 2014/04/26 15:59:38 1.14 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 1.12 2007/11/24 00:37:27 greg Exp $ +# RCSid: $Id: Rmakefile,v 1.14 2014/04/26 15:59:38 greg Exp $ # # Compiles: # @@ -30,7 +30,7 @@ install: $(PROGS) cp $(PROGS) $(INSTDIR) clean: - set nonomatch; rm -f *.o $(PROGS) core + set nonomatch; rm -f *.o $(PROGS) # individual targets @@ -50,7 +50,7 @@ $(DESTDIR)/psmeta: psmeta.o psplot.o $(CC) $(CFLAGS) -o psmeta psmeta.o psplot.o $(common) -lrtrad $(DESTDIR)/plotin: plotin.o primout.o - $(CC) $(CFLAGS) -o plotin plotin.o primout.o $(common) -lrtrad + $(CC) $(CFLAGS) -o plotin plotin.o primout.o $(common) -lrtrad $(MLIB) $(DESTDIR)/pexpand: pexpand.o expand.o segment.o palloc.o $(CC) $(CFLAGS) -o pexpand pexpand.o expand.o segment.o \