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