]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/openpam/bin/Makefile.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / openpam / bin / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # $Id: Makefile.am 648 2013-03-05 17:54:27Z des $
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 @WITH_PAMTEST_TRUE@am__append_1 = pamtest
83 @WITH_SU_TRUE@am__append_2 = su
84 subdir = bin
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89         $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 AM_V_P = $(am__v_P_@AM_V@)
95 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96 am__v_P_0 = false
97 am__v_P_1 = :
98 AM_V_GEN = $(am__v_GEN_@AM_V@)
99 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100 am__v_GEN_0 = @echo "  GEN     " $@;
101 am__v_GEN_1 = 
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104 am__v_at_0 = @
105 am__v_at_1 = 
106 SOURCES =
107 DIST_SOURCES =
108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109         ctags-recursive dvi-recursive html-recursive info-recursive \
110         install-data-recursive install-dvi-recursive \
111         install-exec-recursive install-html-recursive \
112         install-info-recursive install-pdf-recursive \
113         install-ps-recursive install-recursive installcheck-recursive \
114         installdirs-recursive pdf-recursive ps-recursive \
115         tags-recursive uninstall-recursive
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122   distclean-recursive maintainer-clean-recursive
123 am__recursive_targets = \
124   $(RECURSIVE_TARGETS) \
125   $(RECURSIVE_CLEAN_TARGETS) \
126   $(am__extra_recursive_targets)
127 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
128         distdir
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 # Read a list of newline-separated strings from the standard input,
131 # and print each of them once, without duplicates.  Input order is
132 # *not* preserved.
133 am__uniquify_input = $(AWK) '\
134   BEGIN { nonempty = 0; } \
135   { items[$$0] = 1; nonempty = 1; } \
136   END { if (nonempty) { for (i in items) print i; }; } \
137 '
138 # Make sure the list of sources is unique.  This is necessary because,
139 # e.g., the same source file might be shared among _SOURCES variables
140 # for different programs/libraries.
141 am__define_uniq_tagged_files = \
142   list='$(am__tagged_files)'; \
143   unique=`for i in $$list; do \
144     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145   done | $(am__uniquify_input)`
146 ETAGS = etags
147 CTAGS = ctags
148 DIST_SUBDIRS = openpam_dump_policy pamtest su
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 am__relativize = \
151   dir0=`pwd`; \
152   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
153   sed_rest='s,^[^/]*/*,,'; \
154   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
155   sed_butlast='s,/*[^/]*$$,,'; \
156   while test -n "$$dir1"; do \
157     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
158     if test "$$first" != "."; then \
159       if test "$$first" = ".."; then \
160         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
161         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
162       else \
163         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164         if test "$$first2" = "$$first"; then \
165           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
166         else \
167           dir2="../$$dir2"; \
168         fi; \
169         dir0="$$dir0"/"$$first"; \
170       fi; \
171     fi; \
172     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
173   done; \
174   reldir="$$dir2"
175 ACLOCAL = @ACLOCAL@
176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178 AR = @AR@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
182 AWK = @AWK@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CRYPTO_LIBS = @CRYPTO_LIBS@
189 CRYPT_LIBS = @CRYPT_LIBS@
190 CYGPATH_W = @CYGPATH_W@
191 DEFS = @DEFS@
192 DEPDIR = @DEPDIR@
193 DLLTOOL = @DLLTOOL@
194 DL_LIBS = @DL_LIBS@
195 DSYMUTIL = @DSYMUTIL@
196 DUMPBIN = @DUMPBIN@
197 ECHO_C = @ECHO_C@
198 ECHO_N = @ECHO_N@
199 ECHO_T = @ECHO_T@
200 EGREP = @EGREP@
201 EXEEXT = @EXEEXT@
202 FGREP = @FGREP@
203 GREP = @GREP@
204 INSTALL = @INSTALL@
205 INSTALL_DATA = @INSTALL_DATA@
206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209 LD = @LD@
210 LDFLAGS = @LDFLAGS@
211 LIBOBJS = @LIBOBJS@
212 LIBS = @LIBS@
213 LIBTOOL = @LIBTOOL@
214 LIB_MAJ = @LIB_MAJ@
215 LIPO = @LIPO@
216 LN_S = @LN_S@
217 LTLIBOBJS = @LTLIBOBJS@
218 MAKEINFO = @MAKEINFO@
219 MANIFEST_TOOL = @MANIFEST_TOOL@
220 MKDIR_P = @MKDIR_P@
221 NM = @NM@
222 NMEDIT = @NMEDIT@
223 OBJDUMP = @OBJDUMP@
224 OBJEXT = @OBJEXT@
225 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
226 OTOOL = @OTOOL@
227 OTOOL64 = @OTOOL64@
228 PACKAGE = @PACKAGE@
229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230 PACKAGE_NAME = @PACKAGE_NAME@
231 PACKAGE_STRING = @PACKAGE_STRING@
232 PACKAGE_TARNAME = @PACKAGE_TARNAME@
233 PACKAGE_URL = @PACKAGE_URL@
234 PACKAGE_VERSION = @PACKAGE_VERSION@
235 PATH_SEPARATOR = @PATH_SEPARATOR@
236 RANLIB = @RANLIB@
237 SED = @SED@
238 SET_MAKE = @SET_MAKE@
239 SHELL = @SHELL@
240 STRIP = @STRIP@
241 VERSION = @VERSION@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_AR = @ac_ct_AR@
247 ac_ct_CC = @ac_ct_CC@
248 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 builddir = @builddir@
261 datadir = @datadir@
262 datarootdir = @datarootdir@
263 docdir = @docdir@
264 dvidir = @dvidir@
265 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 sbindir = @sbindir@
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 sysconfdir = @sysconfdir@
290 target_alias = @target_alias@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 SUBDIRS = openpam_dump_policy $(am__append_1) $(am__append_2)
295 all: all-recursive
296
297 .SUFFIXES:
298 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303                 && { if test -f $@; then exit 0; else break; fi; }; \
304               exit 1;; \
305           esac; \
306         done; \
307         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
308         $(am__cd) $(top_srcdir) && \
309           $(AUTOMAKE) --foreign bin/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312         @case '$?' in \
313           *config.status*) \
314             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315           *) \
316             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318         esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure:  $(am__configure_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(am__aclocal_m4_deps):
328
329 mostlyclean-libtool:
330         -rm -f *.lo
331
332 clean-libtool:
333         -rm -rf .libs _libs
334
335 # This directory's subdirectories are mostly independent; you can cd
336 # into them and run 'make' without going through this Makefile.
337 # To change the values of 'make' variables: instead of editing Makefiles,
338 # (1) if the variable is set in 'config.status', edit 'config.status'
339 #     (which will cause the Makefiles to be regenerated when you run 'make');
340 # (2) otherwise, pass the desired values on the 'make' command line.
341 $(am__recursive_targets):
342         @fail=; \
343         if $(am__make_keepgoing); then \
344           failcom='fail=yes'; \
345         else \
346           failcom='exit 1'; \
347         fi; \
348         dot_seen=no; \
349         target=`echo $@ | sed s/-recursive//`; \
350         case "$@" in \
351           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
352           *) list='$(SUBDIRS)' ;; \
353         esac; \
354         for subdir in $$list; do \
355           echo "Making $$target in $$subdir"; \
356           if test "$$subdir" = "."; then \
357             dot_seen=yes; \
358             local_target="$$target-am"; \
359           else \
360             local_target="$$target"; \
361           fi; \
362           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363           || eval $$failcom; \
364         done; \
365         if test "$$dot_seen" = "no"; then \
366           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367         fi; test -z "$$fail"
368
369 ID: $(am__tagged_files)
370         $(am__define_uniq_tagged_files); mkid -fID $$unique
371 tags: tags-recursive
372 TAGS: tags
373
374 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
375         set x; \
376         here=`pwd`; \
377         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
378           include_option=--etags-include; \
379           empty_fix=.; \
380         else \
381           include_option=--include; \
382           empty_fix=; \
383         fi; \
384         list='$(SUBDIRS)'; for subdir in $$list; do \
385           if test "$$subdir" = .; then :; else \
386             test ! -f $$subdir/TAGS || \
387               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
388           fi; \
389         done; \
390         $(am__define_uniq_tagged_files); \
391         shift; \
392         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393           test -n "$$unique" || unique=$$empty_fix; \
394           if test $$# -gt 0; then \
395             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396               "$$@" $$unique; \
397           else \
398             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399               $$unique; \
400           fi; \
401         fi
402 ctags: ctags-recursive
403
404 CTAGS: ctags
405 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406         $(am__define_uniq_tagged_files); \
407         test -z "$(CTAGS_ARGS)$$unique" \
408           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409              $$unique
410
411 GTAGS:
412         here=`$(am__cd) $(top_builddir) && pwd` \
413           && $(am__cd) $(top_srcdir) \
414           && gtags -i $(GTAGS_ARGS) "$$here"
415 cscopelist: cscopelist-recursive
416
417 cscopelist-am: $(am__tagged_files)
418         list='$(am__tagged_files)'; \
419         case "$(srcdir)" in \
420           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
421           *) sdir=$(subdir)/$(srcdir) ;; \
422         esac; \
423         for i in $$list; do \
424           if test -f "$$i"; then \
425             echo "$(subdir)/$$i"; \
426           else \
427             echo "$$sdir/$$i"; \
428           fi; \
429         done >> $(top_builddir)/cscope.files
430
431 distclean-tags:
432         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433
434 distdir: $(DISTFILES)
435         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437         list='$(DISTFILES)'; \
438           dist_files=`for file in $$list; do echo $$file; done | \
439           sed -e "s|^$$srcdirstrip/||;t" \
440               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
441         case $$dist_files in \
442           */*) $(MKDIR_P) `echo "$$dist_files" | \
443                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
444                            sort -u` ;; \
445         esac; \
446         for file in $$dist_files; do \
447           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
448           if test -d $$d/$$file; then \
449             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
450             if test -d "$(distdir)/$$file"; then \
451               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452             fi; \
453             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
454               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
455               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456             fi; \
457             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458           else \
459             test -f "$(distdir)/$$file" \
460             || cp -p $$d/$$file "$(distdir)/$$file" \
461             || exit 1; \
462           fi; \
463         done
464         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465           if test "$$subdir" = .; then :; else \
466             $(am__make_dryrun) \
467               || test -d "$(distdir)/$$subdir" \
468               || $(MKDIR_P) "$(distdir)/$$subdir" \
469               || exit 1; \
470             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
471             $(am__relativize); \
472             new_distdir=$$reldir; \
473             dir1=$$subdir; dir2="$(top_distdir)"; \
474             $(am__relativize); \
475             new_top_distdir=$$reldir; \
476             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
477             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
478             ($(am__cd) $$subdir && \
479               $(MAKE) $(AM_MAKEFLAGS) \
480                 top_distdir="$$new_top_distdir" \
481                 distdir="$$new_distdir" \
482                 am__remove_distdir=: \
483                 am__skip_length_check=: \
484                 am__skip_mode_fix=: \
485                 distdir) \
486               || exit 1; \
487           fi; \
488         done
489 check-am: all-am
490 check: check-recursive
491 all-am: Makefile
492 installdirs: installdirs-recursive
493 installdirs-am:
494 install: install-recursive
495 install-exec: install-exec-recursive
496 install-data: install-data-recursive
497 uninstall: uninstall-recursive
498
499 install-am: all-am
500         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501
502 installcheck: installcheck-recursive
503 install-strip:
504         if test -z '$(STRIP)'; then \
505           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507               install; \
508         else \
509           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
510             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
511             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
512         fi
513 mostlyclean-generic:
514
515 clean-generic:
516
517 distclean-generic:
518         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
519         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
520
521 maintainer-clean-generic:
522         @echo "This command is intended for maintainers to use"
523         @echo "it deletes files that may require special tools to rebuild."
524 clean: clean-recursive
525
526 clean-am: clean-generic clean-libtool mostlyclean-am
527
528 distclean: distclean-recursive
529         -rm -f Makefile
530 distclean-am: clean-am distclean-generic distclean-tags
531
532 dvi: dvi-recursive
533
534 dvi-am:
535
536 html: html-recursive
537
538 html-am:
539
540 info: info-recursive
541
542 info-am:
543
544 install-data-am:
545
546 install-dvi: install-dvi-recursive
547
548 install-dvi-am:
549
550 install-exec-am:
551
552 install-html: install-html-recursive
553
554 install-html-am:
555
556 install-info: install-info-recursive
557
558 install-info-am:
559
560 install-man:
561
562 install-pdf: install-pdf-recursive
563
564 install-pdf-am:
565
566 install-ps: install-ps-recursive
567
568 install-ps-am:
569
570 installcheck-am:
571
572 maintainer-clean: maintainer-clean-recursive
573         -rm -f Makefile
574 maintainer-clean-am: distclean-am maintainer-clean-generic
575
576 mostlyclean: mostlyclean-recursive
577
578 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
579
580 pdf: pdf-recursive
581
582 pdf-am:
583
584 ps: ps-recursive
585
586 ps-am:
587
588 uninstall-am:
589
590 .MAKE: $(am__recursive_targets) install-am install-strip
591
592 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
593         check-am clean clean-generic clean-libtool cscopelist-am ctags \
594         ctags-am distclean distclean-generic distclean-libtool \
595         distclean-tags distdir dvi dvi-am html html-am info info-am \
596         install install-am install-data install-data-am install-dvi \
597         install-dvi-am install-exec install-exec-am install-html \
598         install-html-am install-info install-info-am install-man \
599         install-pdf install-pdf-am install-ps install-ps-am \
600         install-strip installcheck installcheck-am installdirs \
601         installdirs-am maintainer-clean maintainer-clean-generic \
602         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
603         ps ps-am tags tags-am uninstall uninstall-am
604
605
606 # Tell versions [3.59,3.63) of GNU make to not export all variables.
607 # Otherwise a system limit (for SysV at least) may be exceeded.
608 .NOEXPORT: