1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78subdir = demo
79DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
80	$(top_srcdir)/mkinstalldirs
81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82am__aclocal_m4_deps = $(top_srcdir)/m4/alpha.m4 \
83	$(top_srcdir)/m4/apple.m4 $(top_srcdir)/m4/beos.m4 \
84	$(top_srcdir)/m4/msdos.m4 $(top_srcdir)/m4/pkg.m4 \
85	$(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
104SOURCES =
105DIST_SOURCES =
106RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
107	ctags-recursive dvi-recursive html-recursive info-recursive \
108	install-data-recursive install-dvi-recursive \
109	install-exec-recursive install-html-recursive \
110	install-info-recursive install-pdf-recursive \
111	install-ps-recursive install-recursive installcheck-recursive \
112	installdirs-recursive pdf-recursive ps-recursive \
113	tags-recursive uninstall-recursive
114am__can_run_installinfo = \
115  case $$AM_UPDATE_INFO_DIR in \
116    n|no|NO) false;; \
117    *) (install-info --version) >/dev/null 2>&1;; \
118  esac
119RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
120  distclean-recursive maintainer-clean-recursive
121am__recursive_targets = \
122  $(RECURSIVE_TARGETS) \
123  $(RECURSIVE_CLEAN_TARGETS) \
124  $(am__extra_recursive_targets)
125AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
126	distdir
127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128# Read a list of newline-separated strings from the standard input,
129# and print each of them once, without duplicates.  Input order is
130# *not* preserved.
131am__uniquify_input = $(AWK) '\
132  BEGIN { nonempty = 0; } \
133  { items[$$0] = 1; nonempty = 1; } \
134  END { if (nonempty) { for (i in items) print i; }; } \
135'
136# Make sure the list of sources is unique.  This is necessary because,
137# e.g., the same source file might be shared among _SOURCES variables
138# for different programs/libraries.
139am__define_uniq_tagged_files = \
140  list='$(am__tagged_files)'; \
141  unique=`for i in $$list; do \
142    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
143  done | $(am__uniquify_input)`
144ETAGS = etags
145CTAGS = ctags
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147am__relativize = \
148  dir0=`pwd`; \
149  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
150  sed_rest='s,^[^/]*/*,,'; \
151  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
152  sed_butlast='s,/*[^/]*$$,,'; \
153  while test -n "$$dir1"; do \
154    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
155    if test "$$first" != "."; then \
156      if test "$$first" = ".."; then \
157        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
158        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
159      else \
160        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
161        if test "$$first2" = "$$first"; then \
162          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
163        else \
164          dir2="../$$dir2"; \
165        fi; \
166        dir0="$$dir0"/"$$first"; \
167      fi; \
168    fi; \
169    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
170  done; \
171  reldir="$$dir2"
172ACLOCAL = @ACLOCAL@
173AMTAR = @AMTAR@
174AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179CACA_CONFIG = @CACA_CONFIG@
180CAIROEPS_CFLAGS = @CAIROEPS_CFLAGS@
181CAIROEPS_LIBS = @CAIROEPS_LIBS@
182CAIROPANGO_CFLAGS = @CAIROPANGO_CFLAGS@
183CAIROPANGO_LIBS = @CAIROPANGO_LIBS@
184CAIROPDF_CFLAGS = @CAIROPDF_CFLAGS@
185CAIROPDF_LIBS = @CAIROPDF_LIBS@
186CC = @CC@
187CCDEPMODE = @CCDEPMODE@
188CC_FOR_BUILD = @CC_FOR_BUILD@
189CFLAGS = @CFLAGS@
190CPP = @CPP@
191CPPFLAGS = @CPPFLAGS@
192CXX = @CXX@
193CXXCPP = @CXXCPP@
194CXXDEPMODE = @CXXDEPMODE@
195CXXFLAGS = @CXXFLAGS@
196CYGPATH_W = @CYGPATH_W@
197DEFS = @DEFS@
198DEPDIR = @DEPDIR@
199DIST_CONTACT = @DIST_CONTACT@
200DVIPS = @DVIPS@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205EMACS = @EMACS@
206EXEEXT = @EXEEXT@
207GDLIB_CONFIG = @GDLIB_CONFIG@
208GIHDIR = @GIHDIR@
209GREP = @GREP@
210GTK_CFLAGS = @GTK_CFLAGS@
211GTK_LIBS = @GTK_LIBS@
212INSTALL = @INSTALL@
213INSTALL_DATA = @INSTALL_DATA@
214INSTALL_PROGRAM = @INSTALL_PROGRAM@
215INSTALL_SCRIPT = @INSTALL_SCRIPT@
216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217KPSEXPAND = @KPSEXPAND@
218LATEX = @LATEX@
219LATEX2HTML = @LATEX2HTML@
220LDFLAGS = @LDFLAGS@
221LIBCERF_CFLAGS = @LIBCERF_CFLAGS@
222LIBCERF_LIBS = @LIBCERF_LIBS@
223LIBOBJS = @LIBOBJS@
224LIBRARIES_FOR_X = @LIBRARIES_FOR_X@
225LIBS = @LIBS@
226LINUXSUID = @LINUXSUID@
227LN_S = @LN_S@
228LRELEASE = @LRELEASE@
229LTLIBOBJS = @LTLIBOBJS@
230LUA = @LUA@
231LUA_CFLAGS = @LUA_CFLAGS@
232LUA_LIBS = @LUA_LIBS@
233MAINT = @MAINT@
234MAKEINFO = @MAKEINFO@
235MKDIR_P = @MKDIR_P@
236MOC = @MOC@
237OBJC = @OBJC@
238OBJCDEPMODE = @OBJCDEPMODE@
239OBJCFLAGS = @OBJCFLAGS@
240OBJEXT = @OBJEXT@
241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
246PACKAGE_URL = @PACKAGE_URL@
247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATCHLEVEL = @PATCHLEVEL@
249PATH_SEPARATOR = @PATH_SEPARATOR@
250PDFLATEX = @PDFLATEX@
251PKG_CONFIG = @PKG_CONFIG@
252PLAINTEX = @PLAINTEX@
253QT_CFLAGS = @QT_CFLAGS@
254QT_LIBS = @QT_LIBS@
255RCC = @RCC@
256SET_MAKE = @SET_MAKE@
257SHELL = @SHELL@
258STRIP = @STRIP@
259TERMLIBS = @TERMLIBS@
260TERMXLIBS = @TERMXLIBS@
261TEXDIR = @TEXDIR@
262TEXHASH = @TEXHASH@
263TROFF = @TROFF@
264TUTORIAL = @TUTORIAL@
265UIC = @UIC@
266VERSION = @VERSION@
267VERSION_MAJOR = @VERSION_MAJOR@
268WX_CONFIG = @WX_CONFIG@
269WX_LIBS = @WX_LIBS@
270X11_APPDEFAULTS_DIR = @X11_APPDEFAULTS_DIR@
271XMKMF = @XMKMF@
272X_CFLAGS = @X_CFLAGS@
273X_EXTRA_LIBS = @X_EXTRA_LIBS@
274X_LIBS = @X_LIBS@
275X_PRE_LIBS = @X_PRE_LIBS@
276abs_builddir = @abs_builddir@
277abs_srcdir = @abs_srcdir@
278abs_top_builddir = @abs_top_builddir@
279abs_top_srcdir = @abs_top_srcdir@
280ac_ct_CC = @ac_ct_CC@
281ac_ct_CXX = @ac_ct_CXX@
282ac_ct_OBJC = @ac_ct_OBJC@
283am__include = @am__include@
284am__leading_dot = @am__leading_dot@
285am__quote = @am__quote@
286am__tar = @am__tar@
287am__untar = @am__untar@
288bindir = @bindir@
289build_alias = @build_alias@
290builddir = @builddir@
291caca_CFLAGS = @caca_CFLAGS@
292caca_LIBS = @caca_LIBS@
293datadir = @datadir@
294datarootdir = @datarootdir@
295docdir = @docdir@
296dvidir = @dvidir@
297exec_prefix = @exec_prefix@
298host_alias = @host_alias@
299htmldir = @htmldir@
300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
305localedir = @localedir@
306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309oldincludedir = @oldincludedir@
310pdfdir = @pdfdir@
311prefix = @prefix@
312program_transform_name = @program_transform_name@
313psdir = @psdir@
314sbindir = @sbindir@
315sharedstatedir = @sharedstatedir@
316srcdir = @srcdir@
317sysconfdir = @sysconfdir@
318target_alias = @target_alias@
319top_build_prefix = @top_build_prefix@
320top_builddir = @top_builddir@
321top_srcdir = @top_srcdir@
322AUTOMAKE_OPTIONS = foreign
323CLEANFILES = binary1 binary2 binary3 defaults.ini equipo2.tmp field2xy.tmp \
324soundfit.par temp.set fontfile.ps fontfile_latex.ps epslatex-inc.eps \
325epslatex-inc.pdf epslatex.aux epslatex.dvi epslatex.log epslatex.pdf \
326epslatex.ps epslatex.tex random.tmp stringvar.tmp fit.log fitmulti.dat
327
328BINARY_FILES = binary1 binary2 binary3
329SUBDIRS = $(PLUGIN_DIR)
330DIST_SUBDIRS = plugin
331DEMO = all.dem
332GNUPLOT = gnuplot
333EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin sine.bin \
334using.bin gnuplot.cfg world.cor 1.dat 2.dat 3.dat arrowstyle.dat \
335asciimat.dat battery.dat big_peak.dat candlesticks.dat cities.dat \
336clip14in.dat ctg-y2.dat delaunay-edges.dat ellipses.dat empty-circles.dat \
337energy_circles.dat finance.dat fit3.dat glass.dat hemisphr.dat \
338histerror.dat histopt.dat immigration.dat klein.dat lcdemo.dat moli3.dat \
339optimize.dat orbital_elements.dat rgb_variable.dat scatter2.dat silver.dat \
340soundvel.dat srl.dat steps.dat table.dat timedat.dat triangle.dat \
341using.dat whale.dat world.dat airfoil.dem all.dem animate2.dem \
342animate.dem approximate.dem armillary.dem array.dem arrowstyle.dem \
343autoscale.dem azimuth.dem barchart_art.dem binary.dem bins.dem \
344bivariat.dem bolditalic.dem borders.dem boxclusters.dem boxplot.dem \
345break_continue.dem callargs.dem candlesticks.dem cerf.dem charset.dem \
346circles.dem cities.dem clipobject.dem colorscheme.dem colorwheel.dem \
347complex_trig.dem contours.dem controls.dem custom_key.dem dashcolor.dem \
348dashtypes.dem datastrings.dem dgrid3d.dem discrete.dem electron.dem \
349ellipse.dem ellipses_style.dem enhancedtext.dem enhanced_utf8.dem \
350epslatex.dem errorbars.dem fenceplot.dem fillbetween.dem fillcrvs.dem \
351fillstyle.dem finance.dem fit.dem fitmulti.dem fontfile.dem \
352fontfile_latex.dem gantt.dem heatmaps.dem hidden2.dem hidden.dem \
353histograms2.dem histograms.dem hypertext.dem image2.dem image.dem \
354imageNaN.dem iterate.dem jitter.dem kdensity2d.dem key.dem layout.dem \
355lines_arrows.dem linkedaxes.dem macros.dem margins.dem matrix_every.dem \
356matrix_index.dem mgr.dem molecule.dem monotonic_spline.dem mouselab_1.dem \
357mouselab_2.dem mouselabels.dem mousevariables.dem multiaxis.dem \
358multimsh.dem multipalette.dem multiplt.dem named_var.dem nokey.dem \
359nonlinear1.dem nonlinear2.dem nonlinear3.dem nonlinear4.dem nonlinear5.dem \
360nonlinear6.dem orbits.dem parallel.dem param.dem piecewise.dem \
361pm3dcolors.dem pm3d.dem pm3dgamma.dem pm3d_lighting.dem pointsize.dem \
362polar.dem poldat.dem prob2.dem probably_tux.dem prob.dem rainbow.dem \
363random.dem rectangle.dem rgba_lines.dem rgbalpha.dem rgb_variable.dem \
364rotate_labels.dem rugplot.dem running_avg.dem sampling.dem scatter.dem \
365simple.dem singulr.dem smooth.dem smooth_splines.dem solar_params.dem \
366solar_path.dem special_chars.dem spline.dem stats.dem steps.dem \
367stringvar.dem surface1.dem surface2.dem textbox.dem textcolor.dem \
368textrotate.dem tics.dem timedat.dem transparent.dem transparent_solids.dem \
369ttics.dem using.dem utf8.dem varcolor.dem vector.dem violinplot.dem \
370volatile.dem world2.dem world.dem zerror.dem demo.edf density.fnc \
371hexa.fnc line.fnc reflect.fnc gen-random.inc stat.inc GM1_sugar.pdb \
372bldg.png GM1_bonds.r3d blutux.rgb lena.rgb sound.par sound2.par start.par \
373gnuplot.rot gnu-valley random-points gpdemos.tcl html
374
375@BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin
376all: all-recursive
377
378.SUFFIXES:
379$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
380	@for dep in $?; do \
381	  case '$(am__configure_deps)' in \
382	    *$$dep*) \
383	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
384	        && { if test -f $@; then exit 0; else break; fi; }; \
385	      exit 1;; \
386	  esac; \
387	done; \
388	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demo/Makefile'; \
389	$(am__cd) $(top_srcdir) && \
390	  $(AUTOMAKE) --foreign demo/Makefile
391.PRECIOUS: Makefile
392Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393	@case '$?' in \
394	  *config.status*) \
395	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408$(am__aclocal_m4_deps):
409
410# This directory's subdirectories are mostly independent; you can cd
411# into them and run 'make' without going through this Makefile.
412# To change the values of 'make' variables: instead of editing Makefiles,
413# (1) if the variable is set in 'config.status', edit 'config.status'
414#     (which will cause the Makefiles to be regenerated when you run 'make');
415# (2) otherwise, pass the desired values on the 'make' command line.
416$(am__recursive_targets):
417	@fail=; \
418	if $(am__make_keepgoing); then \
419	  failcom='fail=yes'; \
420	else \
421	  failcom='exit 1'; \
422	fi; \
423	dot_seen=no; \
424	target=`echo $@ | sed s/-recursive//`; \
425	case "$@" in \
426	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
427	  *) list='$(SUBDIRS)' ;; \
428	esac; \
429	for subdir in $$list; do \
430	  echo "Making $$target in $$subdir"; \
431	  if test "$$subdir" = "."; then \
432	    dot_seen=yes; \
433	    local_target="$$target-am"; \
434	  else \
435	    local_target="$$target"; \
436	  fi; \
437	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438	  || eval $$failcom; \
439	done; \
440	if test "$$dot_seen" = "no"; then \
441	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
442	fi; test -z "$$fail"
443
444ID: $(am__tagged_files)
445	$(am__define_uniq_tagged_files); mkid -fID $$unique
446tags: tags-recursive
447TAGS: tags
448
449tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
450	set x; \
451	here=`pwd`; \
452	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
453	  include_option=--etags-include; \
454	  empty_fix=.; \
455	else \
456	  include_option=--include; \
457	  empty_fix=; \
458	fi; \
459	list='$(SUBDIRS)'; for subdir in $$list; do \
460	  if test "$$subdir" = .; then :; else \
461	    test ! -f $$subdir/TAGS || \
462	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
463	  fi; \
464	done; \
465	$(am__define_uniq_tagged_files); \
466	shift; \
467	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468	  test -n "$$unique" || unique=$$empty_fix; \
469	  if test $$# -gt 0; then \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      "$$@" $$unique; \
472	  else \
473	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	      $$unique; \
475	  fi; \
476	fi
477ctags: ctags-recursive
478
479CTAGS: ctags
480ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
481	$(am__define_uniq_tagged_files); \
482	test -z "$(CTAGS_ARGS)$$unique" \
483	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484	     $$unique
485
486GTAGS:
487	here=`$(am__cd) $(top_builddir) && pwd` \
488	  && $(am__cd) $(top_srcdir) \
489	  && gtags -i $(GTAGS_ARGS) "$$here"
490cscopelist: cscopelist-recursive
491
492cscopelist-am: $(am__tagged_files)
493	list='$(am__tagged_files)'; \
494	case "$(srcdir)" in \
495	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
496	  *) sdir=$(subdir)/$(srcdir) ;; \
497	esac; \
498	for i in $$list; do \
499	  if test -f "$$i"; then \
500	    echo "$(subdir)/$$i"; \
501	  else \
502	    echo "$$sdir/$$i"; \
503	  fi; \
504	done >> $(top_builddir)/cscope.files
505
506distclean-tags:
507	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509distdir: $(DISTFILES)
510	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	list='$(DISTFILES)'; \
513	  dist_files=`for file in $$list; do echo $$file; done | \
514	  sed -e "s|^$$srcdirstrip/||;t" \
515	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
516	case $$dist_files in \
517	  */*) $(MKDIR_P) `echo "$$dist_files" | \
518			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
519			   sort -u` ;; \
520	esac; \
521	for file in $$dist_files; do \
522	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523	  if test -d $$d/$$file; then \
524	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
525	    if test -d "$(distdir)/$$file"; then \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
533	  else \
534	    test -f "$(distdir)/$$file" \
535	    || cp -p $$d/$$file "$(distdir)/$$file" \
536	    || exit 1; \
537	  fi; \
538	done
539	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540	  if test "$$subdir" = .; then :; else \
541	    $(am__make_dryrun) \
542	      || test -d "$(distdir)/$$subdir" \
543	      || $(MKDIR_P) "$(distdir)/$$subdir" \
544	      || exit 1; \
545	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
546	    $(am__relativize); \
547	    new_distdir=$$reldir; \
548	    dir1=$$subdir; dir2="$(top_distdir)"; \
549	    $(am__relativize); \
550	    new_top_distdir=$$reldir; \
551	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
552	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
553	    ($(am__cd) $$subdir && \
554	      $(MAKE) $(AM_MAKEFLAGS) \
555	        top_distdir="$$new_top_distdir" \
556	        distdir="$$new_distdir" \
557		am__remove_distdir=: \
558		am__skip_length_check=: \
559		am__skip_mode_fix=: \
560	        distdir) \
561	      || exit 1; \
562	  fi; \
563	done
564check-am: all-am
565	$(MAKE) $(AM_MAKEFLAGS) check-local
566check: check-recursive
567all-am: Makefile
568installdirs: installdirs-recursive
569installdirs-am:
570install: install-recursive
571install-exec: install-exec-recursive
572install-data: install-data-recursive
573uninstall: uninstall-recursive
574
575install-am: all-am
576	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578installcheck: installcheck-recursive
579install-strip:
580	if test -z '$(STRIP)'; then \
581	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583	      install; \
584	else \
585	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
588	fi
589mostlyclean-generic:
590
591clean-generic:
592	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
593
594distclean-generic:
595	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597
598maintainer-clean-generic:
599	@echo "This command is intended for maintainers to use"
600	@echo "it deletes files that may require special tools to rebuild."
601clean: clean-recursive
602
603clean-am: clean-generic mostlyclean-am
604
605distclean: distclean-recursive
606	-rm -f Makefile
607distclean-am: clean-am distclean-generic distclean-tags
608
609dvi: dvi-recursive
610
611dvi-am:
612
613html: html-recursive
614
615html-am:
616
617info: info-recursive
618
619info-am:
620
621install-data-am:
622
623install-dvi: install-dvi-recursive
624
625install-dvi-am:
626
627install-exec-am:
628
629install-html: install-html-recursive
630
631install-html-am:
632
633install-info: install-info-recursive
634
635install-info-am:
636
637install-man:
638
639install-pdf: install-pdf-recursive
640
641install-pdf-am:
642
643install-ps: install-ps-recursive
644
645install-ps-am:
646
647installcheck-am:
648
649maintainer-clean: maintainer-clean-recursive
650	-rm -f Makefile
651maintainer-clean-am: distclean-am maintainer-clean-generic
652
653mostlyclean: mostlyclean-recursive
654
655mostlyclean-am: mostlyclean-generic
656
657pdf: pdf-recursive
658
659pdf-am:
660
661ps: ps-recursive
662
663ps-am:
664
665uninstall-am:
666
667.MAKE: $(am__recursive_targets) check-am install-am install-strip
668
669.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
670	check-am check-local clean clean-generic cscopelist-am ctags \
671	ctags-am distclean distclean-generic distclean-tags distdir \
672	dvi dvi-am html html-am info info-am install install-am \
673	install-data install-data-am install-dvi install-dvi-am \
674	install-exec install-exec-am install-html install-html-am \
675	install-info install-info-am install-man install-pdf \
676	install-pdf-am install-ps install-ps-am install-strip \
677	installcheck installcheck-am installdirs installdirs-am \
678	maintainer-clean maintainer-clean-generic mostlyclean \
679	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
680	uninstall-am
681
682
683all: $(BINARY_FILES)
684
685$(BINARY_FILES): ../src/bf_test
686	@echo Creating binary data files
687	@../src/bf_test
688
689check-prepare:
690
691check-local: check-noninteractive
692
693check-interactive: check-prepare $(BINARY_FILES)
694	@if test -z "$(GNUTERM)" ; then \
695	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH \
696	    FIT_LOG="" \
697	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
698	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) ); \
699	else \
700	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH \
701	    FIT_LOG="" \
702	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
703	    GNUTERM="$(GNUTERM)" \
704	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) ); \
705	fi
706
707check-noninteractive: check-prepare $(BINARY_FILES)
708	@if test -z "$(GNUTERM)" ; then \
709	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH \
710	    FIT_LOG="" \
711	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
712	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) </dev/null ); \
713	else \
714	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH\
715	    FIT_LOG="" \
716	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
717	    GNUTERM="$(GNUTERM)" \
718	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) $(DEMO) </dev/null ); \
719	fi
720
721epslatex:
722	@if test -z "$(GNUTERM)" ; then \
723	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH \
724	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
725	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) epslatex.dem ); \
726	else \
727	  ( bdir=`pwd` ; PATH=$$bdir/../src:$$PATH \
728	    GNUPLOT_DRIVER_DIR=$$bdir/../src \
729	    GNUTERM="$(GNUTERM)" \
730	    GNUPLOT_LIB=$(srcdir) $(GNUPLOT) epslatex.dem ); \
731	fi
732	latex epslatex
733	dvips epslatex
734
735Makefile.am: Makefile.am.in
736	rm -f $@ $@t
737	sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
738	echo EXTRA_DIST = Makefile.am.in *.bin *.cfg *.cor *.dat *.dem *.edf \
739	  *.fnc *.inc *.pdb *.png *.r3d *.rgb sound.par sound2.par \
740	  start.par *.rot gnu-valley random-points gpdemos.tcl html | fmt | \
741	  (tr '\012' @; echo) | sed 's/@$$/%/;s/@/ \\@/g' | tr @% '\012 ' \
742	  >> $@t
743	sed -n '/^##m4-files-end/,$$p' $< >> $@t
744	echo if BUILD_PLUGIN >> $@t
745	echo    PLUGIN_DIR = plugin >> $@t
746	echo endif >> $@t
747	chmod og-w $@t
748	mv $@t $@
749
750# Tell versions [3.59,3.63) of GNU make to not export all variables.
751# Otherwise a system limit (for SysV at least) may be exceeded.
752.NOEXPORT:
753