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