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