[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.2 and 1.3

version 1.2, 1999/11/16 14:39:09 version 1.3, 1999/11/16 17:44:59
Line 3  BINDIR = ../../bin
Line 3  BINDIR = ../../bin
   
 all :  all :
         (cd $(GNUPLOT) ; patch < ../gnuplot-diff/plot.c.diff)          (cd $(GNUPLOT) ; patch < ../gnuplot-diff/plot.c.diff)
         (cd $(GNUPLOT) ; ./configure ; make )          (cd $(GNUPLOT) ; ./configure --with-x ; make )
         /bin/rm -f $(BINDIR)/gnuplot4ox          /bin/rm -f $(BINDIR)/gnuplot4ox
         mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox          mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox
           mv $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11
   
 clean :  clean :
         (cd $(GNUPLOT) ; mv ./plot.c.orig plot.c)          (cd $(GNUPLOT) ; mv ./plot.c.orig plot.c)
         (cd $(GNUPLOT) ; make distclean )          (cd $(GNUPLOT) ; make distclean )
         /bin/rm -f $(BINDIR)/gnuplot4ox          /bin/rm -f $(BINDIR)/gnuplot4ox $(BINDIR)/gnuplot_x11

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

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