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