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