Annotation of OpenXM/src/gnuplot-diff/Makefile, Revision 1.1
1.1 ! maekawa 1: GNUPLOT = ../gnuplot-3.5beta6.347.orig
! 2: BINDIR = ../../bin
! 3: all :
! 4: /bin/rm -rf $(GNUPLOT)/plot.c
! 5: (cd $(GNUPLOT) ; ln -s ../gnuplot-diff/plot-forox.c plot.c)
! 6: (cd $(GNUPLOT) ; ./configure ; make )
! 7: /bin/rm -rf $(BINDIR)/gnuplot_forox
! 8: /bin/rm -rf $(BINDIR)/gnuplot_x11
! 9: mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot_forox
! 10: mv $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11
! 11:
! 12: clean :
! 13: /bin/rm -rf *~
! 14: /bin/rm -rf $(GNUPLOT)/plot.c
! 15: (cd $(GNUPLOT) ; ln -s ./plot.c.original plot.c)
! 16: (cd $(GNUPLOT) ; make distclean )
! 17: /bin/rm -rf $(BINDIR)/gnuplot_forox $(BINDIR)/gnuplot_x11
! 18:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>