1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = tests
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/acinclude.m4 \
96	$(top_srcdir)/m4/ax_func_snprintf.m4 \
97	$(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119am__can_run_installinfo = \
120  case $$AM_UPDATE_INFO_DIR in \
121    n|no|NO) false;; \
122    *) (install-info --version) >/dev/null 2>&1;; \
123  esac
124am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
125am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
126	README
127DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128ACLOCAL = @ACLOCAL@
129ALLOCA = @ALLOCA@
130AMTAR = @AMTAR@
131AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132AR = @AR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137CC = @CC@
138CCDEPMODE = @CCDEPMODE@
139CFLAGS = @CFLAGS@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CYGPATH_W = @CYGPATH_W@
143DEFS = @DEFS@
144DEPDIR = @DEPDIR@
145DLLTOOL = @DLLTOOL@
146DSYMUTIL = @DSYMUTIL@
147DUMPBIN = @DUMPBIN@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GREP = @GREP@
155INSTALL = @INSTALL@
156INSTALL_DATA = @INSTALL_DATA@
157INSTALL_PROGRAM = @INSTALL_PROGRAM@
158INSTALL_SCRIPT = @INSTALL_SCRIPT@
159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160LD = @LD@
161LDFLAGS = @LDFLAGS@
162LEX = @LEX@
163LEXLIB = @LEXLIB@
164LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
165LIBICONV = @LIBICONV@
166LIBOBJS = @LIBOBJS@
167LIBS = @LIBS@
168LIBTOOL = @LIBTOOL@
169LIPO = @LIPO@
170LN_S = @LN_S@
171LTLIBICONV = @LTLIBICONV@
172LTLIBOBJS = @LTLIBOBJS@
173MAKEINFO = @MAKEINFO@
174MANIFEST_TOOL = @MANIFEST_TOOL@
175MKDIR_P = @MKDIR_P@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190RANLIB = @RANLIB@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194STRIP = @STRIP@
195VERSION = @VERSION@
196YACC = @YACC@
197YFLAGS = @YFLAGS@
198abs_builddir = @abs_builddir@
199abs_srcdir = @abs_srcdir@
200abs_top_builddir = @abs_top_builddir@
201abs_top_srcdir = @abs_top_srcdir@
202ac_ct_AR = @ac_ct_AR@
203ac_ct_CC = @ac_ct_CC@
204ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205am__include = @am__include@
206am__leading_dot = @am__leading_dot@
207am__quote = @am__quote@
208am__tar = @am__tar@
209am__untar = @am__untar@
210bindir = @bindir@
211build = @build@
212build_alias = @build_alias@
213build_cpu = @build_cpu@
214build_os = @build_os@
215build_vendor = @build_vendor@
216builddir = @builddir@
217datadir = @datadir@
218datarootdir = @datarootdir@
219docdir = @docdir@
220dvidir = @dvidir@
221exec_prefix = @exec_prefix@
222host = @host@
223host_alias = @host_alias@
224host_cpu = @host_cpu@
225host_os = @host_os@
226host_vendor = @host_vendor@
227htmldir = @htmldir@
228includedir = @includedir@
229infodir = @infodir@
230install_sh = @install_sh@
231libdir = @libdir@
232libexecdir = @libexecdir@
233localedir = @localedir@
234localstatedir = @localstatedir@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
237oldincludedir = @oldincludedir@
238pdfdir = @pdfdir@
239prefix = @prefix@
240program_transform_name = @program_transform_name@
241psdir = @psdir@
242sbindir = @sbindir@
243sharedstatedir = @sharedstatedir@
244srcdir = @srcdir@
245sysconfdir = @sysconfdir@
246target_alias = @target_alias@
247top_build_prefix = @top_build_prefix@
248top_builddir = @top_builddir@
249top_srcdir = @top_srcdir@
250EXTRA_DIST = *.sh *.html reference.tar.gz README
251CLEANFILES = tmp-test/* fails missing reference/*
252all: all-am
253
254.SUFFIXES:
255$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
256	@for dep in $?; do \
257	  case '$(am__configure_deps)' in \
258	    *$$dep*) \
259	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260	        && { if test -f $@; then exit 0; else break; fi; }; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
265	$(am__cd) $(top_srcdir) && \
266	  $(AUTOMAKE) --gnu tests/Makefile
267Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268	@case '$?' in \
269	  *config.status*) \
270	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271	  *) \
272	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274	esac;
275
276$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
279$(top_srcdir)/configure:  $(am__configure_deps)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283$(am__aclocal_m4_deps):
284
285mostlyclean-libtool:
286	-rm -f *.lo
287
288clean-libtool:
289	-rm -rf .libs _libs
290tags TAGS:
291
292ctags CTAGS:
293
294cscope cscopelist:
295
296
297distdir: $(DISTFILES)
298	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
299	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
300	list='$(DISTFILES)'; \
301	  dist_files=`for file in $$list; do echo $$file; done | \
302	  sed -e "s|^$$srcdirstrip/||;t" \
303	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
304	case $$dist_files in \
305	  */*) $(MKDIR_P) `echo "$$dist_files" | \
306			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
307			   sort -u` ;; \
308	esac; \
309	for file in $$dist_files; do \
310	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
311	  if test -d $$d/$$file; then \
312	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
313	    if test -d "$(distdir)/$$file"; then \
314	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
315	    fi; \
316	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
318	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
319	    fi; \
320	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
321	  else \
322	    test -f "$(distdir)/$$file" \
323	    || cp -p $$d/$$file "$(distdir)/$$file" \
324	    || exit 1; \
325	  fi; \
326	done
327check-am: all-am
328check: check-am
329all-am: Makefile
330installdirs:
331install: install-am
332install-exec: install-exec-am
333install-data: install-data-am
334uninstall: uninstall-am
335
336install-am: all-am
337	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338
339installcheck: installcheck-am
340install-strip:
341	if test -z '$(STRIP)'; then \
342	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344	      install; \
345	else \
346	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
349	fi
350mostlyclean-generic:
351
352clean-generic:
353	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
354
355distclean-generic:
356	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
357	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
358
359maintainer-clean-generic:
360	@echo "This command is intended for maintainers to use"
361	@echo "it deletes files that may require special tools to rebuild."
362clean: clean-am
363
364clean-am: clean-generic clean-libtool clean-local mostlyclean-am
365
366distclean: distclean-am
367	-rm -f Makefile
368distclean-am: clean-am distclean-generic
369
370dvi: dvi-am
371
372dvi-am:
373
374html: html-am
375
376html-am:
377
378info: info-am
379
380info-am:
381
382install-data-am:
383
384install-dvi: install-dvi-am
385
386install-dvi-am:
387
388install-exec-am:
389
390install-html: install-html-am
391
392install-html-am:
393
394install-info: install-info-am
395
396install-info-am:
397
398install-man:
399
400install-pdf: install-pdf-am
401
402install-pdf-am:
403
404install-ps: install-ps-am
405
406install-ps-am:
407
408installcheck-am:
409
410maintainer-clean: maintainer-clean-am
411	-rm -f Makefile
412maintainer-clean-am: distclean-am maintainer-clean-generic
413
414mostlyclean: mostlyclean-am
415
416mostlyclean-am: mostlyclean-generic mostlyclean-libtool
417
418pdf: pdf-am
419
420pdf-am:
421
422ps: ps-am
423
424ps-am:
425
426uninstall-am:
427
428.MAKE: install-am install-strip
429
430.PHONY: all all-am check check-am clean clean-generic clean-libtool \
431	clean-local cscopelist-am ctags-am distclean distclean-generic \
432	distclean-libtool distdir dvi dvi-am html html-am info info-am \
433	install install-am install-data install-data-am install-dvi \
434	install-dvi-am install-exec install-exec-am install-html \
435	install-html-am install-info install-info-am install-man \
436	install-pdf install-pdf-am install-ps install-ps-am \
437	install-strip installcheck installcheck-am installdirs \
438	maintainer-clean maintainer-clean-generic mostlyclean \
439	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
440	tags-am uninstall uninstall-am
441
442.PRECIOUS: Makefile
443
444
445test:
446	./test.sh
447clean-local:
448	-rm -rf tmp-test reference
449
450# Tell versions [3.59,3.63) of GNU make to not export all variables.
451# Otherwise a system limit (for SysV at least) may be exceeded.
452.NOEXPORT:
453