# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.5 from Makefile.am.

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr
exec_prefix = /usr

bindir = /usr/bin
sbindir = /usr/sbin
libexecdir = /usr/libexec
datadir = /usr/share
sysconfdir = /etc
sharedstatedir = /usr/com
localstatedir = /var
libdir = /usr/lib
infodir = /usr/share/info
mandir = /usr/share/man
includedir = /usr/include
oldincludedir = /usr/include
pkgdatadir = $(datadir)/gnuplot
pkglibdir = $(libdir)/gnuplot
pkgincludedir = $(includedir)/gnuplot
top_builddir = ..

ACLOCAL = ${SHELL} /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/missing --run aclocal
AUTOCONF = ${SHELL} /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/missing --run autoconf
AUTOMAKE = ${SHELL} /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/missing --run automake
AUTOHEADER = ${SHELL} /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/missing --run autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
INSTALL_HEADER = $(INSTALL_DATA)
transform = s,x,x,
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
AMTAR = ${SHELL} /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/missing --run tar
AWK = gawk
CC = gcc
CPP = gcc -E -w
DEPDIR = .deps
DVIPS = dvips
EMACS = emacs
EXEEXT = 
GDLIB_CONFIG = /usr/bin/gdlib-config
GIHDIR = /usr/share
GNUPLOT_X11 = gnuplot_x11
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LASERGNU = lasergnu-noinstall
LATEX = latex
LIBPNG_CONFIG = /usr/bin/libpng-config
LIBRARIES_FOR_X =  -L/usr/X11R6/lib -lX11 
LINUXSUID = 
OBJEXT = o
PACKAGE = gnuplot
PDFLATEX = pdflatex
PDFLIB_CONFIG = 
PKG_MAJOR = 3.8j
PLAINTEX = tex
RANLIB = ranlib
TERMLIBS =   -lz -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng -lz -lm
TERMXLIBS = 
TROFF = troff
TUTORIAL = tutorial
U = 
VERSION = 3.8j.0+0.03
X_CFLAGS =  -I/usr/X11R6/include
X_EXTRA_LIBS = 
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE
am__include = include
am__quote = 
install_sh = /home/builduser/Momonga/STABLE_1/pkgs/gnuplot/BUILD/gnuplot-3.8j.0/install-sh

AUTOMAKE_OPTIONS = foreign 1.2h

CLEANFILES = binary1 binary2 binary3 defaults.ini equipo2.dat field2xy.dat \
fit.log soundfit.par temp.set fontfile.ps fontfile_latex.ps


BINARY_FILES = binary1 binary2 binary3

DEMO = all.dem

GNUPLOT = gnuplot

EXTRA_DIST = Makefile.am.in reread.bor world.cor 1.dat 2.dat 3.dat \
arrowstyle.dat battery.dat big_peak.dat candlesticks.dat clip14in.dat \
glass.dat hemisphr.dat klein.dat lcdemo.dat moli3.dat scatter2.dat \
silver.dat soundvel.dat steps.dat timedat.dat triangle.dat using.dat \
whale.dat world.dat airfoil.dem all.dem animate.dem arrowstyle.dem \
binary.dem bivariat.dem borders.dem candlesticks.dem contours.dem \
controls.dem discrete.dem electron.dem fillcrvs.dem fillstyle.dem fit.dem \
fontfile.dem fontfile_latex.dem hidden.dem mgr.dem mousevariables.dem \
multimsh.dem multiplt.dem param.dem pm3d.dem pm3dcolors.dem pm3dgamma.dem \
polar.dem poldat.dem prob.dem prob2.dem random.dem scatter.dem simple.dem \
singulr.dem spline.dem steps.dem surface1.dem surface2.dem textcolor.dem \
textrotate.dem timedat.dem using.dem vector.dem world.dem density.fnc \
hexa.fnc line.fnc reflect.fnc stat.inc sound.par sound2.par start.par \
gnuplot.rot 

subdir = demo
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
DIST_SOURCES =
DIST_COMMON = Makefile.am Makefile.in
all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  demo/Makefile
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
uninstall-info-am:
tags: TAGS
TAGS:


DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
	    $(mkinstalldirs) "$(distdir)/$$dir"; \
	  fi; \
	  if test -d $$d/$$file; then \
	    cp -pR $$d/$$file $(distdir) \
	    || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) check-local
check: check-am
all-am: Makefile

installdirs:

install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic mostlyclean-am

distclean: distclean-am

distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

info: info-am

info-am:

install-data-am:

install-exec-am:

install-info: install-info-am

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-am

maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic

uninstall-am: uninstall-info-am

.PHONY: all all-am check check-am check-local clean clean-generic \
	distclean distclean-generic distdir dvi dvi-am info info-am \
	install install-am install-data install-data-am install-exec \
	install-exec-am install-info install-info-am install-man \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-generic uninstall uninstall-am uninstall-info-am


all: $(BINARY_FILES)

$(BINARY_FILES): ../src/bf_test
	@echo Creating binary data files
	@../src/bf_test

check-local: check-noninteractive

check-interactive: $(BINARY_FILES)
	@if test -z "$(GNUTERM)" ; then \
	  ( bdir=`pwd` ; PATH=$$bdir/../src GNUPLOT_DRIVER_DIR=$$bdir/../src \
	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) ); \
	else \
	  ( bdir=`pwd` ; PATH=$$bdir/../src GNUPLOT_DRIVER_DIR=$$bdir/../src \
	    GNUTERM=$(GNUTERM) GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) ); \
	fi

check-noninteractive: $(BINARY_FILES)
	@if test -z "$(GNUTERM)" ; then \
	  ( bdir=`pwd` ; PATH=$$bdir/../src GNUPLOT_DRIVER_DIR=$$bdir/../src \
	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) </dev/null ); \
	else \
	  ( bdir=`pwd` ; PATH=$$bdir/../src GNUPLOT_DRIVER_DIR=$$bdir/../src \
	    GNUTERM=$(GNUTERM) GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) </dev/null ); \
	fi

Makefile.am: Makefile.am.in
	rm -f $@ $@t
	sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
	echo EXTRA_DIST = Makefile.am.in *.bor *.cor *.dat *.dem *.fnc *.inc \
	  sound.par sound2.par start.par *.rot |fmt | (tr '\012' @; echo) \
	  |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012 ' \
	  >> $@t
	sed -n '/^##m4-files-end/,$$p' $< >> $@t
	chmod a-w $@t
	mv $@t $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
