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