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