]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/openpam/bin/Makefile.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / openpam / bin / 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 538 2012-03-31 17:04:29Z 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_PAMTEST_TRUE@am__append_1 = pamtest
39 @WITH_SU_TRUE@am__append_2 = su
40 subdir = bin
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53         html-recursive info-recursive install-data-recursive \
54         install-dvi-recursive install-exec-recursive \
55         install-html-recursive install-info-recursive \
56         install-pdf-recursive install-ps-recursive install-recursive \
57         installcheck-recursive installdirs-recursive pdf-recursive \
58         ps-recursive uninstall-recursive
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60   distclean-recursive maintainer-clean-recursive
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63         distdir
64 ETAGS = etags
65 CTAGS = ctags
66 DIST_SUBDIRS = openpam_dump_policy pamtest su
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 am__relativize = \
69   dir0=`pwd`; \
70   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
71   sed_rest='s,^[^/]*/*,,'; \
72   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
73   sed_butlast='s,/*[^/]*$$,,'; \
74   while test -n "$$dir1"; do \
75     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
76     if test "$$first" != "."; then \
77       if test "$$first" = ".."; then \
78         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
79         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
80       else \
81         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82         if test "$$first2" = "$$first"; then \
83           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
84         else \
85           dir2="../$$dir2"; \
86         fi; \
87         dir0="$$dir0"/"$$first"; \
88       fi; \
89     fi; \
90     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
91   done; \
92   reldir="$$dir2"
93 ACLOCAL = @ACLOCAL@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 CC = @CC@
101 CCDEPMODE = @CCDEPMODE@
102 CFLAGS = @CFLAGS@
103 CPP = @CPP@
104 CPPFLAGS = @CPPFLAGS@
105 CRYPT_LIBS = @CRYPT_LIBS@
106 CYGPATH_W = @CYGPATH_W@
107 DEFS = @DEFS@
108 DEPDIR = @DEPDIR@
109 DLLTOOL = @DLLTOOL@
110 DL_LIBS = @DL_LIBS@
111 DSYMUTIL = @DSYMUTIL@
112 DUMPBIN = @DUMPBIN@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 FGREP = @FGREP@
119 GREP = @GREP@
120 INSTALL = @INSTALL@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 LD = @LD@
126 LDFLAGS = @LDFLAGS@
127 LIBOBJS = @LIBOBJS@
128 LIBS = @LIBS@
129 LIBTOOL = @LIBTOOL@
130 LIB_MAJ = @LIB_MAJ@
131 LIPO = @LIPO@
132 LN_S = @LN_S@
133 LTLIBOBJS = @LTLIBOBJS@
134 MAKEINFO = @MAKEINFO@
135 MANIFEST_TOOL = @MANIFEST_TOOL@
136 MKDIR_P = @MKDIR_P@
137 NM = @NM@
138 NMEDIT = @NMEDIT@
139 OBJDUMP = @OBJDUMP@
140 OBJEXT = @OBJEXT@
141 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
142 OTOOL = @OTOOL@
143 OTOOL64 = @OTOOL64@
144 PACKAGE = @PACKAGE@
145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146 PACKAGE_NAME = @PACKAGE_NAME@
147 PACKAGE_STRING = @PACKAGE_STRING@
148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
149 PACKAGE_URL = @PACKAGE_URL@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 RANLIB = @RANLIB@
153 SED = @SED@
154 SET_MAKE = @SET_MAKE@
155 SHELL = @SHELL@
156 STRIP = @STRIP@
157 VERSION = @VERSION@
158 abs_builddir = @abs_builddir@
159 abs_srcdir = @abs_srcdir@
160 abs_top_builddir = @abs_top_builddir@
161 abs_top_srcdir = @abs_top_srcdir@
162 ac_ct_AR = @ac_ct_AR@
163 ac_ct_CC = @ac_ct_CC@
164 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host = @host@
183 host_alias = @host_alias@
184 host_cpu = @host_cpu@
185 host_os = @host_os@
186 host_vendor = @host_vendor@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 mandir = @mandir@
196 mkdir_p = @mkdir_p@
197 oldincludedir = @oldincludedir@
198 pdfdir = @pdfdir@
199 prefix = @prefix@
200 program_transform_name = @program_transform_name@
201 psdir = @psdir@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205 sysconfdir = @sysconfdir@
206 target_alias = @target_alias@
207 top_build_prefix = @top_build_prefix@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
210 SUBDIRS = openpam_dump_policy $(am__append_1) $(am__append_2)
211 all: all-recursive
212
213 .SUFFIXES:
214 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215         @for dep in $?; do \
216           case '$(am__configure_deps)' in \
217             *$$dep*) \
218               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219                 && { if test -f $@; then exit 0; else break; fi; }; \
220               exit 1;; \
221           esac; \
222         done; \
223         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
224         $(am__cd) $(top_srcdir) && \
225           $(AUTOMAKE) --foreign bin/Makefile
226 .PRECIOUS: Makefile
227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228         @case '$?' in \
229           *config.status*) \
230             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231           *) \
232             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234         esac;
235
236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239 $(top_srcdir)/configure:  $(am__configure_deps)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(am__aclocal_m4_deps):
244
245 mostlyclean-libtool:
246         -rm -f *.lo
247
248 clean-libtool:
249         -rm -rf .libs _libs
250
251 # This directory's subdirectories are mostly independent; you can cd
252 # into them and run `make' without going through this Makefile.
253 # To change the values of `make' variables: instead of editing Makefiles,
254 # (1) if the variable is set in `config.status', edit `config.status'
255 #     (which will cause the Makefiles to be regenerated when you run `make');
256 # (2) otherwise, pass the desired values on the `make' command line.
257 $(RECURSIVE_TARGETS):
258         @fail= failcom='exit 1'; \
259         for f in x $$MAKEFLAGS; do \
260           case $$f in \
261             *=* | --[!k]*);; \
262             *k*) failcom='fail=yes';; \
263           esac; \
264         done; \
265         dot_seen=no; \
266         target=`echo $@ | sed s/-recursive//`; \
267         list='$(SUBDIRS)'; for subdir in $$list; do \
268           echo "Making $$target in $$subdir"; \
269           if test "$$subdir" = "."; then \
270             dot_seen=yes; \
271             local_target="$$target-am"; \
272           else \
273             local_target="$$target"; \
274           fi; \
275           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276           || eval $$failcom; \
277         done; \
278         if test "$$dot_seen" = "no"; then \
279           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
280         fi; test -z "$$fail"
281
282 $(RECURSIVE_CLEAN_TARGETS):
283         @fail= failcom='exit 1'; \
284         for f in x $$MAKEFLAGS; do \
285           case $$f in \
286             *=* | --[!k]*);; \
287             *k*) failcom='fail=yes';; \
288           esac; \
289         done; \
290         dot_seen=no; \
291         case "$@" in \
292           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
293           *) list='$(SUBDIRS)' ;; \
294         esac; \
295         rev=''; for subdir in $$list; do \
296           if test "$$subdir" = "."; then :; else \
297             rev="$$subdir $$rev"; \
298           fi; \
299         done; \
300         rev="$$rev ."; \
301         target=`echo $@ | sed s/-recursive//`; \
302         for subdir in $$rev; do \
303           echo "Making $$target in $$subdir"; \
304           if test "$$subdir" = "."; then \
305             local_target="$$target-am"; \
306           else \
307             local_target="$$target"; \
308           fi; \
309           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310           || eval $$failcom; \
311         done && test -z "$$fail"
312 tags-recursive:
313         list='$(SUBDIRS)'; for subdir in $$list; do \
314           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315         done
316 ctags-recursive:
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319         done
320
321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327               END { if (nonempty) { for (i in files) print i; }; }'`; \
328         mkid -fID $$unique
329 tags: TAGS
330
331 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                 $(TAGS_FILES) $(LISP)
333         set x; \
334         here=`pwd`; \
335         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336           include_option=--etags-include; \
337           empty_fix=.; \
338         else \
339           include_option=--include; \
340           empty_fix=; \
341         fi; \
342         list='$(SUBDIRS)'; for subdir in $$list; do \
343           if test "$$subdir" = .; then :; else \
344             test ! -f $$subdir/TAGS || \
345               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
346           fi; \
347         done; \
348         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349         unique=`for i in $$list; do \
350             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351           done | \
352           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353               END { if (nonempty) { for (i in files) print i; }; }'`; \
354         shift; \
355         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356           test -n "$$unique" || unique=$$empty_fix; \
357           if test $$# -gt 0; then \
358             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359               "$$@" $$unique; \
360           else \
361             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362               $$unique; \
363           fi; \
364         fi
365 ctags: CTAGS
366 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373               END { if (nonempty) { for (i in files) print i; }; }'`; \
374         test -z "$(CTAGS_ARGS)$$unique" \
375           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376              $$unique
377
378 GTAGS:
379         here=`$(am__cd) $(top_builddir) && pwd` \
380           && $(am__cd) $(top_srcdir) \
381           && gtags -i $(GTAGS_ARGS) "$$here"
382
383 distclean-tags:
384         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
386 distdir: $(DISTFILES)
387         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389         list='$(DISTFILES)'; \
390           dist_files=`for file in $$list; do echo $$file; done | \
391           sed -e "s|^$$srcdirstrip/||;t" \
392               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393         case $$dist_files in \
394           */*) $(MKDIR_P) `echo "$$dist_files" | \
395                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396                            sort -u` ;; \
397         esac; \
398         for file in $$dist_files; do \
399           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400           if test -d $$d/$$file; then \
401             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402             if test -d "$(distdir)/$$file"; then \
403               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404             fi; \
405             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408             fi; \
409             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410           else \
411             test -f "$(distdir)/$$file" \
412             || cp -p $$d/$$file "$(distdir)/$$file" \
413             || exit 1; \
414           fi; \
415         done
416         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
417           if test "$$subdir" = .; then :; else \
418             test -d "$(distdir)/$$subdir" \
419             || $(MKDIR_P) "$(distdir)/$$subdir" \
420             || exit 1; \
421           fi; \
422         done
423         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424           if test "$$subdir" = .; then :; else \
425             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426             $(am__relativize); \
427             new_distdir=$$reldir; \
428             dir1=$$subdir; dir2="$(top_distdir)"; \
429             $(am__relativize); \
430             new_top_distdir=$$reldir; \
431             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433             ($(am__cd) $$subdir && \
434               $(MAKE) $(AM_MAKEFLAGS) \
435                 top_distdir="$$new_top_distdir" \
436                 distdir="$$new_distdir" \
437                 am__remove_distdir=: \
438                 am__skip_length_check=: \
439                 am__skip_mode_fix=: \
440                 distdir) \
441               || exit 1; \
442           fi; \
443         done
444 check-am: all-am
445 check: check-recursive
446 all-am: Makefile
447 installdirs: installdirs-recursive
448 installdirs-am:
449 install: install-recursive
450 install-exec: install-exec-recursive
451 install-data: install-data-recursive
452 uninstall: uninstall-recursive
453
454 install-am: all-am
455         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457 installcheck: installcheck-recursive
458 install-strip:
459         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461           `test -z '$(STRIP)' || \
462             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
463 mostlyclean-generic:
464
465 clean-generic:
466
467 distclean-generic:
468         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471 maintainer-clean-generic:
472         @echo "This command is intended for maintainers to use"
473         @echo "it deletes files that may require special tools to rebuild."
474 clean: clean-recursive
475
476 clean-am: clean-generic clean-libtool mostlyclean-am
477
478 distclean: distclean-recursive
479         -rm -f Makefile
480 distclean-am: clean-am distclean-generic distclean-tags
481
482 dvi: dvi-recursive
483
484 dvi-am:
485
486 html: html-recursive
487
488 html-am:
489
490 info: info-recursive
491
492 info-am:
493
494 install-data-am:
495
496 install-dvi: install-dvi-recursive
497
498 install-dvi-am:
499
500 install-exec-am:
501
502 install-html: install-html-recursive
503
504 install-html-am:
505
506 install-info: install-info-recursive
507
508 install-info-am:
509
510 install-man:
511
512 install-pdf: install-pdf-recursive
513
514 install-pdf-am:
515
516 install-ps: install-ps-recursive
517
518 install-ps-am:
519
520 installcheck-am:
521
522 maintainer-clean: maintainer-clean-recursive
523         -rm -f Makefile
524 maintainer-clean-am: distclean-am maintainer-clean-generic
525
526 mostlyclean: mostlyclean-recursive
527
528 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
529
530 pdf: pdf-recursive
531
532 pdf-am:
533
534 ps: ps-recursive
535
536 ps-am:
537
538 uninstall-am:
539
540 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541         install-am install-strip tags-recursive
542
543 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544         all all-am check check-am clean clean-generic clean-libtool \
545         ctags ctags-recursive distclean distclean-generic \
546         distclean-libtool distclean-tags distdir dvi dvi-am html \
547         html-am info info-am install install-am install-data \
548         install-data-am install-dvi install-dvi-am install-exec \
549         install-exec-am install-html install-html-am install-info \
550         install-info-am install-man install-pdf install-pdf-am \
551         install-ps install-ps-am install-strip installcheck \
552         installcheck-am installdirs installdirs-am maintainer-clean \
553         maintainer-clean-generic mostlyclean mostlyclean-generic \
554         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
555         uninstall uninstall-am
556
557
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: