[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.3, Tue Nov 16 17:44:59 1999 UTC (24 years, 6 months ago) by maekawa
Branch: MAIN
Changes since 1.2: +3 -2 lines

o add configure options --with-x for generating gnuplot_x11.

I think we should check what OS we use. BSDians don't need linux-vga.

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

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

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