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