1# Makefile.in generated by automake 1.13.2 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@
16
17# Copyright (c) 2010, 2011, The Trusted Domain Project.  All rights reserved.
18#
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22  case $${target_option-} in \
23      ?) ;; \
24      *) echo "am__make_running_with_option: internal error: invalid" \
25              "target option '$${target_option-}' specified" >&2; \
26         exit 1;; \
27  esac; \
28  has_opt=no; \
29  sane_makeflags=$$MAKEFLAGS; \
30  if $(am__is_gnu_make); then \
31    sane_makeflags=$$MFLAGS; \
32  else \
33    case $$MAKEFLAGS in \
34      *\\[\ \	]*) \
35        bs=\\; \
36        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
38    esac; \
39  fi; \
40  skip_next=no; \
41  strip_trailopt () \
42  { \
43    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44  }; \
45  for flg in $$sane_makeflags; do \
46    test $$skip_next = yes && { skip_next=no; continue; }; \
47    case $$flg in \
48      *=*|--*) continue;; \
49        -*I) strip_trailopt 'I'; skip_next=yes;; \
50      -*I?*) strip_trailopt 'I';; \
51        -*O) strip_trailopt 'O'; skip_next=yes;; \
52      -*O?*) strip_trailopt 'O';; \
53        -*l) strip_trailopt 'l'; skip_next=yes;; \
54      -*l?*) strip_trailopt 'l';; \
55      -[dEDm]) skip_next=yes;; \
56      -[JT]) skip_next=yes;; \
57    esac; \
58    case $$flg in \
59      *$$target_option*) has_opt=yes; break;; \
60    esac; \
61  done; \
62  test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83subdir = contrib/init
84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pthread.m4 \
87	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
88	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91	$(ACLOCAL_M4)
92mkinstalldirs = $(install_sh) -d
93CONFIG_HEADER = $(top_builddir)/build-config.h
94CONFIG_CLEAN_FILES =
95CONFIG_CLEAN_VPATH_FILES =
96AM_V_P = $(am__v_P_@AM_V@)
97am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98am__v_P_0 = false
99am__v_P_1 = :
100AM_V_GEN = $(am__v_GEN_@AM_V@)
101am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
102am__v_GEN_0 = @echo "  GEN     " $@;
103am__v_GEN_1 =
104AM_V_at = $(am__v_at_@AM_V@)
105am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
106am__v_at_0 = @
107am__v_at_1 =
108SOURCES =
109DIST_SOURCES =
110RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
111	ctags-recursive dvi-recursive html-recursive info-recursive \
112	install-data-recursive install-dvi-recursive \
113	install-exec-recursive install-html-recursive \
114	install-info-recursive install-pdf-recursive \
115	install-ps-recursive install-recursive installcheck-recursive \
116	installdirs-recursive pdf-recursive ps-recursive \
117	tags-recursive uninstall-recursive
118am__can_run_installinfo = \
119  case $$AM_UPDATE_INFO_DIR in \
120    n|no|NO) false;; \
121    *) (install-info --version) >/dev/null 2>&1;; \
122  esac
123RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
124  distclean-recursive maintainer-clean-recursive
125am__recursive_targets = \
126  $(RECURSIVE_TARGETS) \
127  $(RECURSIVE_CLEAN_TARGETS) \
128  $(am__extra_recursive_targets)
129AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
130	distdir
131am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
132# Read a list of newline-separated strings from the standard input,
133# and print each of them once, without duplicates.  Input order is
134# *not* preserved.
135am__uniquify_input = $(AWK) '\
136  BEGIN { nonempty = 0; } \
137  { items[$$0] = 1; nonempty = 1; } \
138  END { if (nonempty) { for (i in items) print i; }; } \
139'
140# Make sure the list of sources is unique.  This is necessary because,
141# e.g., the same source file might be shared among _SOURCES variables
142# for different programs/libraries.
143am__define_uniq_tagged_files = \
144  list='$(am__tagged_files)'; \
145  unique=`for i in $$list; do \
146    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
147  done | $(am__uniquify_input)`
148ETAGS = etags
149CTAGS = ctags
150DIST_SUBDIRS = $(SUBDIRS)
151DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152am__relativize = \
153  dir0=`pwd`; \
154  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
155  sed_rest='s,^[^/]*/*,,'; \
156  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
157  sed_butlast='s,/*[^/]*$$,,'; \
158  while test -n "$$dir1"; do \
159    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
160    if test "$$first" != "."; then \
161      if test "$$first" = ".."; then \
162        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
163        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
164      else \
165        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
166        if test "$$first2" = "$$first"; then \
167          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
168        else \
169          dir2="../$$dir2"; \
170        fi; \
171        dir0="$$dir0"/"$$first"; \
172      fi; \
173    fi; \
174    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
175  done; \
176  reldir="$$dir2"
177ACLOCAL = @ACLOCAL@
178AMTAR = @AMTAR@
179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180AR = @AR@
181ATPS_MANNOTICE = @ATPS_MANNOTICE@
182AUTOCONF = @AUTOCONF@
183AUTOHEADER = @AUTOHEADER@
184AUTOMAKE = @AUTOMAKE@
185AWK = @AWK@
186CC = @CC@
187CCDEPMODE = @CCDEPMODE@
188CFLAGS = @CFLAGS@
189COV_CFLAGS = @COV_CFLAGS@
190COV_LDFLAGS = @COV_LDFLAGS@
191COV_LIBADD = @COV_LIBADD@
192CPP = @CPP@
193CPPFLAGS = @CPPFLAGS@
194CURL_CFLAGS = @CURL_CFLAGS@
195CURL_CPPFLAGS = @CURL_CPPFLAGS@
196CURL_LDFLAGS = @CURL_LDFLAGS@
197CURL_LIBS = @CURL_LIBS@
198CYGPATH_W = @CYGPATH_W@
199DB_HANDLE_POOLS_MANNOTICE = @DB_HANDLE_POOLS_MANNOTICE@
200DEFAULT_SENDER_MANNOTICE = @DEFAULT_SENDER_MANNOTICE@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DIFFHEADERS_MANNOTICE = @DIFFHEADERS_MANNOTICE@
204DLLTOOL = @DLLTOOL@
205DOMAIN = @DOMAIN@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
215GNUTLS_LIBS = @GNUTLS_LIBS@
216GREP = @GREP@
217HEX_VERSION = @HEX_VERSION@
218IDENTITY_HEADER_MANNOTICE = @IDENTITY_HEADER_MANNOTICE@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LD = @LD@
225LDAP_CACHING_MANNOTICE = @LDAP_CACHING_MANNOTICE@
226LDFLAGS = @LDFLAGS@
227LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
228LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@
229LIBCRYPTO_LIBDIRS = @LIBCRYPTO_LIBDIRS@
230LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
231LIBCURL_MANNOTICE = @LIBCURL_MANNOTICE@
232LIBDB_INCDIRS = @LIBDB_INCDIRS@
233LIBDB_LIBDIRS = @LIBDB_LIBDIRS@
234LIBDB_LIBS = @LIBDB_LIBS@
235LIBDL_LIBS = @LIBDL_LIBS@
236LIBERL_INCDIRS = @LIBERL_INCDIRS@
237LIBERL_LIBDIRS = @LIBERL_LIBDIRS@
238LIBERL_LIBS = @LIBERL_LIBS@
239LIBERL_MANNOTICE = @LIBERL_MANNOTICE@
240LIBEVENT_LIBDIRS = @LIBEVENT_LIBDIRS@
241LIBEVENT_LIBS = @LIBEVENT_LIBS@
242LIBJANSSON_CFLAGS = @LIBJANSSON_CFLAGS@
243LIBJANSSON_CPPFLAGS = @LIBJANSSON_CPPFLAGS@
244LIBJANSSON_LDFLAGS = @LIBJANSSON_LDFLAGS@
245LIBJANSSON_LIBS = @LIBJANSSON_LIBS@
246LIBLDNS_LIBDIRS = @LIBLDNS_LIBDIRS@
247LIBLDNS_LIBS = @LIBLDNS_LIBS@
248LIBLUA_CFLAGS = @LIBLUA_CFLAGS@
249LIBLUA_INCDIRS = @LIBLUA_INCDIRS@
250LIBLUA_LIBDIRS = @LIBLUA_LIBDIRS@
251LIBLUA_LIBS = @LIBLUA_LIBS@
252LIBMDB_CPPFLAGS = @LIBMDB_CPPFLAGS@
253LIBMDB_LIBS = @LIBMDB_LIBS@
254LIBMEMCACHED_CFLAGS = @LIBMEMCACHED_CFLAGS@
255LIBMEMCACHED_INCDIRS = @LIBMEMCACHED_INCDIRS@
256LIBMEMCACHED_LIBDIRS = @LIBMEMCACHED_LIBDIRS@
257LIBMEMCACHED_LIBS = @LIBMEMCACHED_LIBS@
258LIBMEMCACHED_MANNOTICE = @LIBMEMCACHED_MANNOTICE@
259LIBMILTER_INCDIRS = @LIBMILTER_INCDIRS@
260LIBMILTER_LIBDIRS = @LIBMILTER_LIBDIRS@
261LIBMILTER_LIBS = @LIBMILTER_LIBS@
262LIBNSL_LIBS = @LIBNSL_LIBS@
263LIBOBJS = @LIBOBJS@
264LIBODBX_CFLAGS = @LIBODBX_CFLAGS@
265LIBODBX_CPPFLAGS = @LIBODBX_CPPFLAGS@
266LIBODBX_LDFLAGS = @LIBODBX_LDFLAGS@
267LIBODBX_LIBS = @LIBODBX_LIBS@
268LIBOPENDKIM_INC = @LIBOPENDKIM_INC@
269LIBOPENDKIM_LIBS = @LIBOPENDKIM_LIBS@
270LIBOPENDKIM_LIBS_PKG = @LIBOPENDKIM_LIBS_PKG@
271LIBOPENDKIM_VERSION_INFO = @LIBOPENDKIM_VERSION_INFO@
272LIBRESOLV = @LIBRESOLV@
273LIBRRD_MANNOTICE = @LIBRRD_MANNOTICE@
274LIBS = @LIBS@
275LIBTOOL = @LIBTOOL@
276LIBTRE_CFLAGS = @LIBTRE_CFLAGS@
277LIBTRE_CPPFLAGS = @LIBTRE_CPPFLAGS@
278LIBTRE_LIBS = @LIBTRE_LIBS@
279LIBUNBOUND_INCDIRS = @LIBUNBOUND_INCDIRS@
280LIBUNBOUND_LIBDIRS = @LIBUNBOUND_LIBDIRS@
281LIBUNBOUND_LIBS = @LIBUNBOUND_LIBS@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LUA_MANNOTICE = @LUA_MANNOTICE@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OPENLDAP_CFLAGS = @OPENLDAP_CFLAGS@
294OPENLDAP_CPPFLAGS = @OPENLDAP_CPPFLAGS@
295OPENLDAP_LIBS = @OPENLDAP_LIBS@
296OTOOL = @OTOOL@
297OTOOL64 = @OTOOL64@
298PACKAGE = @PACKAGE@
299PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300PACKAGE_NAME = @PACKAGE_NAME@
301PACKAGE_STRING = @PACKAGE_STRING@
302PACKAGE_TARNAME = @PACKAGE_TARNAME@
303PACKAGE_URL = @PACKAGE_URL@
304PACKAGE_VERSION = @PACKAGE_VERSION@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306PKG_CONFIG = @PKG_CONFIG@
307PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
308PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
309POLL_MANNOTICE = @POLL_MANNOTICE@
310POPAUTH_MANNOTICE = @POPAUTH_MANNOTICE@
311POSTGRESQL_RECONNECT_HACK_MANNOTICE = @POSTGRESQL_RECONNECT_HACK_MANNOTICE@
312PTHREAD_CC = @PTHREAD_CC@
313PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
314PTHREAD_LIBS = @PTHREAD_LIBS@
315QUERY_CACHE_MANNOTICE = @QUERY_CACHE_MANNOTICE@
316RANLIB = @RANLIB@
317RATE_LIMIT_MANNOTICE = @RATE_LIMIT_MANNOTICE@
318RBL_MANNOTICE = @RBL_MANNOTICE@
319REPLACE_RULES_MANNOTICE = @REPLACE_RULES_MANNOTICE@
320REPRRD_MANNOTICE = @REPRRD_MANNOTICE@
321REPUTATION_MANNOTICE = @REPUTATION_MANNOTICE@
322RESIGN_MANNOTICE = @RESIGN_MANNOTICE@
323RRDTOOL_CFLAGS = @RRDTOOL_CFLAGS@
324RRDTOOL_LIBS = @RRDTOOL_LIBS@
325SASL_CFLAGS = @SASL_CFLAGS@
326SASL_CPPFLAGS = @SASL_CPPFLAGS@
327SASL_LIBS = @SASL_LIBS@
328SED = @SED@
329SENDER_MACRO_MANNOTICE = @SENDER_MACRO_MANNOTICE@
330SENDMAIL_PATH = @SENDMAIL_PATH@
331SET_MAKE = @SET_MAKE@
332SHELL = @SHELL@
333SOCKETDB_MANNOTICE = @SOCKETDB_MANNOTICE@
334SPECBINDIR = @SPECBINDIR@
335SPECBUILDREQUIRES = @SPECBUILDREQUIRES@
336SPECCONFIGURE = @SPECCONFIGURE@
337SPECREQUIRES = @SPECREQUIRES@
338SQL_BACKEND = @SQL_BACKEND@
339STATSEXT_MANNOTICE = @STATSEXT_MANNOTICE@
340STATS_MANNOTICE = @STATS_MANNOTICE@
341STRIP = @STRIP@
342SYSCONFDIR = @SYSCONFDIR@
343TESTSOCKET = @TESTSOCKET@
344UNBOUND_MANNOTICE = @UNBOUND_MANNOTICE@
345VBR_MANNOTICE = @VBR_MANNOTICE@
346VERSION = @VERSION@
347abs_builddir = @abs_builddir@
348abs_srcdir = @abs_srcdir@
349abs_top_builddir = @abs_top_builddir@
350abs_top_srcdir = @abs_top_srcdir@
351ac_ct_AR = @ac_ct_AR@
352ac_ct_CC = @ac_ct_CC@
353ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
354am__include = @am__include@
355am__leading_dot = @am__leading_dot@
356am__quote = @am__quote@
357am__tar = @am__tar@
358am__untar = @am__untar@
359ax_pthread_config = @ax_pthread_config@
360bindir = @bindir@
361build = @build@
362build_alias = @build_alias@
363build_cpu = @build_cpu@
364build_os = @build_os@
365build_vendor = @build_vendor@
366builddir = @builddir@
367datadir = @datadir@
368datarootdir = @datarootdir@
369docdir = @docdir@
370domainname = @domainname@
371dvidir = @dvidir@
372exec_prefix = @exec_prefix@
373hascc = @hascc@
374hasgcc = @hasgcc@
375hasgcov = @hasgcov@
376hasgprof = @hasgprof@
377haslcov = @haslcov@
378hasrrdtool = @hasrrdtool@
379host = @host@
380host_alias = @host_alias@
381host_cpu = @host_cpu@
382host_os = @host_os@
383host_vendor = @host_vendor@
384htmldir = @htmldir@
385includedir = @includedir@
386infodir = @infodir@
387install_sh = @install_sh@
388libdir = @libdir@
389libexecdir = @libexecdir@
390localedir = @localedir@
391localstatedir = @localstatedir@
392mandir = @mandir@
393mkdir_p = @mkdir_p@
394oldincludedir = @oldincludedir@
395pdfdir = @pdfdir@
396prefix = @prefix@
397program_transform_name = @program_transform_name@
398psdir = @psdir@
399sbindir = @sbindir@
400sharedstatedir = @sharedstatedir@
401srcdir = @srcdir@
402sysconfdir = @sysconfdir@
403target_alias = @target_alias@
404top_build_prefix = @top_build_prefix@
405top_builddir = @top_builddir@
406top_srcdir = @top_srcdir@
407AUTOMAKE_OPTIONS = foreign
408SUBDIRS = generic redhat solaris
409all: all-recursive
410
411.SUFFIXES:
412$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
413	@for dep in $?; do \
414	  case '$(am__configure_deps)' in \
415	    *$$dep*) \
416	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
417	        && { if test -f $@; then exit 0; else break; fi; }; \
418	      exit 1;; \
419	  esac; \
420	done; \
421	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/init/Makefile'; \
422	$(am__cd) $(top_srcdir) && \
423	  $(AUTOMAKE) --foreign contrib/init/Makefile
424.PRECIOUS: Makefile
425Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426	@case '$?' in \
427	  *config.status*) \
428	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
429	  *) \
430	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
431	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
432	esac;
433
434$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436
437$(top_srcdir)/configure:  $(am__configure_deps)
438	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
440	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441$(am__aclocal_m4_deps):
442
443mostlyclean-libtool:
444	-rm -f *.lo
445
446clean-libtool:
447	-rm -rf .libs _libs
448
449# This directory's subdirectories are mostly independent; you can cd
450# into them and run 'make' without going through this Makefile.
451# To change the values of 'make' variables: instead of editing Makefiles,
452# (1) if the variable is set in 'config.status', edit 'config.status'
453#     (which will cause the Makefiles to be regenerated when you run 'make');
454# (2) otherwise, pass the desired values on the 'make' command line.
455$(am__recursive_targets):
456	@fail=; \
457	if $(am__make_keepgoing); then \
458	  failcom='fail=yes'; \
459	else \
460	  failcom='exit 1'; \
461	fi; \
462	dot_seen=no; \
463	target=`echo $@ | sed s/-recursive//`; \
464	case "$@" in \
465	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
466	  *) list='$(SUBDIRS)' ;; \
467	esac; \
468	for subdir in $$list; do \
469	  echo "Making $$target in $$subdir"; \
470	  if test "$$subdir" = "."; then \
471	    dot_seen=yes; \
472	    local_target="$$target-am"; \
473	  else \
474	    local_target="$$target"; \
475	  fi; \
476	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
477	  || eval $$failcom; \
478	done; \
479	if test "$$dot_seen" = "no"; then \
480	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
481	fi; test -z "$$fail"
482
483ID: $(am__tagged_files)
484	$(am__define_uniq_tagged_files); mkid -fID $$unique
485tags: tags-recursive
486TAGS: tags
487
488tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489	set x; \
490	here=`pwd`; \
491	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
492	  include_option=--etags-include; \
493	  empty_fix=.; \
494	else \
495	  include_option=--include; \
496	  empty_fix=; \
497	fi; \
498	list='$(SUBDIRS)'; for subdir in $$list; do \
499	  if test "$$subdir" = .; then :; else \
500	    test ! -f $$subdir/TAGS || \
501	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
502	  fi; \
503	done; \
504	$(am__define_uniq_tagged_files); \
505	shift; \
506	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507	  test -n "$$unique" || unique=$$empty_fix; \
508	  if test $$# -gt 0; then \
509	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510	      "$$@" $$unique; \
511	  else \
512	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513	      $$unique; \
514	  fi; \
515	fi
516ctags: ctags-recursive
517
518CTAGS: ctags
519ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520	$(am__define_uniq_tagged_files); \
521	test -z "$(CTAGS_ARGS)$$unique" \
522	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523	     $$unique
524
525GTAGS:
526	here=`$(am__cd) $(top_builddir) && pwd` \
527	  && $(am__cd) $(top_srcdir) \
528	  && gtags -i $(GTAGS_ARGS) "$$here"
529cscopelist: cscopelist-recursive
530
531cscopelist-am: $(am__tagged_files)
532	list='$(am__tagged_files)'; \
533	case "$(srcdir)" in \
534	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
535	  *) sdir=$(subdir)/$(srcdir) ;; \
536	esac; \
537	for i in $$list; do \
538	  if test -f "$$i"; then \
539	    echo "$(subdir)/$$i"; \
540	  else \
541	    echo "$$sdir/$$i"; \
542	  fi; \
543	done >> $(top_builddir)/cscope.files
544
545distclean-tags:
546	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
548distdir: $(DISTFILES)
549	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551	list='$(DISTFILES)'; \
552	  dist_files=`for file in $$list; do echo $$file; done | \
553	  sed -e "s|^$$srcdirstrip/||;t" \
554	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555	case $$dist_files in \
556	  */*) $(MKDIR_P) `echo "$$dist_files" | \
557			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558			   sort -u` ;; \
559	esac; \
560	for file in $$dist_files; do \
561	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562	  if test -d $$d/$$file; then \
563	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564	    if test -d "$(distdir)/$$file"; then \
565	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566	    fi; \
567	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570	    fi; \
571	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572	  else \
573	    test -f "$(distdir)/$$file" \
574	    || cp -p $$d/$$file "$(distdir)/$$file" \
575	    || exit 1; \
576	  fi; \
577	done
578	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
579	  if test "$$subdir" = .; then :; else \
580	    $(am__make_dryrun) \
581	      || test -d "$(distdir)/$$subdir" \
582	      || $(MKDIR_P) "$(distdir)/$$subdir" \
583	      || exit 1; \
584	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
585	    $(am__relativize); \
586	    new_distdir=$$reldir; \
587	    dir1=$$subdir; dir2="$(top_distdir)"; \
588	    $(am__relativize); \
589	    new_top_distdir=$$reldir; \
590	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
591	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592	    ($(am__cd) $$subdir && \
593	      $(MAKE) $(AM_MAKEFLAGS) \
594	        top_distdir="$$new_top_distdir" \
595	        distdir="$$new_distdir" \
596		am__remove_distdir=: \
597		am__skip_length_check=: \
598		am__skip_mode_fix=: \
599	        distdir) \
600	      || exit 1; \
601	  fi; \
602	done
603check-am: all-am
604check: check-recursive
605all-am: Makefile
606installdirs: installdirs-recursive
607installdirs-am:
608install: install-recursive
609install-exec: install-exec-recursive
610install-data: install-data-recursive
611uninstall: uninstall-recursive
612
613install-am: all-am
614	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-recursive
617install-strip:
618	if test -z '$(STRIP)'; then \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	      install; \
622	else \
623	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626	fi
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636	@echo "This command is intended for maintainers to use"
637	@echo "it deletes files that may require special tools to rebuild."
638clean: clean-recursive
639
640clean-am: clean-generic clean-libtool mostlyclean-am
641
642distclean: distclean-recursive
643	-rm -f Makefile
644distclean-am: clean-am distclean-generic distclean-tags
645
646dvi: dvi-recursive
647
648dvi-am:
649
650html: html-recursive
651
652html-am:
653
654info: info-recursive
655
656info-am:
657
658install-data-am:
659
660install-dvi: install-dvi-recursive
661
662install-dvi-am:
663
664install-exec-am:
665
666install-html: install-html-recursive
667
668install-html-am:
669
670install-info: install-info-recursive
671
672install-info-am:
673
674install-man:
675
676install-pdf: install-pdf-recursive
677
678install-pdf-am:
679
680install-ps: install-ps-recursive
681
682install-ps-am:
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-recursive
687	-rm -f Makefile
688maintainer-clean-am: distclean-am maintainer-clean-generic
689
690mostlyclean: mostlyclean-recursive
691
692mostlyclean-am: mostlyclean-generic mostlyclean-libtool
693
694pdf: pdf-recursive
695
696pdf-am:
697
698ps: ps-recursive
699
700ps-am:
701
702uninstall-am:
703
704.MAKE: $(am__recursive_targets) install-am install-strip
705
706.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
707	check-am clean clean-generic clean-libtool cscopelist-am ctags \
708	ctags-am distclean distclean-generic distclean-libtool \
709	distclean-tags distdir dvi dvi-am html html-am info info-am \
710	install install-am install-data install-data-am install-dvi \
711	install-dvi-am install-exec install-exec-am install-html \
712	install-html-am install-info install-info-am install-man \
713	install-pdf install-pdf-am install-ps install-ps-am \
714	install-strip installcheck installcheck-am installdirs \
715	installdirs-am maintainer-clean maintainer-clean-generic \
716	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
717	ps ps-am tags tags-am uninstall uninstall-am
718
719
720#dist_doc_DATA = README
721
722# Tell versions [3.59,3.63) of GNU make to not export all variables.
723# Otherwise a system limit (for SysV at least) may be exceeded.
724.NOEXPORT:
725