[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot-diff

Diff for /OpenXM/src/gnuplot-diff/Attic/Makefile between version 1.1 and 1.2

version 1.1, 1999/10/08 02:12:14 version 1.2, 1999/11/16 14:39:09
Line 1 
Line 1 
 GNUPLOT = ../gnuplot-3.5beta6.347.orig  GNUPLOT = ../gnuplot
 BINDIR = ../../bin  BINDIR = ../../bin
   
 all :  all :
         /bin/rm -rf $(GNUPLOT)/plot.c          (cd $(GNUPLOT) ; patch < ../gnuplot-diff/plot.c.diff)
         (cd $(GNUPLOT) ; ln -s ../gnuplot-diff/plot-forox.c plot.c)          (cd $(GNUPLOT) ; ./configure ; make )
         (cd $(GNUPLOT) ; ./configure ;  make )          /bin/rm -f $(BINDIR)/gnuplot4ox
         /bin/rm -rf $(BINDIR)/gnuplot_forox          mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox
         /bin/rm -rf $(BINDIR)/gnuplot_x11  
         mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot_forox  
         mv $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11  
   
 clean :  clean :
         /bin/rm -rf *~          (cd $(GNUPLOT) ; mv ./plot.c.orig plot.c)
         /bin/rm -rf $(GNUPLOT)/plot.c  
         (cd $(GNUPLOT) ; ln -s ./plot.c.original plot.c)  
         (cd $(GNUPLOT) ; make distclean )          (cd $(GNUPLOT) ; make distclean )
         /bin/rm -rf $(BINDIR)/gnuplot_forox $(BINDIR)/gnuplot_x11          /bin/rm -f $(BINDIR)/gnuplot4ox
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>