[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.2, Tue Nov 16 14:39:09 1999 UTC (24 years, 6 months ago) by maekawa
Branch: MAIN
Changes since 1.1: +8 -13 lines

o upgrade gnuplot to 3.7

o store only patch for maintainace easily.

But where is gnuplot_x11? now it is diabled.

GNUPLOT = ../gnuplot
BINDIR = ../../bin

all :
	(cd $(GNUPLOT) ; patch < ../gnuplot-diff/plot.c.diff)
	(cd $(GNUPLOT) ; ./configure ; make )
	/bin/rm -f $(BINDIR)/gnuplot4ox
	mv $(GNUPLOT)/gnuplot $(BINDIR)/gnuplot4ox

clean :
	(cd $(GNUPLOT) ; mv ./plot.c.orig plot.c)
	(cd $(GNUPLOT) ; make distclean )
	/bin/rm -f $(BINDIR)/gnuplot4ox