Makefile.in revision a4f78def
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@
90TESTS = dlclose$(EXEEXT)
91check_PROGRAMS = $(am__EXEEXT_1)
92subdir = test
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103am__EXEEXT_1 = dlclose$(EXEEXT)
104dlclose_SOURCES = dlclose.c
105dlclose_OBJECTS = dlclose.$(OBJEXT)
106am__DEPENDENCIES_1 =
107dlclose_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
108AM_V_lt = $(am__v_lt_@AM_V@)
109am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110am__v_lt_0 = --silent
111am__v_lt_1 = 
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 = 
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 = 
124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125depcomp = $(SHELL) $(top_srcdir)/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
132	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
133	$(AM_CFLAGS) $(CFLAGS)
134AM_V_CC = $(am__v_CC_@AM_V@)
135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136am__v_CC_0 = @echo "  CC      " $@;
137am__v_CC_1 = 
138CCLD = $(CC)
139LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(AM_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_CCLD = $(am__v_CCLD_@AM_V@)
143am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144am__v_CCLD_0 = @echo "  CCLD    " $@;
145am__v_CCLD_1 = 
146SOURCES = dlclose.c
147DIST_SOURCES = dlclose.c
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154# Read a list of newline-separated strings from the standard input,
155# and print each of them once, without duplicates.  Input order is
156# *not* preserved.
157am__uniquify_input = $(AWK) '\
158  BEGIN { nonempty = 0; } \
159  { items[$$0] = 1; nonempty = 1; } \
160  END { if (nonempty) { for (i in items) print i; }; } \
161'
162# Make sure the list of sources is unique.  This is necessary because,
163# e.g., the same source file might be shared among _SOURCES variables
164# for different programs/libraries.
165am__define_uniq_tagged_files = \
166  list='$(am__tagged_files)'; \
167  unique=`for i in $$list; do \
168    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169  done | $(am__uniquify_input)`
170ETAGS = etags
171CTAGS = ctags
172am__tty_colors_dummy = \
173  mgn= red= grn= lgn= blu= brg= std=; \
174  am__color_tests=no
175am__tty_colors = { \
176  $(am__tty_colors_dummy); \
177  if test "X$(AM_COLOR_TESTS)" = Xno; then \
178    am__color_tests=no; \
179  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
180    am__color_tests=yes; \
181  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
182    am__color_tests=yes; \
183  fi; \
184  if test $$am__color_tests = yes; then \
185    red='[0;31m'; \
186    grn='[0;32m'; \
187    lgn='[1;32m'; \
188    blu='[1;34m'; \
189    mgn='[0;35m'; \
190    brg='[1m'; \
191    std='[m'; \
192  fi; \
193}
194am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
195am__vpath_adj = case $$p in \
196    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
197    *) f=$$p;; \
198  esac;
199am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
200am__install_max = 40
201am__nobase_strip_setup = \
202  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
203am__nobase_strip = \
204  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
205am__nobase_list = $(am__nobase_strip_setup); \
206  for p in $$list; do echo "$$p $$p"; done | \
207  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
208  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
209    if (++n[$$2] == $(am__install_max)) \
210      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
211    END { for (dir in files) print dir, files[dir] }'
212am__base_list = \
213  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
214  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
215am__uninstall_files_from_dir = { \
216  test -z "$$files" \
217    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
218    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
219         $(am__cd) "$$dir" && rm -f $$files; }; \
220  }
221am__recheck_rx = ^[ 	]*:recheck:[ 	]*
222am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
223am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
224# A command that, given a newline-separated list of test names on the
225# standard input, print the name of the tests that are to be re-run
226# upon "make recheck".
227am__list_recheck_tests = $(AWK) '{ \
228  recheck = 1; \
229  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
230    { \
231      if (rc < 0) \
232        { \
233          if ((getline line2 < ($$0 ".log")) < 0) \
234	    recheck = 0; \
235          break; \
236        } \
237      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
238        { \
239          recheck = 0; \
240          break; \
241        } \
242      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
243        { \
244          break; \
245        } \
246    }; \
247  if (recheck) \
248    print $$0; \
249  close ($$0 ".trs"); \
250  close ($$0 ".log"); \
251}'
252# A command that, given a newline-separated list of test names on the
253# standard input, create the global log from their .trs and .log files.
254am__create_global_log = $(AWK) ' \
255function fatal(msg) \
256{ \
257  print "fatal: making $@: " msg | "cat >&2"; \
258  exit 1; \
259} \
260function rst_section(header) \
261{ \
262  print header; \
263  len = length(header); \
264  for (i = 1; i <= len; i = i + 1) \
265    printf "="; \
266  printf "\n\n"; \
267} \
268{ \
269  copy_in_global_log = 1; \
270  global_test_result = "RUN"; \
271  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
272    { \
273      if (rc < 0) \
274         fatal("failed to read from " $$0 ".trs"); \
275      if (line ~ /$(am__global_test_result_rx)/) \
276        { \
277          sub("$(am__global_test_result_rx)", "", line); \
278          sub("[ 	]*$$", "", line); \
279          global_test_result = line; \
280        } \
281      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
282        copy_in_global_log = 0; \
283    }; \
284  if (copy_in_global_log) \
285    { \
286      rst_section(global_test_result ": " $$0); \
287      while ((rc = (getline line < ($$0 ".log"))) != 0) \
288      { \
289        if (rc < 0) \
290          fatal("failed to read from " $$0 ".log"); \
291        print line; \
292      }; \
293      printf "\n"; \
294    }; \
295  close ($$0 ".trs"); \
296  close ($$0 ".log"); \
297}'
298# Restructured Text title.
299am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
300# Solaris 10 'make', and several other traditional 'make' implementations,
301# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
302# by disabling -e (using the XSI extension "set +e") if it's set.
303am__sh_e_setup = case $$- in *e*) set +e;; esac
304# Default flags passed to test drivers.
305am__common_driver_flags = \
306  --color-tests "$$am__color_tests" \
307  --enable-hard-errors "$$am__enable_hard_errors" \
308  --expect-failure "$$am__expect_failure"
309# To be inserted before the command running the test.  Creates the
310# directory for the log if needed.  Stores in $dir the directory
311# containing $f, in $tst the test, in $log the log.  Executes the
312# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
313# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
314# will run the test scripts (or their associated LOG_COMPILER, if
315# thy have one).
316am__check_pre = \
317$(am__sh_e_setup);					\
318$(am__vpath_adj_setup) $(am__vpath_adj)			\
319$(am__tty_colors);					\
320srcdir=$(srcdir); export srcdir;			\
321case "$@" in						\
322  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
323    *) am__odir=.;; 					\
324esac;							\
325test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
326  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
327if test -f "./$$f"; then dir=./;			\
328elif test -f "$$f"; then dir=;				\
329else dir="$(srcdir)/"; fi;				\
330tst=$$dir$$f; log='$@'; 				\
331if test -n '$(DISABLE_HARD_ERRORS)'; then		\
332  am__enable_hard_errors=no; 				\
333else							\
334  am__enable_hard_errors=yes; 				\
335fi; 							\
336case " $(XFAIL_TESTS) " in				\
337  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
338    am__expect_failure=yes;;				\
339  *)							\
340    am__expect_failure=no;;				\
341esac; 							\
342$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
343# A shell command to get the names of the tests scripts with any registered
344# extension removed (i.e., equivalently, the names of the test logs, with
345# the '.log' extension removed).  The result is saved in the shell variable
346# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
347# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
348# since that might cause problem with VPATH rewrites for suffix-less tests.
349# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
350am__set_TESTS_bases = \
351  bases='$(TEST_LOGS)'; \
352  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
353  bases=`echo $$bases`
354RECHECK_LOGS = $(TEST_LOGS)
355AM_RECURSIVE_TARGETS = check recheck
356TEST_SUITE_LOG = test-suite.log
357TEST_EXTENSIONS = @EXEEXT@ .test
358LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
359LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
360am__set_b = \
361  case '$@' in \
362    */*) \
363      case '$*' in \
364        */*) b='$*';; \
365          *) b=`echo '$@' | sed 's/\.log$$//'`; \
366       esac;; \
367    *) \
368      b='$*';; \
369  esac
370am__test_logs1 = $(TESTS:=.log)
371am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
372TEST_LOGS = $(am__test_logs2:.test.log=.log)
373TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
374TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
375	$(TEST_LOG_FLAGS)
376am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
377	$(top_srcdir)/test-driver
378DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
379ACLOCAL = @ACLOCAL@
380AMTAR = @AMTAR@
381AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
382AR = @AR@
383AUTOCONF = @AUTOCONF@
384AUTOHEADER = @AUTOHEADER@
385AUTOMAKE = @AUTOMAKE@
386AWK = @AWK@
387CC = @CC@
388CCDEPMODE = @CCDEPMODE@
389CFLAGS = @CFLAGS@
390CHANGELOG_CMD = @CHANGELOG_CMD@
391CPP = @CPP@
392CPPFLAGS = @CPPFLAGS@
393CXX = @CXX@
394CXXCPP = @CXXCPP@
395CXXDEPMODE = @CXXDEPMODE@
396CXXFLAGS = @CXXFLAGS@
397CYGPATH_W = @CYGPATH_W@
398DEFS = @DEFS@
399DEPDIR = @DEPDIR@
400DLLTOOL = @DLLTOOL@
401DLOPEN_LIBS = @DLOPEN_LIBS@
402DOT = @DOT@
403DOXYGEN = @DOXYGEN@
404DSYMUTIL = @DSYMUTIL@
405DUMPBIN = @DUMPBIN@
406ECHO_C = @ECHO_C@
407ECHO_N = @ECHO_N@
408ECHO_T = @ECHO_T@
409EGREP = @EGREP@
410EXEEXT = @EXEEXT@
411FGREP = @FGREP@
412GREP = @GREP@
413INSTALL = @INSTALL@
414INSTALL_DATA = @INSTALL_DATA@
415INSTALL_PROGRAM = @INSTALL_PROGRAM@
416INSTALL_SCRIPT = @INSTALL_SCRIPT@
417INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
418LD = @LD@
419LDFLAGS = @LDFLAGS@
420LIBOBJS = @LIBOBJS@
421LIBS = @LIBS@
422LIBTOOL = @LIBTOOL@
423LIPO = @LIPO@
424LN_S = @LN_S@
425LTLIBOBJS = @LTLIBOBJS@
426LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
427MAKEINFO = @MAKEINFO@
428MANIFEST_TOOL = @MANIFEST_TOOL@
429MKDIR_P = @MKDIR_P@
430NM = @NM@
431NMEDIT = @NMEDIT@
432OBJDUMP = @OBJDUMP@
433OBJEXT = @OBJEXT@
434OTOOL = @OTOOL@
435OTOOL64 = @OTOOL64@
436PACKAGE = @PACKAGE@
437PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
438PACKAGE_NAME = @PACKAGE_NAME@
439PACKAGE_STRING = @PACKAGE_STRING@
440PACKAGE_TARNAME = @PACKAGE_TARNAME@
441PACKAGE_URL = @PACKAGE_URL@
442PACKAGE_VERSION = @PACKAGE_VERSION@
443PATH_SEPARATOR = @PATH_SEPARATOR@
444PKG_CONFIG = @PKG_CONFIG@
445PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
446PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
447PTHREAD_LIBS = @PTHREAD_LIBS@
448RANLIB = @RANLIB@
449SED = @SED@
450SET_MAKE = @SET_MAKE@
451SHELL = @SHELL@
452STRIP = @STRIP@
453VERSION = @VERSION@
454X11_CFLAGS = @X11_CFLAGS@
455X11_LIBS = @X11_LIBS@
456XEXT_CFLAGS = @XEXT_CFLAGS@
457XEXT_LIBS = @XEXT_LIBS@
458abs_builddir = @abs_builddir@
459abs_srcdir = @abs_srcdir@
460abs_top_builddir = @abs_top_builddir@
461abs_top_srcdir = @abs_top_srcdir@
462ac_ct_AR = @ac_ct_AR@
463ac_ct_CC = @ac_ct_CC@
464ac_ct_CXX = @ac_ct_CXX@
465ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
466am__include = @am__include@
467am__leading_dot = @am__leading_dot@
468am__quote = @am__quote@
469am__tar = @am__tar@
470am__untar = @am__untar@
471bindir = @bindir@
472build = @build@
473build_alias = @build_alias@
474build_cpu = @build_cpu@
475build_os = @build_os@
476build_vendor = @build_vendor@
477builddir = @builddir@
478datadir = @datadir@
479datarootdir = @datarootdir@
480distcleancheck_listfiles = @distcleancheck_listfiles@
481docdir = @docdir@
482dri2proto_CFLAGS = @dri2proto_CFLAGS@
483dri2proto_LIBS = @dri2proto_LIBS@
484dvidir = @dvidir@
485exec_prefix = @exec_prefix@
486host = @host@
487host_alias = @host_alias@
488host_cpu = @host_cpu@
489host_os = @host_os@
490host_vendor = @host_vendor@
491htmldir = @htmldir@
492includedir = @includedir@
493infodir = @infodir@
494install_sh = @install_sh@
495libdir = @libdir@
496libexecdir = @libexecdir@
497localedir = @localedir@
498localstatedir = @localstatedir@
499mandir = @mandir@
500mkdir_p = @mkdir_p@
501moduledir = @moduledir@
502oldincludedir = @oldincludedir@
503pdfdir = @pdfdir@
504prefix = @prefix@
505program_transform_name = @program_transform_name@
506psdir = @psdir@
507sbindir = @sbindir@
508sharedstatedir = @sharedstatedir@
509srcdir = @srcdir@
510sysconfdir = @sysconfdir@
511target_alias = @target_alias@
512top_build_prefix = @top_build_prefix@
513top_builddir = @top_builddir@
514top_srcdir = @top_srcdir@
515AM_CPPFLAGS = -I$(top_srcdir)/include
516AM_CFLAGS = $(X11_CFLAGS)
517dlclose_LDADD = $(DLOPEN_LIBS) $(X11_LIBS)
518all: all-am
519
520.SUFFIXES:
521.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
522$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
523	@for dep in $?; do \
524	  case '$(am__configure_deps)' in \
525	    *$$dep*) \
526	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
527	        && { if test -f $@; then exit 0; else break; fi; }; \
528	      exit 1;; \
529	  esac; \
530	done; \
531	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
532	$(am__cd) $(top_srcdir) && \
533	  $(AUTOMAKE) --foreign test/Makefile
534Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
535	@case '$?' in \
536	  *config.status*) \
537	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
538	  *) \
539	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
540	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
541	esac;
542
543$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
544	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545
546$(top_srcdir)/configure:  $(am__configure_deps)
547	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
549	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
550$(am__aclocal_m4_deps):
551
552clean-checkPROGRAMS:
553	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
554	echo " rm -f" $$list; \
555	rm -f $$list || exit $$?; \
556	test -n "$(EXEEXT)" || exit 0; \
557	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
558	echo " rm -f" $$list; \
559	rm -f $$list
560
561dlclose$(EXEEXT): $(dlclose_OBJECTS) $(dlclose_DEPENDENCIES) $(EXTRA_dlclose_DEPENDENCIES) 
562	@rm -f dlclose$(EXEEXT)
563	$(AM_V_CCLD)$(LINK) $(dlclose_OBJECTS) $(dlclose_LDADD) $(LIBS)
564
565mostlyclean-compile:
566	-rm -f *.$(OBJEXT)
567
568distclean-compile:
569	-rm -f *.tab.c
570
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlclose.Po@am__quote@
572
573.c.o:
574@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
575@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
576@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
577@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
579
580.c.obj:
581@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
582@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
583@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
584@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
586
587.c.lo:
588@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
589@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
590@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
591@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
593
594mostlyclean-libtool:
595	-rm -f *.lo
596
597clean-libtool:
598	-rm -rf .libs _libs
599
600ID: $(am__tagged_files)
601	$(am__define_uniq_tagged_files); mkid -fID $$unique
602tags: tags-am
603TAGS: tags
604
605tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
606	set x; \
607	here=`pwd`; \
608	$(am__define_uniq_tagged_files); \
609	shift; \
610	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
611	  test -n "$$unique" || unique=$$empty_fix; \
612	  if test $$# -gt 0; then \
613	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614	      "$$@" $$unique; \
615	  else \
616	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
617	      $$unique; \
618	  fi; \
619	fi
620ctags: ctags-am
621
622CTAGS: ctags
623ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
624	$(am__define_uniq_tagged_files); \
625	test -z "$(CTAGS_ARGS)$$unique" \
626	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
627	     $$unique
628
629GTAGS:
630	here=`$(am__cd) $(top_builddir) && pwd` \
631	  && $(am__cd) $(top_srcdir) \
632	  && gtags -i $(GTAGS_ARGS) "$$here"
633cscopelist: cscopelist-am
634
635cscopelist-am: $(am__tagged_files)
636	list='$(am__tagged_files)'; \
637	case "$(srcdir)" in \
638	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
639	  *) sdir=$(subdir)/$(srcdir) ;; \
640	esac; \
641	for i in $$list; do \
642	  if test -f "$$i"; then \
643	    echo "$(subdir)/$$i"; \
644	  else \
645	    echo "$$sdir/$$i"; \
646	  fi; \
647	done >> $(top_builddir)/cscope.files
648
649distclean-tags:
650	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
651
652# Recover from deleted '.trs' file; this should ensure that
653# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
654# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
655# to avoid problems with "make -n".
656.log.trs:
657	rm -f $< $@
658	$(MAKE) $(AM_MAKEFLAGS) $<
659
660# Leading 'am--fnord' is there to ensure the list of targets does not
661# expand to empty, as could happen e.g. with make check TESTS=''.
662am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
663am--force-recheck:
664	@:
665
666$(TEST_SUITE_LOG): $(TEST_LOGS)
667	@$(am__set_TESTS_bases); \
668	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
669	redo_bases=`for i in $$bases; do \
670	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
671	            done`; \
672	if test -n "$$redo_bases"; then \
673	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
674	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
675	  if $(am__make_dryrun); then :; else \
676	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
677	  fi; \
678	fi; \
679	if test -n "$$am__remaking_logs"; then \
680	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
681	       "recursion detected" >&2; \
682	elif test -n "$$redo_logs"; then \
683	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
684	fi; \
685	if $(am__make_dryrun); then :; else \
686	  st=0;  \
687	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
688	  for i in $$redo_bases; do \
689	    test -f $$i.trs && test -r $$i.trs \
690	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
691	    test -f $$i.log && test -r $$i.log \
692	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
693	  done; \
694	  test $$st -eq 0 || exit 1; \
695	fi
696	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
697	ws='[ 	]'; \
698	results=`for b in $$bases; do echo $$b.trs; done`; \
699	test -n "$$results" || results=/dev/null; \
700	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
701	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
702	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
703	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
704	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
705	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
706	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
707	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
708	  success=true; \
709	else \
710	  success=false; \
711	fi; \
712	br='==================='; br=$$br$$br$$br$$br; \
713	result_count () \
714	{ \
715	    if test x"$$1" = x"--maybe-color"; then \
716	      maybe_colorize=yes; \
717	    elif test x"$$1" = x"--no-color"; then \
718	      maybe_colorize=no; \
719	    else \
720	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
721	    fi; \
722	    shift; \
723	    desc=$$1 count=$$2; \
724	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
725	      color_start=$$3 color_end=$$std; \
726	    else \
727	      color_start= color_end=; \
728	    fi; \
729	    echo "$${color_start}# $$desc $$count$${color_end}"; \
730	}; \
731	create_testsuite_report () \
732	{ \
733	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
734	  result_count $$1 "PASS: " $$pass  "$$grn"; \
735	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
736	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
737	  result_count $$1 "FAIL: " $$fail  "$$red"; \
738	  result_count $$1 "XPASS:" $$xpass "$$red"; \
739	  result_count $$1 "ERROR:" $$error "$$mgn"; \
740	}; \
741	{								\
742	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
743	    $(am__rst_title);						\
744	  create_testsuite_report --no-color;				\
745	  echo;								\
746	  echo ".. contents:: :depth: 2";				\
747	  echo;								\
748	  for b in $$bases; do echo $$b; done				\
749	    | $(am__create_global_log);					\
750	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
751	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
752	if $$success; then						\
753	  col="$$grn";							\
754	 else								\
755	  col="$$red";							\
756	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
757	fi;								\
758	echo "$${col}$$br$${std}"; 					\
759	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
760	echo "$${col}$$br$${std}"; 					\
761	create_testsuite_report --maybe-color;				\
762	echo "$$col$$br$$std";						\
763	if $$success; then :; else					\
764	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
765	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
766	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
767	  fi;								\
768	  echo "$$col$$br$$std";					\
769	fi;								\
770	$$success || exit 1
771
772check-TESTS:
773	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
774	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
775	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
776	@set +e; $(am__set_TESTS_bases); \
777	log_list=`for i in $$bases; do echo $$i.log; done`; \
778	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
779	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
780	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
781	exit $$?;
782recheck: all $(check_PROGRAMS)
783	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
784	@set +e; $(am__set_TESTS_bases); \
785	bases=`for i in $$bases; do echo $$i; done \
786	         | $(am__list_recheck_tests)` || exit 1; \
787	log_list=`for i in $$bases; do echo $$i.log; done`; \
788	log_list=`echo $$log_list`; \
789	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
790	        am__force_recheck=am--force-recheck \
791	        TEST_LOGS="$$log_list"; \
792	exit $$?
793dlclose.log: dlclose$(EXEEXT)
794	@p='dlclose$(EXEEXT)'; \
795	b='dlclose'; \
796	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
797	--log-file $$b.log --trs-file $$b.trs \
798	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
799	"$$tst" $(AM_TESTS_FD_REDIRECT)
800.test.log:
801	@p='$<'; \
802	$(am__set_b); \
803	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
804	--log-file $$b.log --trs-file $$b.trs \
805	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
806	"$$tst" $(AM_TESTS_FD_REDIRECT)
807@am__EXEEXT_TRUE@.test$(EXEEXT).log:
808@am__EXEEXT_TRUE@	@p='$<'; \
809@am__EXEEXT_TRUE@	$(am__set_b); \
810@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
811@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
812@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
813@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
814
815distdir: $(DISTFILES)
816	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
817	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
818	list='$(DISTFILES)'; \
819	  dist_files=`for file in $$list; do echo $$file; done | \
820	  sed -e "s|^$$srcdirstrip/||;t" \
821	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
822	case $$dist_files in \
823	  */*) $(MKDIR_P) `echo "$$dist_files" | \
824			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
825			   sort -u` ;; \
826	esac; \
827	for file in $$dist_files; do \
828	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
829	  if test -d $$d/$$file; then \
830	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
831	    if test -d "$(distdir)/$$file"; then \
832	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
833	    fi; \
834	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
835	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
836	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
837	    fi; \
838	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
839	  else \
840	    test -f "$(distdir)/$$file" \
841	    || cp -p $$d/$$file "$(distdir)/$$file" \
842	    || exit 1; \
843	  fi; \
844	done
845check-am: all-am
846	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
847	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
848check: check-am
849all-am: Makefile
850installdirs:
851install: install-am
852install-exec: install-exec-am
853install-data: install-data-am
854uninstall: uninstall-am
855
856install-am: all-am
857	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
858
859installcheck: installcheck-am
860install-strip:
861	if test -z '$(STRIP)'; then \
862	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
863	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
864	      install; \
865	else \
866	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
867	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
868	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
869	fi
870mostlyclean-generic:
871	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
872	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
873	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
874
875clean-generic:
876
877distclean-generic:
878	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
879	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
880
881maintainer-clean-generic:
882	@echo "This command is intended for maintainers to use"
883	@echo "it deletes files that may require special tools to rebuild."
884clean: clean-am
885
886clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
887	mostlyclean-am
888
889distclean: distclean-am
890	-rm -rf ./$(DEPDIR)
891	-rm -f Makefile
892distclean-am: clean-am distclean-compile distclean-generic \
893	distclean-tags
894
895dvi: dvi-am
896
897dvi-am:
898
899html: html-am
900
901html-am:
902
903info: info-am
904
905info-am:
906
907install-data-am:
908
909install-dvi: install-dvi-am
910
911install-dvi-am:
912
913install-exec-am:
914
915install-html: install-html-am
916
917install-html-am:
918
919install-info: install-info-am
920
921install-info-am:
922
923install-man:
924
925install-pdf: install-pdf-am
926
927install-pdf-am:
928
929install-ps: install-ps-am
930
931install-ps-am:
932
933installcheck-am:
934
935maintainer-clean: maintainer-clean-am
936	-rm -rf ./$(DEPDIR)
937	-rm -f Makefile
938maintainer-clean-am: distclean-am maintainer-clean-generic
939
940mostlyclean: mostlyclean-am
941
942mostlyclean-am: mostlyclean-compile mostlyclean-generic \
943	mostlyclean-libtool
944
945pdf: pdf-am
946
947pdf-am:
948
949ps: ps-am
950
951ps-am:
952
953uninstall-am:
954
955.MAKE: check-am install-am install-strip
956
957.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
958	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
959	ctags ctags-am distclean distclean-compile distclean-generic \
960	distclean-libtool distclean-tags distdir dvi dvi-am html \
961	html-am info info-am install install-am install-data \
962	install-data-am install-dvi install-dvi-am install-exec \
963	install-exec-am install-html install-html-am install-info \
964	install-info-am install-man install-pdf install-pdf-am \
965	install-ps install-ps-am install-strip installcheck \
966	installcheck-am installdirs maintainer-clean \
967	maintainer-clean-generic mostlyclean mostlyclean-compile \
968	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
969	recheck tags tags-am uninstall uninstall-am
970
971.PRECIOUS: Makefile
972
973
974# Tell versions [3.59,3.63) of GNU make to not export all variables.
975# Otherwise a system limit (for SysV at least) may be exceeded.
976.NOEXPORT:
977