]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/openpam/Makefile.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / openpam / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # $Id: Makefile.am 549 2012-04-01 20:38:30Z des $
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 @WITH_DOC_TRUE@am__append_1 = doc
39 subdir = .
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42         $(srcdir)/pamgdb.in $(top_srcdir)/configure INSTALL TODO \
43         config.guess config.sub depcomp install-sh ltmain.sh missing
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49  configure.lineno config.status.lineno
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES = pamgdb
53 CONFIG_CLEAN_VPATH_FILES =
54 SOURCES =
55 DIST_SOURCES =
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57         html-recursive info-recursive install-data-recursive \
58         install-dvi-recursive install-exec-recursive \
59         install-html-recursive install-info-recursive \
60         install-pdf-recursive install-ps-recursive install-recursive \
61         installcheck-recursive installdirs-recursive pdf-recursive \
62         ps-recursive uninstall-recursive
63 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64   distclean-recursive maintainer-clean-recursive
65 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67         distdir dist dist-all distcheck
68 ETAGS = etags
69 CTAGS = ctags
70 DIST_SUBDIRS = lib bin modules include doc t
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 distdir = $(PACKAGE)-$(VERSION)
73 top_distdir = $(distdir)
74 am__remove_distdir = \
75   { test ! -d "$(distdir)" \
76     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77          && rm -fr "$(distdir)"; }; }
78 am__relativize = \
79   dir0=`pwd`; \
80   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81   sed_rest='s,^[^/]*/*,,'; \
82   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83   sed_butlast='s,/*[^/]*$$,,'; \
84   while test -n "$$dir1"; do \
85     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86     if test "$$first" != "."; then \
87       if test "$$first" = ".."; then \
88         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90       else \
91         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92         if test "$$first2" = "$$first"; then \
93           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94         else \
95           dir2="../$$dir2"; \
96         fi; \
97         dir0="$$dir0"/"$$first"; \
98       fi; \
99     fi; \
100     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101   done; \
102   reldir="$$dir2"
103 DIST_ARCHIVES = $(distdir).tar.gz
104 GZIP_ENV = --best
105 distuninstallcheck_listfiles = find . -type f -print
106 distcleancheck_listfiles = find . -type f -print
107 ACLOCAL = @ACLOCAL@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CRYPT_LIBS = @CRYPT_LIBS@
120 CYGPATH_W = @CYGPATH_W@
121 DEFS = @DEFS@
122 DEPDIR = @DEPDIR@
123 DLLTOOL = @DLLTOOL@
124 DL_LIBS = @DL_LIBS@
125 DSYMUTIL = @DSYMUTIL@
126 DUMPBIN = @DUMPBIN@
127 ECHO_C = @ECHO_C@
128 ECHO_N = @ECHO_N@
129 ECHO_T = @ECHO_T@
130 EGREP = @EGREP@
131 EXEEXT = @EXEEXT@
132 FGREP = @FGREP@
133 GREP = @GREP@
134 INSTALL = @INSTALL@
135 INSTALL_DATA = @INSTALL_DATA@
136 INSTALL_PROGRAM = @INSTALL_PROGRAM@
137 INSTALL_SCRIPT = @INSTALL_SCRIPT@
138 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139 LD = @LD@
140 LDFLAGS = @LDFLAGS@
141 LIBOBJS = @LIBOBJS@
142 LIBS = @LIBS@
143 LIBTOOL = @LIBTOOL@
144 LIB_MAJ = @LIB_MAJ@
145 LIPO = @LIPO@
146 LN_S = @LN_S@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 MANIFEST_TOOL = @MANIFEST_TOOL@
150 MKDIR_P = @MKDIR_P@
151 NM = @NM@
152 NMEDIT = @NMEDIT@
153 OBJDUMP = @OBJDUMP@
154 OBJEXT = @OBJEXT@
155 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
156 OTOOL = @OTOOL@
157 OTOOL64 = @OTOOL64@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_URL = @PACKAGE_URL@
164 PACKAGE_VERSION = @PACKAGE_VERSION@
165 PATH_SEPARATOR = @PATH_SEPARATOR@
166 RANLIB = @RANLIB@
167 SED = @SED@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 STRIP = @STRIP@
171 VERSION = @VERSION@
172 abs_builddir = @abs_builddir@
173 abs_srcdir = @abs_srcdir@
174 abs_top_builddir = @abs_top_builddir@
175 abs_top_srcdir = @abs_top_srcdir@
176 ac_ct_AR = @ac_ct_AR@
177 ac_ct_CC = @ac_ct_CC@
178 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 builddir = @builddir@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 exec_prefix = @exec_prefix@
196 host = @host@
197 host_alias = @host_alias@
198 host_cpu = @host_cpu@
199 host_os = @host_os@
200 host_vendor = @host_vendor@
201 htmldir = @htmldir@
202 includedir = @includedir@
203 infodir = @infodir@
204 install_sh = @install_sh@
205 libdir = @libdir@
206 libexecdir = @libexecdir@
207 localedir = @localedir@
208 localstatedir = @localstatedir@
209 mandir = @mandir@
210 mkdir_p = @mkdir_p@
211 oldincludedir = @oldincludedir@
212 pdfdir = @pdfdir@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 psdir = @psdir@
216 sbindir = @sbindir@
217 sharedstatedir = @sharedstatedir@
218 srcdir = @srcdir@
219 sysconfdir = @sysconfdir@
220 target_alias = @target_alias@
221 top_build_prefix = @top_build_prefix@
222 top_builddir = @top_builddir@
223 top_srcdir = @top_srcdir@
224 ACLOCAL_AMFLAGS = -I m4
225 SUBDIRS = lib bin modules include $(am__append_1) t
226 EXTRA_DIST = \
227         CREDITS \
228         HISTORY \
229         INSTALL \
230         LICENSE \
231         README \
232         RELNOTES \
233         autogen.sh \
234         misc/gendoc.pl
235
236 all: config.h
237         $(MAKE) $(AM_MAKEFLAGS) all-recursive
238
239 .SUFFIXES:
240 am--refresh:
241         @:
242 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
243         @for dep in $?; do \
244           case '$(am__configure_deps)' in \
245             *$$dep*) \
246               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
247               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
248                 && exit 0; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
253         $(am__cd) $(top_srcdir) && \
254           $(AUTOMAKE) --foreign Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             echo ' $(SHELL) ./config.status'; \
260             $(SHELL) ./config.status;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         $(SHELL) ./config.status --recheck
268
269 $(top_srcdir)/configure:  $(am__configure_deps)
270         $(am__cd) $(srcdir) && $(AUTOCONF)
271 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
273 $(am__aclocal_m4_deps):
274
275 config.h: stamp-h1
276         @if test ! -f $@; then \
277           rm -f stamp-h1; \
278           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
279         else :; fi
280
281 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
282         @rm -f stamp-h1
283         cd $(top_builddir) && $(SHELL) ./config.status config.h
284 $(srcdir)/config.h.in:  $(am__configure_deps) 
285         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
286         rm -f stamp-h1
287         touch $@
288
289 distclean-hdr:
290         -rm -f config.h stamp-h1
291 pamgdb: $(top_builddir)/config.status $(srcdir)/pamgdb.in
292         cd $(top_builddir) && $(SHELL) ./config.status $@
293
294 mostlyclean-libtool:
295         -rm -f *.lo
296
297 clean-libtool:
298         -rm -rf .libs _libs
299
300 distclean-libtool:
301         -rm -f libtool config.lt
302
303 # This directory's subdirectories are mostly independent; you can cd
304 # into them and run `make' without going through this Makefile.
305 # To change the values of `make' variables: instead of editing Makefiles,
306 # (1) if the variable is set in `config.status', edit `config.status'
307 #     (which will cause the Makefiles to be regenerated when you run `make');
308 # (2) otherwise, pass the desired values on the `make' command line.
309 $(RECURSIVE_TARGETS):
310         @fail= failcom='exit 1'; \
311         for f in x $$MAKEFLAGS; do \
312           case $$f in \
313             *=* | --[!k]*);; \
314             *k*) failcom='fail=yes';; \
315           esac; \
316         done; \
317         dot_seen=no; \
318         target=`echo $@ | sed s/-recursive//`; \
319         list='$(SUBDIRS)'; for subdir in $$list; do \
320           echo "Making $$target in $$subdir"; \
321           if test "$$subdir" = "."; then \
322             dot_seen=yes; \
323             local_target="$$target-am"; \
324           else \
325             local_target="$$target"; \
326           fi; \
327           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328           || eval $$failcom; \
329         done; \
330         if test "$$dot_seen" = "no"; then \
331           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
332         fi; test -z "$$fail"
333
334 $(RECURSIVE_CLEAN_TARGETS):
335         @fail= failcom='exit 1'; \
336         for f in x $$MAKEFLAGS; do \
337           case $$f in \
338             *=* | --[!k]*);; \
339             *k*) failcom='fail=yes';; \
340           esac; \
341         done; \
342         dot_seen=no; \
343         case "$@" in \
344           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
345           *) list='$(SUBDIRS)' ;; \
346         esac; \
347         rev=''; for subdir in $$list; do \
348           if test "$$subdir" = "."; then :; else \
349             rev="$$subdir $$rev"; \
350           fi; \
351         done; \
352         rev="$$rev ."; \
353         target=`echo $@ | sed s/-recursive//`; \
354         for subdir in $$rev; do \
355           echo "Making $$target in $$subdir"; \
356           if test "$$subdir" = "."; then \
357             local_target="$$target-am"; \
358           else \
359             local_target="$$target"; \
360           fi; \
361           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362           || eval $$failcom; \
363         done && test -z "$$fail"
364 tags-recursive:
365         list='$(SUBDIRS)'; for subdir in $$list; do \
366           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
367         done
368 ctags-recursive:
369         list='$(SUBDIRS)'; for subdir in $$list; do \
370           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
371         done
372
373 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
374         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375         unique=`for i in $$list; do \
376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377           done | \
378           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379               END { if (nonempty) { for (i in files) print i; }; }'`; \
380         mkid -fID $$unique
381 tags: TAGS
382
383 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
384                 $(TAGS_FILES) $(LISP)
385         set x; \
386         here=`pwd`; \
387         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
388           include_option=--etags-include; \
389           empty_fix=.; \
390         else \
391           include_option=--include; \
392           empty_fix=; \
393         fi; \
394         list='$(SUBDIRS)'; for subdir in $$list; do \
395           if test "$$subdir" = .; then :; else \
396             test ! -f $$subdir/TAGS || \
397               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
398           fi; \
399         done; \
400         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
401         unique=`for i in $$list; do \
402             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403           done | \
404           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405               END { if (nonempty) { for (i in files) print i; }; }'`; \
406         shift; \
407         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
408           test -n "$$unique" || unique=$$empty_fix; \
409           if test $$# -gt 0; then \
410             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411               "$$@" $$unique; \
412           else \
413             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414               $$unique; \
415           fi; \
416         fi
417 ctags: CTAGS
418 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
419                 $(TAGS_FILES) $(LISP)
420         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         test -z "$(CTAGS_ARGS)$$unique" \
427           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428              $$unique
429
430 GTAGS:
431         here=`$(am__cd) $(top_builddir) && pwd` \
432           && $(am__cd) $(top_srcdir) \
433           && gtags -i $(GTAGS_ARGS) "$$here"
434
435 distclean-tags:
436         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
437
438 distdir: $(DISTFILES)
439         $(am__remove_distdir)
440         test -d "$(distdir)" || mkdir "$(distdir)"
441         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
442         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443         list='$(DISTFILES)'; \
444           dist_files=`for file in $$list; do echo $$file; done | \
445           sed -e "s|^$$srcdirstrip/||;t" \
446               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
447         case $$dist_files in \
448           */*) $(MKDIR_P) `echo "$$dist_files" | \
449                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
450                            sort -u` ;; \
451         esac; \
452         for file in $$dist_files; do \
453           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454           if test -d $$d/$$file; then \
455             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
456             if test -d "$(distdir)/$$file"; then \
457               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458             fi; \
459             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
460               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
461               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462             fi; \
463             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
464           else \
465             test -f "$(distdir)/$$file" \
466             || cp -p $$d/$$file "$(distdir)/$$file" \
467             || exit 1; \
468           fi; \
469         done
470         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
471           if test "$$subdir" = .; then :; else \
472             test -d "$(distdir)/$$subdir" \
473             || $(MKDIR_P) "$(distdir)/$$subdir" \
474             || exit 1; \
475           fi; \
476         done
477         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478           if test "$$subdir" = .; then :; else \
479             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
480             $(am__relativize); \
481             new_distdir=$$reldir; \
482             dir1=$$subdir; dir2="$(top_distdir)"; \
483             $(am__relativize); \
484             new_top_distdir=$$reldir; \
485             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
486             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
487             ($(am__cd) $$subdir && \
488               $(MAKE) $(AM_MAKEFLAGS) \
489                 top_distdir="$$new_top_distdir" \
490                 distdir="$$new_distdir" \
491                 am__remove_distdir=: \
492                 am__skip_length_check=: \
493                 am__skip_mode_fix=: \
494                 distdir) \
495               || exit 1; \
496           fi; \
497         done
498         -test -n "$(am__skip_mode_fix)" \
499         || find "$(distdir)" -type d ! -perm -755 \
500                 -exec chmod u+rwx,go+rx {} \; -o \
501           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
502           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
503           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
504         || chmod -R a+r "$(distdir)"
505 dist-gzip: distdir
506         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
507         $(am__remove_distdir)
508
509 dist-bzip2: distdir
510         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
511         $(am__remove_distdir)
512
513 dist-lzma: distdir
514         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
515         $(am__remove_distdir)
516
517 dist-xz: distdir
518         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
519         $(am__remove_distdir)
520
521 dist-tarZ: distdir
522         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
523         $(am__remove_distdir)
524
525 dist-shar: distdir
526         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
527         $(am__remove_distdir)
528
529 dist-zip: distdir
530         -rm -f $(distdir).zip
531         zip -rq $(distdir).zip $(distdir)
532         $(am__remove_distdir)
533
534 dist dist-all: distdir
535         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
536         $(am__remove_distdir)
537
538 # This target untars the dist file and tries a VPATH configuration.  Then
539 # it guarantees that the distribution is self-contained by making another
540 # tarfile.
541 distcheck: dist
542         case '$(DIST_ARCHIVES)' in \
543         *.tar.gz*) \
544           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
545         *.tar.bz2*) \
546           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
547         *.tar.lzma*) \
548           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
549         *.tar.xz*) \
550           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
551         *.tar.Z*) \
552           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
553         *.shar.gz*) \
554           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
555         *.zip*) \
556           unzip $(distdir).zip ;;\
557         esac
558         chmod -R a-w $(distdir); chmod a+w $(distdir)
559         mkdir $(distdir)/_build
560         mkdir $(distdir)/_inst
561         chmod a-w $(distdir)
562         test -d $(distdir)/_build || exit 0; \
563         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
564           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
565           && am__cwd=`pwd` \
566           && $(am__cd) $(distdir)/_build \
567           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
568             $(DISTCHECK_CONFIGURE_FLAGS) \
569           && $(MAKE) $(AM_MAKEFLAGS) \
570           && $(MAKE) $(AM_MAKEFLAGS) dvi \
571           && $(MAKE) $(AM_MAKEFLAGS) check \
572           && $(MAKE) $(AM_MAKEFLAGS) install \
573           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
574           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
575           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
576                 distuninstallcheck \
577           && chmod -R a-w "$$dc_install_base" \
578           && ({ \
579                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
580                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
581                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
582                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
583                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
584               } || { rm -rf "$$dc_destdir"; exit 1; }) \
585           && rm -rf "$$dc_destdir" \
586           && $(MAKE) $(AM_MAKEFLAGS) dist \
587           && rm -rf $(DIST_ARCHIVES) \
588           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
589           && cd "$$am__cwd" \
590           || exit 1
591         $(am__remove_distdir)
592         @(echo "$(distdir) archives ready for distribution: "; \
593           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
594           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
595 distuninstallcheck:
596         @$(am__cd) '$(distuninstallcheck_dir)' \
597         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
598            || { echo "ERROR: files left after uninstall:" ; \
599                 if test -n "$(DESTDIR)"; then \
600                   echo "  (check DESTDIR support)"; \
601                 fi ; \
602                 $(distuninstallcheck_listfiles) ; \
603                 exit 1; } >&2
604 distcleancheck: distclean
605         @if test '$(srcdir)' = . ; then \
606           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
607           exit 1 ; \
608         fi
609         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
610           || { echo "ERROR: files left in build directory after distclean:" ; \
611                $(distcleancheck_listfiles) ; \
612                exit 1; } >&2
613 check-am: all-am
614 check: check-recursive
615 all-am: Makefile config.h
616 installdirs: installdirs-recursive
617 installdirs-am:
618 install: install-recursive
619 install-exec: install-exec-recursive
620 install-data: install-data-recursive
621 uninstall: uninstall-recursive
622
623 install-am: all-am
624         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625
626 installcheck: installcheck-recursive
627 install-strip:
628         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630           `test -z '$(STRIP)' || \
631             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
632 mostlyclean-generic:
633
634 clean-generic:
635
636 distclean-generic:
637         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
638         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
639
640 maintainer-clean-generic:
641         @echo "This command is intended for maintainers to use"
642         @echo "it deletes files that may require special tools to rebuild."
643 clean: clean-recursive
644
645 clean-am: clean-generic clean-libtool mostlyclean-am
646
647 distclean: distclean-recursive
648         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
649         -rm -f Makefile
650 distclean-am: clean-am distclean-generic distclean-hdr \
651         distclean-libtool distclean-tags
652
653 dvi: dvi-recursive
654
655 dvi-am:
656
657 html: html-recursive
658
659 html-am:
660
661 info: info-recursive
662
663 info-am:
664
665 install-data-am:
666
667 install-dvi: install-dvi-recursive
668
669 install-dvi-am:
670
671 install-exec-am:
672
673 install-html: install-html-recursive
674
675 install-html-am:
676
677 install-info: install-info-recursive
678
679 install-info-am:
680
681 install-man:
682
683 install-pdf: install-pdf-recursive
684
685 install-pdf-am:
686
687 install-ps: install-ps-recursive
688
689 install-ps-am:
690
691 installcheck-am:
692
693 maintainer-clean: maintainer-clean-recursive
694         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
695         -rm -rf $(top_srcdir)/autom4te.cache
696         -rm -f Makefile
697 maintainer-clean-am: distclean-am maintainer-clean-generic
698
699 mostlyclean: mostlyclean-recursive
700
701 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
702
703 pdf: pdf-recursive
704
705 pdf-am:
706
707 ps: ps-recursive
708
709 ps-am:
710
711 uninstall-am:
712
713 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
714         ctags-recursive install-am install-strip tags-recursive
715
716 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
717         all all-am am--refresh check check-am clean clean-generic \
718         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
719         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
720         distcheck distclean distclean-generic distclean-hdr \
721         distclean-libtool distclean-tags distcleancheck distdir \
722         distuninstallcheck dvi dvi-am html html-am info info-am \
723         install install-am install-data install-data-am install-dvi \
724         install-dvi-am install-exec install-exec-am install-html \
725         install-html-am install-info install-info-am install-man \
726         install-pdf install-pdf-am install-ps install-ps-am \
727         install-strip installcheck installcheck-am installdirs \
728         installdirs-am maintainer-clean maintainer-clean-generic \
729         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
730         ps ps-am tags tags-recursive uninstall uninstall-am
731
732
733 # Tell versions [3.59,3.63) of GNU make to not export all variables.
734 # Otherwise a system limit (for SysV at least) may be exceeded.
735 .NOEXPORT: