]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openpam/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r171825,
[FreeBSD/FreeBSD.git] / contrib / openpam / Makefile.in
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
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 # $P4: //depot/projects/openpam/Makefile.am#3 $
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
43         $(top_srcdir)/configure INSTALL compile config.guess \
44         config.sub depcomp install-sh ltmain.sh missing
45 subdir = .
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51  configure.lineno configure.status.lineno
52 mkinstalldirs = $(mkdir_p)
53 CONFIG_HEADER = config.h
54 CONFIG_CLEAN_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-exec-recursive install-info-recursive \
60         install-recursive installcheck-recursive installdirs-recursive \
61         pdf-recursive ps-recursive uninstall-info-recursive \
62         uninstall-recursive
63 ETAGS = etags
64 CTAGS = ctags
65 DIST_SUBDIRS = $(SUBDIRS)
66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67 distdir = $(PACKAGE)-$(VERSION)
68 top_distdir = $(distdir)
69 am__remove_distdir = \
70   { test ! -d $(distdir) \
71     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
72          && rm -fr $(distdir); }; }
73 DIST_ARCHIVES = $(distdir).tar.gz
74 GZIP_ENV = --best
75 distuninstallcheck_listfiles = find . -type f -print
76 distcleancheck_listfiles = find . -type f -print
77 ACLOCAL = @ACLOCAL@
78 AMDEP_FALSE = @AMDEP_FALSE@
79 AMDEP_TRUE = @AMDEP_TRUE@
80 AMTAR = @AMTAR@
81 AR = @AR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AWK = @AWK@
86 CC = @CC@
87 CCDEPMODE = @CCDEPMODE@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CRYPT_LIBS = @CRYPT_LIBS@
92 CXX = @CXX@
93 CXXCPP = @CXXCPP@
94 CXXDEPMODE = @CXXDEPMODE@
95 CXXFLAGS = @CXXFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 DL_LIBS = @DL_LIBS@
100 ECHO = @ECHO@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 F77 = @F77@
107 FFLAGS = @FFLAGS@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LIBTOOL = @LIBTOOL@
116 LIB_MAJ = @LIB_MAJ@
117 LN_S = @LN_S@
118 LTLIBOBJS = @LTLIBOBJS@
119 MAKEINFO = @MAKEINFO@
120 OBJEXT = @OBJEXT@
121 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_VERSION = @PACKAGE_VERSION@
128 PATH_SEPARATOR = @PATH_SEPARATOR@
129 RANLIB = @RANLIB@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 VERSION = @VERSION@
134 WITH_PAM_SU_FALSE = @WITH_PAM_SU_FALSE@
135 WITH_PAM_SU_TRUE = @WITH_PAM_SU_TRUE@
136 WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
137 WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
138 ac_ct_AR = @ac_ct_AR@
139 ac_ct_CC = @ac_ct_CC@
140 ac_ct_CXX = @ac_ct_CXX@
141 ac_ct_F77 = @ac_ct_F77@
142 ac_ct_RANLIB = @ac_ct_RANLIB@
143 ac_ct_STRIP = @ac_ct_STRIP@
144 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
147 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
148 am__include = @am__include@
149 am__leading_dot = @am__leading_dot@
150 am__quote = @am__quote@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 datadir = @datadir@
158 exec_prefix = @exec_prefix@
159 host = @host@
160 host_alias = @host_alias@
161 host_cpu = @host_cpu@
162 host_os = @host_os@
163 host_vendor = @host_vendor@
164 includedir = @includedir@
165 infodir = @infodir@
166 install_sh = @install_sh@
167 libdir = @libdir@
168 libexecdir = @libexecdir@
169 localstatedir = @localstatedir@
170 mandir = @mandir@
171 mkdir_p = @mkdir_p@
172 oldincludedir = @oldincludedir@
173 prefix = @prefix@
174 program_transform_name = @program_transform_name@
175 sbindir = @sbindir@
176 sharedstatedir = @sharedstatedir@
177 sysconfdir = @sysconfdir@
178 target = @target@
179 target_alias = @target_alias@
180 target_cpu = @target_cpu@
181 target_os = @target_os@
182 target_vendor = @target_vendor@
183 SUBDIRS = lib bin modules doc include
184 EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES
185 all: config.h
186         $(MAKE) $(AM_MAKEFLAGS) all-recursive
187
188 .SUFFIXES:
189 am--refresh:
190         @:
191 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
192         @for dep in $?; do \
193           case '$(am__configure_deps)' in \
194             *$$dep*) \
195               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
196               cd $(srcdir) && $(AUTOMAKE) --foreign  \
197                 && exit 0; \
198               exit 1;; \
199           esac; \
200         done; \
201         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
202         cd $(top_srcdir) && \
203           $(AUTOMAKE) --foreign  Makefile
204 .PRECIOUS: Makefile
205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206         @case '$?' in \
207           *config.status*) \
208             echo ' $(SHELL) ./config.status'; \
209             $(SHELL) ./config.status;; \
210           *) \
211             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
212             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
213         esac;
214
215 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216         $(SHELL) ./config.status --recheck
217
218 $(top_srcdir)/configure:  $(am__configure_deps)
219         cd $(srcdir) && $(AUTOCONF)
220 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
221         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222
223 config.h: stamp-h1
224         @if test ! -f $@; then \
225           rm -f stamp-h1; \
226           $(MAKE) stamp-h1; \
227         else :; fi
228
229 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
230         @rm -f stamp-h1
231         cd $(top_builddir) && $(SHELL) ./config.status config.h
232 $(srcdir)/config.h.in:  $(am__configure_deps) 
233         cd $(top_srcdir) && $(AUTOHEADER)
234         rm -f stamp-h1
235         touch $@
236
237 distclean-hdr:
238         -rm -f config.h stamp-h1
239
240 mostlyclean-libtool:
241         -rm -f *.lo
242
243 clean-libtool:
244         -rm -rf .libs _libs
245
246 distclean-libtool:
247         -rm -f libtool
248 uninstall-info-am:
249
250 # This directory's subdirectories are mostly independent; you can cd
251 # into them and run `make' without going through this Makefile.
252 # To change the values of `make' variables: instead of editing Makefiles,
253 # (1) if the variable is set in `config.status', edit `config.status'
254 #     (which will cause the Makefiles to be regenerated when you run `make');
255 # (2) otherwise, pass the desired values on the `make' command line.
256 $(RECURSIVE_TARGETS):
257         @set fnord $$MAKEFLAGS; amf=$$2; \
258         dot_seen=no; \
259         target=`echo $@ | sed s/-recursive//`; \
260         list='$(SUBDIRS)'; for subdir in $$list; do \
261           echo "Making $$target in $$subdir"; \
262           if test "$$subdir" = "."; then \
263             dot_seen=yes; \
264             local_target="$$target-am"; \
265           else \
266             local_target="$$target"; \
267           fi; \
268           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270         done; \
271         if test "$$dot_seen" = "no"; then \
272           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273         fi; test -z "$$fail"
274
275 mostlyclean-recursive clean-recursive distclean-recursive \
276 maintainer-clean-recursive:
277         @set fnord $$MAKEFLAGS; amf=$$2; \
278         dot_seen=no; \
279         case "$@" in \
280           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
281           *) list='$(SUBDIRS)' ;; \
282         esac; \
283         rev=''; for subdir in $$list; do \
284           if test "$$subdir" = "."; then :; else \
285             rev="$$subdir $$rev"; \
286           fi; \
287         done; \
288         rev="$$rev ."; \
289         target=`echo $@ | sed s/-recursive//`; \
290         for subdir in $$rev; do \
291           echo "Making $$target in $$subdir"; \
292           if test "$$subdir" = "."; then \
293             local_target="$$target-am"; \
294           else \
295             local_target="$$target"; \
296           fi; \
297           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
299         done && test -z "$$fail"
300 tags-recursive:
301         list='$(SUBDIRS)'; for subdir in $$list; do \
302           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
303         done
304 ctags-recursive:
305         list='$(SUBDIRS)'; for subdir in $$list; do \
306           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
307         done
308
309 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311         unique=`for i in $$list; do \
312             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313           done | \
314           $(AWK) '    { files[$$0] = 1; } \
315                END { for (i in files) print i; }'`; \
316         mkid -fID $$unique
317 tags: TAGS
318
319 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
320                 $(TAGS_FILES) $(LISP)
321         tags=; \
322         here=`pwd`; \
323         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
324           include_option=--etags-include; \
325           empty_fix=.; \
326         else \
327           include_option=--include; \
328           empty_fix=; \
329         fi; \
330         list='$(SUBDIRS)'; for subdir in $$list; do \
331           if test "$$subdir" = .; then :; else \
332             test ! -f $$subdir/TAGS || \
333               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
334           fi; \
335         done; \
336         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
343           test -n "$$unique" || unique=$$empty_fix; \
344           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345             $$tags $$unique; \
346         fi
347 ctags: CTAGS
348 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
349                 $(TAGS_FILES) $(LISP)
350         tags=; \
351         here=`pwd`; \
352         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
353         unique=`for i in $$list; do \
354             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355           done | \
356           $(AWK) '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         test -z "$(CTAGS_ARGS)$$tags$$unique" \
359           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
360              $$tags $$unique
361
362 GTAGS:
363         here=`$(am__cd) $(top_builddir) && pwd` \
364           && cd $(top_srcdir) \
365           && gtags -i $(GTAGS_ARGS) $$here
366
367 distclean-tags:
368         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
370 distdir: $(DISTFILES)
371         $(am__remove_distdir)
372         mkdir $(distdir)
373         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
374         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
375         list='$(DISTFILES)'; for file in $$list; do \
376           case $$file in \
377             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
378             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
379           esac; \
380           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
381           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
382           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
383             dir="/$$dir"; \
384             $(mkdir_p) "$(distdir)$$dir"; \
385           else \
386             dir=''; \
387           fi; \
388           if test -d $$d/$$file; then \
389             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
391             fi; \
392             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
393           else \
394             test -f $(distdir)/$$file \
395             || cp -p $$d/$$file $(distdir)/$$file \
396             || exit 1; \
397           fi; \
398         done
399         list='$(SUBDIRS)'; for subdir in $$list; do \
400           if test "$$subdir" = .; then :; else \
401             test -d "$(distdir)/$$subdir" \
402             || mkdir "$(distdir)/$$subdir" \
403             || exit 1; \
404             (cd $$subdir && \
405               $(MAKE) $(AM_MAKEFLAGS) \
406                 top_distdir="../$(top_distdir)" \
407                 distdir="../$(distdir)/$$subdir" \
408                 distdir) \
409               || exit 1; \
410           fi; \
411         done
412         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
413           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
414           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
415           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
416         || chmod -R a+r $(distdir)
417 dist-gzip: distdir
418         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
419         $(am__remove_distdir)
420
421 dist-bzip2: distdir
422         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
423         $(am__remove_distdir)
424
425 dist-tarZ: distdir
426         $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
427         $(am__remove_distdir)
428
429 dist-shar: distdir
430         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
431         $(am__remove_distdir)
432
433 dist-zip: distdir
434         -rm -f $(distdir).zip
435         zip -rq $(distdir).zip $(distdir)
436         $(am__remove_distdir)
437
438 dist dist-all: distdir
439         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
440         $(am__remove_distdir)
441
442 # This target untars the dist file and tries a VPATH configuration.  Then
443 # it guarantees that the distribution is self-contained by making another
444 # tarfile.
445 distcheck: dist
446         case '$(DIST_ARCHIVES)' in \
447         *.tar.gz*) \
448           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
449         *.tar.bz2*) \
450           bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
451         *.tar.Z*) \
452           uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
453         *.shar.gz*) \
454           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
455         *.zip*) \
456           unzip $(distdir).zip ;;\
457         esac
458         chmod -R a-w $(distdir); chmod a+w $(distdir)
459         mkdir $(distdir)/_build
460         mkdir $(distdir)/_inst
461         chmod a-w $(distdir)
462         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
463           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
464           && cd $(distdir)/_build \
465           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
466             $(DISTCHECK_CONFIGURE_FLAGS) \
467           && $(MAKE) $(AM_MAKEFLAGS) \
468           && $(MAKE) $(AM_MAKEFLAGS) dvi \
469           && $(MAKE) $(AM_MAKEFLAGS) check \
470           && $(MAKE) $(AM_MAKEFLAGS) install \
471           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
472           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
473           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
474                 distuninstallcheck \
475           && chmod -R a-w "$$dc_install_base" \
476           && ({ \
477                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
478                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
479                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
480                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
481                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
482               } || { rm -rf "$$dc_destdir"; exit 1; }) \
483           && rm -rf "$$dc_destdir" \
484           && $(MAKE) $(AM_MAKEFLAGS) dist \
485           && rm -rf $(DIST_ARCHIVES) \
486           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
487         $(am__remove_distdir)
488         @(echo "$(distdir) archives ready for distribution: "; \
489           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
490           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
491 distuninstallcheck:
492         @cd $(distuninstallcheck_dir) \
493         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
494            || { echo "ERROR: files left after uninstall:" ; \
495                 if test -n "$(DESTDIR)"; then \
496                   echo "  (check DESTDIR support)"; \
497                 fi ; \
498                 $(distuninstallcheck_listfiles) ; \
499                 exit 1; } >&2
500 distcleancheck: distclean
501         @if test '$(srcdir)' = . ; then \
502           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
503           exit 1 ; \
504         fi
505         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
506           || { echo "ERROR: files left in build directory after distclean:" ; \
507                $(distcleancheck_listfiles) ; \
508                exit 1; } >&2
509 check-am: all-am
510 check: check-recursive
511 all-am: Makefile config.h
512 installdirs: installdirs-recursive
513 installdirs-am:
514 install: install-recursive
515 install-exec: install-exec-recursive
516 install-data: install-data-recursive
517 uninstall: uninstall-recursive
518
519 install-am: all-am
520         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521
522 installcheck: installcheck-recursive
523 install-strip:
524         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526           `test -z '$(STRIP)' || \
527             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
528 mostlyclean-generic:
529
530 clean-generic:
531
532 distclean-generic:
533         -rm -f $(CONFIG_CLEAN_FILES)
534
535 maintainer-clean-generic:
536         @echo "This command is intended for maintainers to use"
537         @echo "it deletes files that may require special tools to rebuild."
538 clean: clean-recursive
539
540 clean-am: clean-generic clean-libtool mostlyclean-am
541
542 distclean: distclean-recursive
543         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
544         -rm -f Makefile
545 distclean-am: clean-am distclean-generic distclean-hdr \
546         distclean-libtool distclean-tags
547
548 dvi: dvi-recursive
549
550 dvi-am:
551
552 html: html-recursive
553
554 info: info-recursive
555
556 info-am:
557
558 install-data-am:
559
560 install-exec-am:
561
562 install-info: install-info-recursive
563
564 install-man:
565
566 installcheck-am:
567
568 maintainer-clean: maintainer-clean-recursive
569         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
570         -rm -rf $(top_srcdir)/autom4te.cache
571         -rm -f Makefile
572 maintainer-clean-am: distclean-am maintainer-clean-generic
573
574 mostlyclean: mostlyclean-recursive
575
576 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
577
578 pdf: pdf-recursive
579
580 pdf-am:
581
582 ps: ps-recursive
583
584 ps-am:
585
586 uninstall-am: uninstall-info-am
587
588 uninstall-info: uninstall-info-recursive
589
590 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
591         check-am clean clean-generic clean-libtool clean-recursive \
592         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
593         dist-shar dist-tarZ dist-zip distcheck distclean \
594         distclean-generic distclean-hdr distclean-libtool \
595         distclean-recursive distclean-tags distcleancheck distdir \
596         distuninstallcheck dvi dvi-am html html-am info info-am \
597         install install-am install-data install-data-am install-exec \
598         install-exec-am install-info install-info-am install-man \
599         install-strip installcheck installcheck-am installdirs \
600         installdirs-am maintainer-clean maintainer-clean-generic \
601         maintainer-clean-recursive mostlyclean mostlyclean-generic \
602         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
603         tags tags-recursive uninstall uninstall-am uninstall-info-am
604
605 # Tell versions [3.59,3.63) of GNU make to not export all variables.
606 # Otherwise a system limit (for SysV at least) may be exceeded.
607 .NOEXPORT: