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

File: [local] / OpenXM / src / gnuplot-diff / Attic / Makefile (download)

Revision 1.1.1.1 (vendor branch), Fri Oct 8 02:12:14 1999 UTC (24 years, 8 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines

o import OpenXM sources

GNUPLOT = ../gnuplot-3.5beta6.347.orig
BINDIR = ../../bin
all :
	/bin/rm -rf $(GNUPLOT)/plot.c
	(cd $(GNUPLOT) ; ln -s ../gnuplot-diff/plot-forox.c plot.c)
	(cd $(GNUPLOT) ; ./configure ;	make )
	/bin/rm -rf $(BINDIR)/gnuplot_forox
	/bin/rm -rf $(BINDIR)/gnuplot_x11
	mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot_forox
	mv $(GNUPLOT)/gnuplot_x11 $(BINDIR)/gnuplot_x11

clean :
	/bin/rm -rf *~
	/bin/rm -rf $(GNUPLOT)/plot.c
	(cd $(GNUPLOT) ; ln -s ./plot.c.original plot.c)
	(cd $(GNUPLOT) ; make distclean )
	/bin/rm -rf $(BINDIR)/gnuplot_forox $(BINDIR)/gnuplot_x11