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