]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Makefile.in
Vendor import of OpenPAM Lycopsida.
[FreeBSD/FreeBSD.git] / 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 428 2010-03-09 17:32:17Z 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         $(top_srcdir)/configure INSTALL config.guess config.sub \
43         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 =
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
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)
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
292 mostlyclean-libtool:
293         -rm -f *.lo
294
295 clean-libtool:
296         -rm -rf .libs _libs
297
298 distclean-libtool:
299         -rm -f libtool config.lt
300
301 # This directory's subdirectories are mostly independent; you can cd
302 # into them and run `make' without going through this Makefile.
303 # To change the values of `make' variables: instead of editing Makefiles,
304 # (1) if the variable is set in `config.status', edit `config.status'
305 #     (which will cause the Makefiles to be regenerated when you run `make');
306 # (2) otherwise, pass the desired values on the `make' command line.
307 $(RECURSIVE_TARGETS):
308         @fail= failcom='exit 1'; \
309         for f in x $$MAKEFLAGS; do \
310           case $$f in \
311             *=* | --[!k]*);; \
312             *k*) failcom='fail=yes';; \
313           esac; \
314         done; \
315         dot_seen=no; \
316         target=`echo $@ | sed s/-recursive//`; \
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318           echo "Making $$target in $$subdir"; \
319           if test "$$subdir" = "."; then \
320             dot_seen=yes; \
321             local_target="$$target-am"; \
322           else \
323             local_target="$$target"; \
324           fi; \
325           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326           || eval $$failcom; \
327         done; \
328         if test "$$dot_seen" = "no"; then \
329           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330         fi; test -z "$$fail"
331
332 $(RECURSIVE_CLEAN_TARGETS):
333         @fail= failcom='exit 1'; \
334         for f in x $$MAKEFLAGS; do \
335           case $$f in \
336             *=* | --[!k]*);; \
337             *k*) failcom='fail=yes';; \
338           esac; \
339         done; \
340         dot_seen=no; \
341         case "$@" in \
342           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
343           *) list='$(SUBDIRS)' ;; \
344         esac; \
345         rev=''; for subdir in $$list; do \
346           if test "$$subdir" = "."; then :; else \
347             rev="$$subdir $$rev"; \
348           fi; \
349         done; \
350         rev="$$rev ."; \
351         target=`echo $@ | sed s/-recursive//`; \
352         for subdir in $$rev; do \
353           echo "Making $$target in $$subdir"; \
354           if test "$$subdir" = "."; then \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || eval $$failcom; \
361         done && test -z "$$fail"
362 tags-recursive:
363         list='$(SUBDIRS)'; for subdir in $$list; do \
364           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365         done
366 ctags-recursive:
367         list='$(SUBDIRS)'; for subdir in $$list; do \
368           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369         done
370
371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373         unique=`for i in $$list; do \
374             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375           done | \
376           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377               END { if (nonempty) { for (i in files) print i; }; }'`; \
378         mkid -fID $$unique
379 tags: TAGS
380
381 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
382                 $(TAGS_FILES) $(LISP)
383         set x; \
384         here=`pwd`; \
385         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
386           include_option=--etags-include; \
387           empty_fix=.; \
388         else \
389           include_option=--include; \
390           empty_fix=; \
391         fi; \
392         list='$(SUBDIRS)'; for subdir in $$list; do \
393           if test "$$subdir" = .; then :; else \
394             test ! -f $$subdir/TAGS || \
395               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
396           fi; \
397         done; \
398         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
399         unique=`for i in $$list; do \
400             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401           done | \
402           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403               END { if (nonempty) { for (i in files) print i; }; }'`; \
404         shift; \
405         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
406           test -n "$$unique" || unique=$$empty_fix; \
407           if test $$# -gt 0; then \
408             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409               "$$@" $$unique; \
410           else \
411             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412               $$unique; \
413           fi; \
414         fi
415 ctags: CTAGS
416 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
417                 $(TAGS_FILES) $(LISP)
418         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         test -z "$(CTAGS_ARGS)$$unique" \
425           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426              $$unique
427
428 GTAGS:
429         here=`$(am__cd) $(top_builddir) && pwd` \
430           && $(am__cd) $(top_srcdir) \
431           && gtags -i $(GTAGS_ARGS) "$$here"
432
433 distclean-tags:
434         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
436 distdir: $(DISTFILES)
437         $(am__remove_distdir)
438         test -d "$(distdir)" || mkdir "$(distdir)"
439         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441         list='$(DISTFILES)'; \
442           dist_files=`for file in $$list; do echo $$file; done | \
443           sed -e "s|^$$srcdirstrip/||;t" \
444               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445         case $$dist_files in \
446           */*) $(MKDIR_P) `echo "$$dist_files" | \
447                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448                            sort -u` ;; \
449         esac; \
450         for file in $$dist_files; do \
451           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452           if test -d $$d/$$file; then \
453             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454             if test -d "$(distdir)/$$file"; then \
455               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456             fi; \
457             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460             fi; \
461             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462           else \
463             test -f "$(distdir)/$$file" \
464             || cp -p $$d/$$file "$(distdir)/$$file" \
465             || exit 1; \
466           fi; \
467         done
468         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469           if test "$$subdir" = .; then :; else \
470             test -d "$(distdir)/$$subdir" \
471             || $(MKDIR_P) "$(distdir)/$$subdir" \
472             || exit 1; \
473           fi; \
474         done
475         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476           if test "$$subdir" = .; then :; else \
477             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
478             $(am__relativize); \
479             new_distdir=$$reldir; \
480             dir1=$$subdir; dir2="$(top_distdir)"; \
481             $(am__relativize); \
482             new_top_distdir=$$reldir; \
483             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
484             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
485             ($(am__cd) $$subdir && \
486               $(MAKE) $(AM_MAKEFLAGS) \
487                 top_distdir="$$new_top_distdir" \
488                 distdir="$$new_distdir" \
489                 am__remove_distdir=: \
490                 am__skip_length_check=: \
491                 am__skip_mode_fix=: \
492                 distdir) \
493               || exit 1; \
494           fi; \
495         done
496         -test -n "$(am__skip_mode_fix)" \
497         || find "$(distdir)" -type d ! -perm -755 \
498                 -exec chmod u+rwx,go+rx {} \; -o \
499           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
500           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
501           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502         || chmod -R a+r "$(distdir)"
503 dist-gzip: distdir
504         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
505         $(am__remove_distdir)
506
507 dist-bzip2: distdir
508         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
509         $(am__remove_distdir)
510
511 dist-lzma: distdir
512         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
513         $(am__remove_distdir)
514
515 dist-xz: distdir
516         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
517         $(am__remove_distdir)
518
519 dist-tarZ: distdir
520         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
521         $(am__remove_distdir)
522
523 dist-shar: distdir
524         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
525         $(am__remove_distdir)
526
527 dist-zip: distdir
528         -rm -f $(distdir).zip
529         zip -rq $(distdir).zip $(distdir)
530         $(am__remove_distdir)
531
532 dist dist-all: distdir
533         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
534         $(am__remove_distdir)
535
536 # This target untars the dist file and tries a VPATH configuration.  Then
537 # it guarantees that the distribution is self-contained by making another
538 # tarfile.
539 distcheck: dist
540         case '$(DIST_ARCHIVES)' in \
541         *.tar.gz*) \
542           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
543         *.tar.bz2*) \
544           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
545         *.tar.lzma*) \
546           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
547         *.tar.xz*) \
548           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
549         *.tar.Z*) \
550           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
551         *.shar.gz*) \
552           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
553         *.zip*) \
554           unzip $(distdir).zip ;;\
555         esac
556         chmod -R a-w $(distdir); chmod a+w $(distdir)
557         mkdir $(distdir)/_build
558         mkdir $(distdir)/_inst
559         chmod a-w $(distdir)
560         test -d $(distdir)/_build || exit 0; \
561         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563           && am__cwd=`pwd` \
564           && $(am__cd) $(distdir)/_build \
565           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566             $(DISTCHECK_CONFIGURE_FLAGS) \
567           && $(MAKE) $(AM_MAKEFLAGS) \
568           && $(MAKE) $(AM_MAKEFLAGS) dvi \
569           && $(MAKE) $(AM_MAKEFLAGS) check \
570           && $(MAKE) $(AM_MAKEFLAGS) install \
571           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
572           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
573           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
574                 distuninstallcheck \
575           && chmod -R a-w "$$dc_install_base" \
576           && ({ \
577                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
578                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
579                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
580                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
581                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
582               } || { rm -rf "$$dc_destdir"; exit 1; }) \
583           && rm -rf "$$dc_destdir" \
584           && $(MAKE) $(AM_MAKEFLAGS) dist \
585           && rm -rf $(DIST_ARCHIVES) \
586           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
587           && cd "$$am__cwd" \
588           || exit 1
589         $(am__remove_distdir)
590         @(echo "$(distdir) archives ready for distribution: "; \
591           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
592           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
593 distuninstallcheck:
594         @$(am__cd) '$(distuninstallcheck_dir)' \
595         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
596            || { echo "ERROR: files left after uninstall:" ; \
597                 if test -n "$(DESTDIR)"; then \
598                   echo "  (check DESTDIR support)"; \
599                 fi ; \
600                 $(distuninstallcheck_listfiles) ; \
601                 exit 1; } >&2
602 distcleancheck: distclean
603         @if test '$(srcdir)' = . ; then \
604           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
605           exit 1 ; \
606         fi
607         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
608           || { echo "ERROR: files left in build directory after distclean:" ; \
609                $(distcleancheck_listfiles) ; \
610                exit 1; } >&2
611 check-am: all-am
612 check: check-recursive
613 all-am: Makefile config.h
614 installdirs: installdirs-recursive
615 installdirs-am:
616 install: install-recursive
617 install-exec: install-exec-recursive
618 install-data: install-data-recursive
619 uninstall: uninstall-recursive
620
621 install-am: all-am
622         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
623
624 installcheck: installcheck-recursive
625 install-strip:
626         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628           `test -z '$(STRIP)' || \
629             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
630 mostlyclean-generic:
631
632 clean-generic:
633
634 distclean-generic:
635         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
636         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637
638 maintainer-clean-generic:
639         @echo "This command is intended for maintainers to use"
640         @echo "it deletes files that may require special tools to rebuild."
641 clean: clean-recursive
642
643 clean-am: clean-generic clean-libtool mostlyclean-am
644
645 distclean: distclean-recursive
646         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
647         -rm -f Makefile
648 distclean-am: clean-am distclean-generic distclean-hdr \
649         distclean-libtool distclean-tags
650
651 dvi: dvi-recursive
652
653 dvi-am:
654
655 html: html-recursive
656
657 html-am:
658
659 info: info-recursive
660
661 info-am:
662
663 install-data-am:
664
665 install-dvi: install-dvi-recursive
666
667 install-dvi-am:
668
669 install-exec-am:
670
671 install-html: install-html-recursive
672
673 install-html-am:
674
675 install-info: install-info-recursive
676
677 install-info-am:
678
679 install-man:
680
681 install-pdf: install-pdf-recursive
682
683 install-pdf-am:
684
685 install-ps: install-ps-recursive
686
687 install-ps-am:
688
689 installcheck-am:
690
691 maintainer-clean: maintainer-clean-recursive
692         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
693         -rm -rf $(top_srcdir)/autom4te.cache
694         -rm -f Makefile
695 maintainer-clean-am: distclean-am maintainer-clean-generic
696
697 mostlyclean: mostlyclean-recursive
698
699 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
700
701 pdf: pdf-recursive
702
703 pdf-am:
704
705 ps: ps-recursive
706
707 ps-am:
708
709 uninstall-am:
710
711 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
712         ctags-recursive install-am install-strip tags-recursive
713
714 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
715         all all-am am--refresh check check-am clean clean-generic \
716         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
717         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
718         distcheck distclean distclean-generic distclean-hdr \
719         distclean-libtool distclean-tags distcleancheck distdir \
720         distuninstallcheck dvi dvi-am html html-am info info-am \
721         install install-am install-data install-data-am install-dvi \
722         install-dvi-am install-exec install-exec-am install-html \
723         install-html-am install-info install-info-am install-man \
724         install-pdf install-pdf-am install-ps install-ps-am \
725         install-strip installcheck installcheck-am installdirs \
726         installdirs-am maintainer-clean maintainer-clean-generic \
727         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
728         ps ps-am tags tags-recursive uninstall uninstall-am
729
730
731 # Tell versions [3.59,3.63) of GNU make to not export all variables.
732 # Otherwise a system limit (for SysV at least) may be exceeded.
733 .NOEXPORT: