1# Makefile.in generated by automake 1.14 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# This file is part of pam-modules.
18# Copyright (C) 2001, 2006, 2008-2012, 2014-2015, 2018 Sergey Poznyakoff
19#
20# This program is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3, or (at your option)
23# any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License along
31# with this program.  If not, see <http://www.gnu.org/licenses/>.
32VPATH = @srcdir@
33am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96subdir = .
97DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog THANKS \
98	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
99	$(top_srcdir)/configure $(am__configure_deps) \
100	$(srcdir)/config.h.in COPYING build-aux/compile \
101	build-aux/config.guess build-aux/config.sub build-aux/depcomp \
102	build-aux/install-sh build-aux/mdate-sh build-aux/missing \
103	build-aux/texinfo.tex build-aux/ltmain.sh \
104	$(top_srcdir)/build-aux/compile \
105	$(top_srcdir)/build-aux/config.guess \
106	$(top_srcdir)/build-aux/config.sub \
107	$(top_srcdir)/build-aux/install-sh \
108	$(top_srcdir)/build-aux/ltmain.sh \
109	$(top_srcdir)/build-aux/missing
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/imprimatur/imprimatur.m4 \
112	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
113	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
114	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
115	$(top_srcdir)/configure.ac
116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117	$(ACLOCAL_M4)
118am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
119 configure.lineno config.status.lineno
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = config.h
122CONFIG_CLEAN_FILES =
123CONFIG_CLEAN_VPATH_FILES =
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136SOURCES =
137DIST_SOURCES =
138RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
139	ctags-recursive dvi-recursive html-recursive info-recursive \
140	install-data-recursive install-dvi-recursive \
141	install-exec-recursive install-html-recursive \
142	install-info-recursive install-pdf-recursive \
143	install-ps-recursive install-recursive installcheck-recursive \
144	installdirs-recursive pdf-recursive ps-recursive \
145	tags-recursive uninstall-recursive
146am__can_run_installinfo = \
147  case $$AM_UPDATE_INFO_DIR in \
148    n|no|NO) false;; \
149    *) (install-info --version) >/dev/null 2>&1;; \
150  esac
151RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
152  distclean-recursive maintainer-clean-recursive
153am__recursive_targets = \
154  $(RECURSIVE_TARGETS) \
155  $(RECURSIVE_CLEAN_TARGETS) \
156  $(am__extra_recursive_targets)
157AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
158	cscope distdir dist dist-all distcheck
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
160	$(LISP)config.h.in
161# Read a list of newline-separated strings from the standard input,
162# and print each of them once, without duplicates.  Input order is
163# *not* preserved.
164am__uniquify_input = $(AWK) '\
165  BEGIN { nonempty = 0; } \
166  { items[$$0] = 1; nonempty = 1; } \
167  END { if (nonempty) { for (i in items) print i; }; } \
168'
169# Make sure the list of sources is unique.  This is necessary because,
170# e.g., the same source file might be shared among _SOURCES variables
171# for different programs/libraries.
172am__define_uniq_tagged_files = \
173  list='$(am__tagged_files)'; \
174  unique=`for i in $$list; do \
175    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176  done | $(am__uniquify_input)`
177ETAGS = etags
178CTAGS = ctags
179CSCOPE = cscope
180DIST_SUBDIRS = imprimatur doc examples lib pam_fshadow pam_regex \
181	pam_log pam_sql pam_ldaphome pam_umotd pam_groupmember pamck
182DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183distdir = $(PACKAGE)-$(VERSION)
184top_distdir = $(distdir)
185am__remove_distdir = \
186  if test -d "$(distdir)"; then \
187    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
188      && rm -rf "$(distdir)" \
189      || { sleep 5 && rm -rf "$(distdir)"; }; \
190  else :; fi
191am__post_remove_distdir = $(am__remove_distdir)
192am__relativize = \
193  dir0=`pwd`; \
194  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
195  sed_rest='s,^[^/]*/*,,'; \
196  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
197  sed_butlast='s,/*[^/]*$$,,'; \
198  while test -n "$$dir1"; do \
199    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
200    if test "$$first" != "."; then \
201      if test "$$first" = ".."; then \
202        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
203        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
204      else \
205        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
206        if test "$$first2" = "$$first"; then \
207          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
208        else \
209          dir2="../$$dir2"; \
210        fi; \
211        dir0="$$dir0"/"$$first"; \
212      fi; \
213    fi; \
214    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
215  done; \
216  reldir="$$dir2"
217DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
218GZIP_ENV = --best
219DIST_TARGETS = dist-xz dist-gzip
220distuninstallcheck_listfiles = find . -type f -print
221am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
222  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
223distcleancheck_listfiles = find . -type f -print
224ACLOCAL = @ACLOCAL@
225AMTAR = @AMTAR@
226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227AR = @AR@
228AUTOCONF = @AUTOCONF@
229AUTOHEADER = @AUTOHEADER@
230AUTOMAKE = @AUTOMAKE@
231AWK = @AWK@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DSYMUTIL = @DSYMUTIL@
242DUMPBIN = @DUMPBIN@
243ECHO_C = @ECHO_C@
244ECHO_N = @ECHO_N@
245ECHO_T = @ECHO_T@
246EGREP = @EGREP@
247EXEEXT = @EXEEXT@
248FGREP = @FGREP@
249GREP = @GREP@
250IMPRIMATUR_MAKEINFOFLAGS = @IMPRIMATUR_MAKEINFOFLAGS@
251IMPRIMATUR_MODULE_DIR = @IMPRIMATUR_MODULE_DIR@
252INSTALL = @INSTALL@
253INSTALL_DATA = @INSTALL_DATA@
254INSTALL_PROGRAM = @INSTALL_PROGRAM@
255INSTALL_SCRIPT = @INSTALL_SCRIPT@
256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257LD = @LD@
258LDFLAGS = @LDFLAGS@
259LIBOBJS = @LIBOBJS@
260LIBS = @LIBS@
261LIBTOOL = @LIBTOOL@
262LIPO = @LIPO@
263LN_S = @LN_S@
264LTLIBOBJS = @LTLIBOBJS@
265MAKEINFO = @MAKEINFO@
266MANIFEST_TOOL = @MANIFEST_TOOL@
267MKDIR_P = @MKDIR_P@
268MYSQLLIBS = @MYSQLLIBS@
269NM = @NM@
270NMEDIT = @NMEDIT@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OTOOL = @OTOOL@
274OTOOL64 = @OTOOL64@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PAMDIR = @PAMDIR@
283PAM_MISC = @PAM_MISC@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285PGSQLLIBS = @PGSQLLIBS@
286RANLIB = @RANLIB@
287RENDITION = @RENDITION@
288SED = @SED@
289SET_MAKE = @SET_MAKE@
290SHELL = @SHELL@
291SQL_MODULES = @SQL_MODULES@
292STRIP = @STRIP@
293VERSION = @VERSION@
294VI_AGE = @VI_AGE@
295VI_CURRENT = @VI_CURRENT@
296VI_REVISION = @VI_REVISION@
297abs_builddir = @abs_builddir@
298abs_srcdir = @abs_srcdir@
299abs_top_builddir = @abs_top_builddir@
300abs_top_srcdir = @abs_top_srcdir@
301ac_ct_AR = @ac_ct_AR@
302ac_ct_CC = @ac_ct_CC@
303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__tar = @am__tar@
308am__untar = @am__untar@
309bindir = @bindir@
310build = @build@
311build_alias = @build_alias@
312build_cpu = @build_cpu@
313build_os = @build_os@
314build_vendor = @build_vendor@
315builddir = @builddir@
316datadir = @datadir@
317datarootdir = @datarootdir@
318docdir = @docdir@
319dvidir = @dvidir@
320exec_prefix = @exec_prefix@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330libdir = @libdir@
331libexecdir = @libexecdir@
332localedir = @localedir@
333localstatedir = @localstatedir@
334mandir = @mandir@
335mkdir_p = @mkdir_p@
336oldincludedir = @oldincludedir@
337pdfdir = @pdfdir@
338prefix = @prefix@
339program_transform_name = @program_transform_name@
340psdir = @psdir@
341sbindir = @sbindir@
342sharedstatedir = @sharedstatedir@
343srcdir = @srcdir@
344sysconfdir = @sysconfdir@
345target_alias = @target_alias@
346top_build_prefix = @top_build_prefix@
347top_builddir = @top_builddir@
348top_srcdir = @top_srcdir@
349AUTOMAKE_OPTIONS = gnits 1.8
350ACLOCAL_AMFLAGS = -I m4 -I imprimatur
351@PAM_COND_FSHADOW_TRUE@FSHADOW_DIR = pam_fshadow
352@PAM_COND_REGEX_TRUE@REGEX_DIR = pam_regex
353@PAM_COND_LOG_TRUE@LOG_DIR = pam_log
354@PAM_COND_LDAPHOME_TRUE@LDAPHOME_DIR = pam_ldaphome
355@PAM_COND_UMOTD_TRUE@UMOTD_DIR = pam_umotd
356@PAM_COND_GROUPMEMBER_TRUE@GROUPMEMBER_DIR = pam_groupmember
357SUBDIRS = \
358 imprimatur\
359 doc\
360 examples\
361 lib\
362 $(FSHADOW_DIR)\
363 $(REGEX_DIR)\
364 $(LOG_DIR)\
365 pam_sql\
366 $(LDAPHOME_DIR)\
367 $(UMOTD_DIR)\
368 $(GROUPMEMBER_DIR)\
369 pamck
370
371EXTRA_DIST = ChangeLog.svn
372
373#  Name of the previous ChangeLog file.
374prev_change_log = ChangeLog.svn
375#  Start Git ChangeLog from this date.
376gen_start_date = 2012-05-13
377all: config.h
378	$(MAKE) $(AM_MAKEFLAGS) all-recursive
379
380.SUFFIXES:
381am--refresh: Makefile
382	@:
383$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
384	@for dep in $?; do \
385	  case '$(am__configure_deps)' in \
386	    *$$dep*) \
387	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
388	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
389		&& exit 0; \
390	      exit 1;; \
391	  esac; \
392	done; \
393	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
394	$(am__cd) $(top_srcdir) && \
395	  $(AUTOMAKE) --gnits Makefile
396.PRECIOUS: Makefile
397Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398	@case '$?' in \
399	  *config.status*) \
400	    echo ' $(SHELL) ./config.status'; \
401	    $(SHELL) ./config.status;; \
402	  *) \
403	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
404	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
405	esac;
406
407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408	$(SHELL) ./config.status --recheck
409
410$(top_srcdir)/configure:  $(am__configure_deps)
411	$(am__cd) $(srcdir) && $(AUTOCONF)
412$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
414$(am__aclocal_m4_deps):
415
416config.h: stamp-h1
417	@test -f $@ || rm -f stamp-h1
418	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
419
420stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421	@rm -f stamp-h1
422	cd $(top_builddir) && $(SHELL) ./config.status config.h
423$(srcdir)/config.h.in:  $(am__configure_deps)
424	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
425	rm -f stamp-h1
426	touch $@
427
428distclean-hdr:
429	-rm -f config.h stamp-h1
430
431mostlyclean-libtool:
432	-rm -f *.lo
433
434clean-libtool:
435	-rm -rf .libs _libs
436
437distclean-libtool:
438	-rm -f libtool config.lt
439
440# This directory's subdirectories are mostly independent; you can cd
441# into them and run 'make' without going through this Makefile.
442# To change the values of 'make' variables: instead of editing Makefiles,
443# (1) if the variable is set in 'config.status', edit 'config.status'
444#     (which will cause the Makefiles to be regenerated when you run 'make');
445# (2) otherwise, pass the desired values on the 'make' command line.
446$(am__recursive_targets):
447	@fail=; \
448	if $(am__make_keepgoing); then \
449	  failcom='fail=yes'; \
450	else \
451	  failcom='exit 1'; \
452	fi; \
453	dot_seen=no; \
454	target=`echo $@ | sed s/-recursive//`; \
455	case "$@" in \
456	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
457	  *) list='$(SUBDIRS)' ;; \
458	esac; \
459	for subdir in $$list; do \
460	  echo "Making $$target in $$subdir"; \
461	  if test "$$subdir" = "."; then \
462	    dot_seen=yes; \
463	    local_target="$$target-am"; \
464	  else \
465	    local_target="$$target"; \
466	  fi; \
467	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468	  || eval $$failcom; \
469	done; \
470	if test "$$dot_seen" = "no"; then \
471	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472	fi; test -z "$$fail"
473
474ID: $(am__tagged_files)
475	$(am__define_uniq_tagged_files); mkid -fID $$unique
476tags: tags-recursive
477TAGS: tags
478
479tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480	set x; \
481	here=`pwd`; \
482	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
483	  include_option=--etags-include; \
484	  empty_fix=.; \
485	else \
486	  include_option=--include; \
487	  empty_fix=; \
488	fi; \
489	list='$(SUBDIRS)'; for subdir in $$list; do \
490	  if test "$$subdir" = .; then :; else \
491	    test ! -f $$subdir/TAGS || \
492	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
493	  fi; \
494	done; \
495	$(am__define_uniq_tagged_files); \
496	shift; \
497	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
498	  test -n "$$unique" || unique=$$empty_fix; \
499	  if test $$# -gt 0; then \
500	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
501	      "$$@" $$unique; \
502	  else \
503	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504	      $$unique; \
505	  fi; \
506	fi
507ctags: ctags-recursive
508
509CTAGS: ctags
510ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
511	$(am__define_uniq_tagged_files); \
512	test -z "$(CTAGS_ARGS)$$unique" \
513	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
514	     $$unique
515
516GTAGS:
517	here=`$(am__cd) $(top_builddir) && pwd` \
518	  && $(am__cd) $(top_srcdir) \
519	  && gtags -i $(GTAGS_ARGS) "$$here"
520cscope: cscope.files
521	test ! -s cscope.files \
522	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
523clean-cscope:
524	-rm -f cscope.files
525cscope.files: clean-cscope cscopelist
526cscopelist: cscopelist-recursive
527
528cscopelist-am: $(am__tagged_files)
529	list='$(am__tagged_files)'; \
530	case "$(srcdir)" in \
531	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
532	  *) sdir=$(subdir)/$(srcdir) ;; \
533	esac; \
534	for i in $$list; do \
535	  if test -f "$$i"; then \
536	    echo "$(subdir)/$$i"; \
537	  else \
538	    echo "$$sdir/$$i"; \
539	  fi; \
540	done >> $(top_builddir)/cscope.files
541
542distclean-tags:
543	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
545
546distdir: $(DISTFILES)
547	@case `sed 15q $(srcdir)/NEWS` in \
548	*"$(VERSION)"*) : ;; \
549	*) \
550	  echo "NEWS not updated; not releasing" 1>&2; \
551	  exit 1;; \
552	esac
553	$(am__remove_distdir)
554	test -d "$(distdir)" || mkdir "$(distdir)"
555	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
556	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557	list='$(DISTFILES)'; \
558	  dist_files=`for file in $$list; do echo $$file; done | \
559	  sed -e "s|^$$srcdirstrip/||;t" \
560	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
561	case $$dist_files in \
562	  */*) $(MKDIR_P) `echo "$$dist_files" | \
563			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
564			   sort -u` ;; \
565	esac; \
566	for file in $$dist_files; do \
567	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
568	  if test -d $$d/$$file; then \
569	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
570	    if test -d "$(distdir)/$$file"; then \
571	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
572	    fi; \
573	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
574	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
575	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
576	    fi; \
577	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
578	  else \
579	    test -f "$(distdir)/$$file" \
580	    || cp -p $$d/$$file "$(distdir)/$$file" \
581	    || exit 1; \
582	  fi; \
583	done
584	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
585	  if test "$$subdir" = .; then :; else \
586	    $(am__make_dryrun) \
587	      || test -d "$(distdir)/$$subdir" \
588	      || $(MKDIR_P) "$(distdir)/$$subdir" \
589	      || exit 1; \
590	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
591	    $(am__relativize); \
592	    new_distdir=$$reldir; \
593	    dir1=$$subdir; dir2="$(top_distdir)"; \
594	    $(am__relativize); \
595	    new_top_distdir=$$reldir; \
596	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
597	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
598	    ($(am__cd) $$subdir && \
599	      $(MAKE) $(AM_MAKEFLAGS) \
600	        top_distdir="$$new_top_distdir" \
601	        distdir="$$new_distdir" \
602		am__remove_distdir=: \
603		am__skip_length_check=: \
604		am__skip_mode_fix=: \
605	        distdir) \
606	      || exit 1; \
607	  fi; \
608	done
609	-test -n "$(am__skip_mode_fix)" \
610	|| find "$(distdir)" -type d ! -perm -755 \
611		-exec chmod u+rwx,go+rx {} \; -o \
612	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
613	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
614	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
615	|| chmod -R a+r "$(distdir)"
616dist-gzip: distdir
617	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
618	$(am__post_remove_distdir)
619
620dist-bzip2: distdir
621	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
622	$(am__post_remove_distdir)
623
624dist-lzip: distdir
625	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
626	$(am__post_remove_distdir)
627dist-xz: distdir
628	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
629	$(am__post_remove_distdir)
630
631dist-tarZ: distdir
632	@echo WARNING: "Support for shar distribution archives is" \
633	               "deprecated." >&2
634	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
635	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
636	$(am__post_remove_distdir)
637
638dist-shar: distdir
639	@echo WARNING: "Support for distribution archives compressed with" \
640		       "legacy program 'compress' is deprecated." >&2
641	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
642	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
643	$(am__post_remove_distdir)
644
645dist-zip: distdir
646	-rm -f $(distdir).zip
647	zip -rq $(distdir).zip $(distdir)
648	$(am__post_remove_distdir)
649
650dist dist-all:
651	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
652	$(am__post_remove_distdir)
653
654# This target untars the dist file and tries a VPATH configuration.  Then
655# it guarantees that the distribution is self-contained by making another
656# tarfile.
657distcheck: dist
658	case '$(DIST_ARCHIVES)' in \
659	*.tar.gz*) \
660	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
661	*.tar.bz2*) \
662	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
663	*.tar.lz*) \
664	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
665	*.tar.xz*) \
666	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
667	*.tar.Z*) \
668	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
669	*.shar.gz*) \
670	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
671	*.zip*) \
672	  unzip $(distdir).zip ;;\
673	esac
674	chmod -R a-w $(distdir)
675	chmod u+w $(distdir)
676	mkdir $(distdir)/_build $(distdir)/_inst
677	chmod a-w $(distdir)
678	test -d $(distdir)/_build || exit 0; \
679	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
680	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
681	  && am__cwd=`pwd` \
682	  && $(am__cd) $(distdir)/_build \
683	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
684	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
685	    $(DISTCHECK_CONFIGURE_FLAGS) \
686	  && $(MAKE) $(AM_MAKEFLAGS) \
687	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
688	  && $(MAKE) $(AM_MAKEFLAGS) check \
689	  && $(MAKE) $(AM_MAKEFLAGS) install \
690	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
691	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
692	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
693	        distuninstallcheck \
694	  && chmod -R a-w "$$dc_install_base" \
695	  && ({ \
696	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
697	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
698	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
699	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
700	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
701	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
702	  && rm -rf "$$dc_destdir" \
703	  && $(MAKE) $(AM_MAKEFLAGS) dist \
704	  && rm -rf $(DIST_ARCHIVES) \
705	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
706	  && cd "$$am__cwd" \
707	  || exit 1
708	$(am__post_remove_distdir)
709	@(echo "$(distdir) archives ready for distribution: "; \
710	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
711	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
712distuninstallcheck:
713	@test -n '$(distuninstallcheck_dir)' || { \
714	  echo 'ERROR: trying to run $@ with an empty' \
715	       '$$(distuninstallcheck_dir)' >&2; \
716	  exit 1; \
717	}; \
718	$(am__cd) '$(distuninstallcheck_dir)' || { \
719	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
720	  exit 1; \
721	}; \
722	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
723	   || { echo "ERROR: files left after uninstall:" ; \
724	        if test -n "$(DESTDIR)"; then \
725	          echo "  (check DESTDIR support)"; \
726	        fi ; \
727	        $(distuninstallcheck_listfiles) ; \
728	        exit 1; } >&2
729distcleancheck: distclean
730	@if test '$(srcdir)' = . ; then \
731	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
732	  exit 1 ; \
733	fi
734	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
735	  || { echo "ERROR: files left in build directory after distclean:" ; \
736	       $(distcleancheck_listfiles) ; \
737	       exit 1; } >&2
738check-am: all-am
739check: check-recursive
740all-am: Makefile config.h
741installdirs: installdirs-recursive
742installdirs-am:
743install: install-recursive
744install-exec: install-exec-recursive
745install-data: install-data-recursive
746uninstall: uninstall-recursive
747
748install-am: all-am
749	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
750
751installcheck: installcheck-recursive
752install-strip:
753	if test -z '$(STRIP)'; then \
754	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
755	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
756	      install; \
757	else \
758	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
759	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
760	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
761	fi
762mostlyclean-generic:
763
764clean-generic:
765
766distclean-generic:
767	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
768	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
769
770maintainer-clean-generic:
771	@echo "This command is intended for maintainers to use"
772	@echo "it deletes files that may require special tools to rebuild."
773clean: clean-recursive
774
775clean-am: clean-generic clean-libtool mostlyclean-am
776
777distclean: distclean-recursive
778	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
779	-rm -f Makefile
780distclean-am: clean-am distclean-generic distclean-hdr \
781	distclean-libtool distclean-tags
782
783dvi: dvi-recursive
784
785dvi-am:
786
787html: html-recursive
788
789html-am:
790
791info: info-recursive
792
793info-am:
794
795install-data-am:
796
797install-dvi: install-dvi-recursive
798
799install-dvi-am:
800
801install-exec-am:
802
803install-html: install-html-recursive
804
805install-html-am:
806
807install-info: install-info-recursive
808
809install-info-am:
810
811install-man:
812
813install-pdf: install-pdf-recursive
814
815install-pdf-am:
816
817install-ps: install-ps-recursive
818
819install-ps-am:
820
821installcheck-am:
822
823maintainer-clean: maintainer-clean-recursive
824	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
825	-rm -rf $(top_srcdir)/autom4te.cache
826	-rm -f Makefile
827maintainer-clean-am: distclean-am maintainer-clean-generic
828
829mostlyclean: mostlyclean-recursive
830
831mostlyclean-am: mostlyclean-generic mostlyclean-libtool
832
833pdf: pdf-recursive
834
835pdf-am:
836
837ps: ps-recursive
838
839ps-am:
840
841uninstall-am:
842
843.MAKE: $(am__recursive_targets) all install-am install-strip
844
845.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
846	am--refresh check check-am clean clean-cscope clean-generic \
847	clean-libtool cscope cscopelist-am ctags ctags-am dist \
848	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
849	dist-xz dist-zip distcheck distclean distclean-generic \
850	distclean-hdr distclean-libtool distclean-tags distcleancheck \
851	distdir distuninstallcheck dvi dvi-am html html-am info \
852	info-am install install-am install-data install-data-am \
853	install-dvi install-dvi-am install-exec install-exec-am \
854	install-html install-html-am install-info install-info-am \
855	install-man install-pdf install-pdf-am install-ps \
856	install-ps-am install-strip installcheck installcheck-am \
857	installdirs installdirs-am maintainer-clean \
858	maintainer-clean-generic mostlyclean mostlyclean-generic \
859	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
860	uninstall-am
861
862
863.PHONY: ChangeLog
864ChangeLog:
865	$(AM_V_GEN)if test -d .git; then                                     \
866          git log --pretty='format:%ct  %an  <%ae>%n%n%s%n%n%b%n' |          \
867	    awk -f $(top_srcdir)/git2chg.awk                                 \
868              -vsince="$(gen_start_date)" -vappend="$(prev_change_log)"      \
869              > ChangeLog.tmp;                                               \
870          cmp ChangeLog ChangeLog.tmp > /dev/null 2>&1 ||                    \
871            mv ChangeLog.tmp ChangeLog;                                      \
872          rm -f ChangeLog.tmp;                                               \
873	fi
874
875# Tell versions [3.59,3.63) of GNU make to not export all variables.
876# Otherwise a system limit (for SysV at least) may be exceeded.
877.NOEXPORT:
878