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