]> git.decadent.org.uk Git - nfs-utils.git/blob - Makefile.in
Merge branch 'upstream'
[nfs-utils.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 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 = .
37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38         $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
39         ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
40         install-sh ltmain.sh missing
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/libevent.m4 \
47         $(top_srcdir)/aclocal/libnfsidmap.m4 \
48         $(top_srcdir)/aclocal/librpcsecgss.m4 \
49         $(top_srcdir)/aclocal/libtirpc.m4 \
50         $(top_srcdir)/aclocal/nfs-utils.m4 \
51         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
52         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
53         $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57  configure.lineno config.status.lineno
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = $(top_builddir)/support/include/config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 SOURCES =
63 DIST_SOURCES =
64 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65         html-recursive info-recursive install-data-recursive \
66         install-dvi-recursive install-exec-recursive \
67         install-html-recursive install-info-recursive \
68         install-pdf-recursive install-ps-recursive install-recursive \
69         installcheck-recursive installdirs-recursive pdf-recursive \
70         ps-recursive uninstall-recursive
71 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72   distclean-recursive maintainer-clean-recursive
73 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
74         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
75         distdir dist dist-all distcheck
76 ETAGS = etags
77 CTAGS = ctags
78 DIST_SUBDIRS = $(SUBDIRS)
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 distdir = $(PACKAGE)-$(VERSION)
81 top_distdir = $(distdir)
82 am__remove_distdir = \
83   { test ! -d "$(distdir)" \
84     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
85          && rm -fr "$(distdir)"; }; }
86 am__relativize = \
87   dir0=`pwd`; \
88   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89   sed_rest='s,^[^/]*/*,,'; \
90   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91   sed_butlast='s,/*[^/]*$$,,'; \
92   while test -n "$$dir1"; do \
93     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94     if test "$$first" != "."; then \
95       if test "$$first" = ".."; then \
96         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98       else \
99         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100         if test "$$first2" = "$$first"; then \
101           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102         else \
103           dir2="../$$dir2"; \
104         fi; \
105         dir0="$$dir0"/"$$first"; \
106       fi; \
107     fi; \
108     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109   done; \
110   reldir="$$dir2"
111 DIST_ARCHIVES = $(distdir).tar.gz
112 GZIP_ENV = --best
113 distuninstallcheck_listfiles = find . -type f -print
114 distcleancheck_listfiles = find . -type f -print
115 ACLOCAL = @ACLOCAL@
116 ACLOCAL_AMFLAGS = -I aclocal
117 ALLOCA = @ALLOCA@
118 AMTAR = @AMTAR@
119 AM_CFLAGS = @AM_CFLAGS@
120 AM_CPPFLAGS = @AM_CPPFLAGS@
121 AR = @AR@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CC_FOR_BUILD = @CC_FOR_BUILD@
129 CFLAGS = @CFLAGS@
130 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
134 CXX = @CXX@
135 CXXCPP = @CXXCPP@
136 CXXDEPMODE = @CXXDEPMODE@
137 CXXFLAGS = @CXXFLAGS@
138 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DSYMUTIL = @DSYMUTIL@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 FGREP = @FGREP@
150 GREP = @GREP@
151 GSSD = @GSSD@
152 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
153 GSSGLUE_LIBS = @GSSGLUE_LIBS@
154 HAVE_LIBWRAP = @HAVE_LIBWRAP@
155 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
156 IDMAPD = @IDMAPD@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 K5VERS = @K5VERS@
163 KRBCFLAGS = @KRBCFLAGS@
164 KRBDIR = @KRBDIR@
165 KRBLDFLAGS = @KRBLDFLAGS@
166 KRBLIBS = @KRBLIBS@
167 LD = @LD@
168 LDFLAGS = @LDFLAGS@
169 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
170 LIBBLKID = @LIBBLKID@
171 LIBBSD = @LIBBSD@
172 LIBCRYPT = @LIBCRYPT@
173 LIBNSL = @LIBNSL@
174 LIBOBJS = @LIBOBJS@
175 LIBS = @LIBS@
176 LIBSOCKET = @LIBSOCKET@
177 LIBTOOL = @LIBTOOL@
178 LIBWRAP = @LIBWRAP@
179 LIPO = @LIPO@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAKEINFO = @MAKEINFO@
184 MKDIR_P = @MKDIR_P@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
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_CC = @ac_ct_CC@
215 ac_ct_CXX = @ac_ct_CXX@
216 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217 am__include = @am__include@
218 am__leading_dot = @am__leading_dot@
219 am__quote = @am__quote@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 bindir = @bindir@
223 build = @build@
224 build_alias = @build_alias@
225 build_cpu = @build_cpu@
226 build_os = @build_os@
227 build_vendor = @build_vendor@
228 builddir = @builddir@
229 datadir = @datadir@
230 datarootdir = @datarootdir@
231 docdir = @docdir@
232 dvidir = @dvidir@
233 enable_gss = @enable_gss@
234 enable_ipv6 = @enable_ipv6@
235 enable_mountconfig = @enable_mountconfig@
236 enable_nfsv3 = @enable_nfsv3@
237 enable_nfsv4 = @enable_nfsv4@
238 exec_prefix = @exec_prefix@
239 host = @host@
240 host_alias = @host_alias@
241 host_cpu = @host_cpu@
242 host_os = @host_os@
243 host_vendor = @host_vendor@
244 htmldir = @htmldir@
245 includedir = @includedir@
246 infodir = @infodir@
247 install_sh = @install_sh@
248 kprefix = @kprefix@
249 libdir = @libdir@
250 libexecdir = @libexecdir@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
253 lt_ECHO = @lt_ECHO@
254 mandir = @mandir@
255 mkdir_p = @mkdir_p@
256 mountfile = @mountfile@
257 oldincludedir = @oldincludedir@
258 pdfdir = @pdfdir@
259 prefix = @prefix@
260 program_transform_name = @program_transform_name@
261 psdir = @psdir@
262 sbindir = @sbindir@
263 sharedstatedir = @sharedstatedir@
264 srcdir = @srcdir@
265 startstatd = @startstatd@
266 statduser = @statduser@
267 statedir = @statedir@
268 sysconfdir = @sysconfdir@
269 target_alias = @target_alias@
270 top_build_prefix = @top_build_prefix@
271 top_builddir = @top_builddir@
272 top_srcdir = @top_srcdir@
273 AUTOMAKE_OPTIONS = foreign
274 SUBDIRS = tools support utils linux-nfs
275 MAINTAINERCLEANFILES = Makefile.in
276 EXTRA_DIST = \
277         autogen.sh \
278         \
279         debian/changelog \
280         debian/control \
281         debian/copyright \
282         debian/etc.exports \
283         debian/idmapd.conf \
284         debian/nfs-common.conffiles \
285         debian/nfs-common.default \
286         debian/nfs-common.dirs \
287         debian/nfs-common.files \
288         debian/nfs-common.init \
289         debian/nfs-common.install \
290         debian/nfs-common.postinst \
291         debian/nfs-common.postrm \
292         debian/nfs-common.prerm \
293         debian/nfs-kernel-server.NEWS \
294         debian/nfs-kernel-server.conffiles \
295         debian/nfs-kernel-server.default \
296         debian/nfs-kernel-server.dirs \
297         debian/nfs-kernel-server.init \
298         debian/nfs-kernel-server.postinst \
299         debian/nfs-kernel-server.postrm \
300         debian/nfs-kernel-server.prerm \
301         debian/nhfsstone.dirs \
302         debian/nhfsstone.files \
303         debian/nhfsstone.postinst \
304         debian/nhfsstone.prerm \
305         debian/rules \
306         \
307         aclocal/bsdsignals.m4 \
308         aclocal/nfs-utils.m4 \
309         aclocal/kerberos5.m4 \
310         aclocal/tcp-wrappers.m4 \
311         aclocal/libtirpc.m4 \
312         aclocal/libevent.m4 \
313         aclocal/libnfsidmap.m4 \
314         aclocal/rpcsec_vers.m4 \
315         aclocal/ipv6.m4
316
317 all: all-recursive
318
319 .SUFFIXES:
320 am--refresh:
321         @:
322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
323         @for dep in $?; do \
324           case '$(am__configure_deps)' in \
325             *$$dep*) \
326               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
327               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
328                 && exit 0; \
329               exit 1;; \
330           esac; \
331         done; \
332         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
333         $(am__cd) $(top_srcdir) && \
334           $(AUTOMAKE) --foreign Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337         @case '$?' in \
338           *config.status*) \
339             echo ' $(SHELL) ./config.status'; \
340             $(SHELL) ./config.status;; \
341           *) \
342             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
344         esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347         $(SHELL) ./config.status --recheck
348
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350         $(am__cd) $(srcdir) && $(AUTOCONF)
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
353 $(am__aclocal_m4_deps):
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360
361 distclean-libtool:
362         -rm -f libtool config.lt
363
364 # This directory's subdirectories are mostly independent; you can cd
365 # into them and run `make' without going through this Makefile.
366 # To change the values of `make' variables: instead of editing Makefiles,
367 # (1) if the variable is set in `config.status', edit `config.status'
368 #     (which will cause the Makefiles to be regenerated when you run `make');
369 # (2) otherwise, pass the desired values on the `make' command line.
370 $(RECURSIVE_TARGETS):
371         @failcom='exit 1'; \
372         for f in x $$MAKEFLAGS; do \
373           case $$f in \
374             *=* | --[!k]*);; \
375             *k*) failcom='fail=yes';; \
376           esac; \
377         done; \
378         dot_seen=no; \
379         target=`echo $@ | sed s/-recursive//`; \
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           echo "Making $$target in $$subdir"; \
382           if test "$$subdir" = "."; then \
383             dot_seen=yes; \
384             local_target="$$target-am"; \
385           else \
386             local_target="$$target"; \
387           fi; \
388           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389           || eval $$failcom; \
390         done; \
391         if test "$$dot_seen" = "no"; then \
392           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393         fi; test -z "$$fail"
394
395 $(RECURSIVE_CLEAN_TARGETS):
396         @failcom='exit 1'; \
397         for f in x $$MAKEFLAGS; do \
398           case $$f in \
399             *=* | --[!k]*);; \
400             *k*) failcom='fail=yes';; \
401           esac; \
402         done; \
403         dot_seen=no; \
404         case "$@" in \
405           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
406           *) list='$(SUBDIRS)' ;; \
407         esac; \
408         rev=''; for subdir in $$list; do \
409           if test "$$subdir" = "."; then :; else \
410             rev="$$subdir $$rev"; \
411           fi; \
412         done; \
413         rev="$$rev ."; \
414         target=`echo $@ | sed s/-recursive//`; \
415         for subdir in $$rev; do \
416           echo "Making $$target in $$subdir"; \
417           if test "$$subdir" = "."; then \
418             local_target="$$target-am"; \
419           else \
420             local_target="$$target"; \
421           fi; \
422           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423           || eval $$failcom; \
424         done && test -z "$$fail"
425 tags-recursive:
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428         done
429 ctags-recursive:
430         list='$(SUBDIRS)'; for subdir in $$list; do \
431           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432         done
433
434 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
435         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440               END { if (nonempty) { for (i in files) print i; }; }'`; \
441         mkid -fID $$unique
442 tags: TAGS
443
444 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445                 $(TAGS_FILES) $(LISP)
446         set x; \
447         here=`pwd`; \
448         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449           include_option=--etags-include; \
450           empty_fix=.; \
451         else \
452           include_option=--include; \
453           empty_fix=; \
454         fi; \
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           if test "$$subdir" = .; then :; else \
457             test ! -f $$subdir/TAGS || \
458               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459           fi; \
460         done; \
461         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462         unique=`for i in $$list; do \
463             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464           done | \
465           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466               END { if (nonempty) { for (i in files) print i; }; }'`; \
467         shift; \
468         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
469           test -n "$$unique" || unique=$$empty_fix; \
470           if test $$# -gt 0; then \
471             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472               "$$@" $$unique; \
473           else \
474             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475               $$unique; \
476           fi; \
477         fi
478 ctags: CTAGS
479 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
480                 $(TAGS_FILES) $(LISP)
481         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486               END { if (nonempty) { for (i in files) print i; }; }'`; \
487         test -z "$(CTAGS_ARGS)$$unique" \
488           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489              $$unique
490
491 GTAGS:
492         here=`$(am__cd) $(top_builddir) && pwd` \
493           && $(am__cd) $(top_srcdir) \
494           && gtags -i $(GTAGS_ARGS) "$$here"
495
496 distclean-tags:
497         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499 distdir: $(DISTFILES)
500         $(am__remove_distdir)
501         test -d "$(distdir)" || mkdir "$(distdir)"
502         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504         list='$(DISTFILES)'; \
505           dist_files=`for file in $$list; do echo $$file; done | \
506           sed -e "s|^$$srcdirstrip/||;t" \
507               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508         case $$dist_files in \
509           */*) $(MKDIR_P) `echo "$$dist_files" | \
510                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511                            sort -u` ;; \
512         esac; \
513         for file in $$dist_files; do \
514           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515           if test -d $$d/$$file; then \
516             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517             if test -d "$(distdir)/$$file"; then \
518               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519             fi; \
520             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523             fi; \
524             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525           else \
526             test -f "$(distdir)/$$file" \
527             || cp -p $$d/$$file "$(distdir)/$$file" \
528             || exit 1; \
529           fi; \
530         done
531         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532           if test "$$subdir" = .; then :; else \
533             test -d "$(distdir)/$$subdir" \
534             || $(MKDIR_P) "$(distdir)/$$subdir" \
535             || exit 1; \
536           fi; \
537         done
538         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539           if test "$$subdir" = .; then :; else \
540             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
541             $(am__relativize); \
542             new_distdir=$$reldir; \
543             dir1=$$subdir; dir2="$(top_distdir)"; \
544             $(am__relativize); \
545             new_top_distdir=$$reldir; \
546             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
547             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
548             ($(am__cd) $$subdir && \
549               $(MAKE) $(AM_MAKEFLAGS) \
550                 top_distdir="$$new_top_distdir" \
551                 distdir="$$new_distdir" \
552                 am__remove_distdir=: \
553                 am__skip_length_check=: \
554                 am__skip_mode_fix=: \
555                 distdir) \
556               || exit 1; \
557           fi; \
558         done
559         -test -n "$(am__skip_mode_fix)" \
560         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
561           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
562           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
563           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
564         || chmod -R a+r "$(distdir)"
565 dist-gzip: distdir
566         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
567         $(am__remove_distdir)
568
569 dist-bzip2: distdir
570         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
571         $(am__remove_distdir)
572
573 dist-lzma: distdir
574         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
575         $(am__remove_distdir)
576
577 dist-xz: distdir
578         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
579         $(am__remove_distdir)
580
581 dist-tarZ: distdir
582         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583         $(am__remove_distdir)
584
585 dist-shar: distdir
586         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
587         $(am__remove_distdir)
588
589 dist-zip: distdir
590         -rm -f $(distdir).zip
591         zip -rq $(distdir).zip $(distdir)
592         $(am__remove_distdir)
593
594 dist dist-all: distdir
595         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596         $(am__remove_distdir)
597
598 # This target untars the dist file and tries a VPATH configuration.  Then
599 # it guarantees that the distribution is self-contained by making another
600 # tarfile.
601 distcheck: dist
602         case '$(DIST_ARCHIVES)' in \
603         *.tar.gz*) \
604           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
605         *.tar.bz2*) \
606           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
607         *.tar.lzma*) \
608           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
609         *.tar.xz*) \
610           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
611         *.tar.Z*) \
612           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
613         *.shar.gz*) \
614           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
615         *.zip*) \
616           unzip $(distdir).zip ;;\
617         esac
618         chmod -R a-w $(distdir); chmod a+w $(distdir)
619         mkdir $(distdir)/_build
620         mkdir $(distdir)/_inst
621         chmod a-w $(distdir)
622         test -d $(distdir)/_build || exit 0; \
623         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
624           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
625           && am__cwd=`pwd` \
626           && $(am__cd) $(distdir)/_build \
627           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
628             $(DISTCHECK_CONFIGURE_FLAGS) \
629           && $(MAKE) $(AM_MAKEFLAGS) \
630           && $(MAKE) $(AM_MAKEFLAGS) dvi \
631           && $(MAKE) $(AM_MAKEFLAGS) check \
632           && $(MAKE) $(AM_MAKEFLAGS) install \
633           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
634           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
635           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
636                 distuninstallcheck \
637           && chmod -R a-w "$$dc_install_base" \
638           && ({ \
639                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
640                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
641                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
642                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
643                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
644               } || { rm -rf "$$dc_destdir"; exit 1; }) \
645           && rm -rf "$$dc_destdir" \
646           && $(MAKE) $(AM_MAKEFLAGS) dist \
647           && rm -rf $(DIST_ARCHIVES) \
648           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
649           && cd "$$am__cwd" \
650           || exit 1
651         $(am__remove_distdir)
652         @(echo "$(distdir) archives ready for distribution: "; \
653           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
654           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
655 distuninstallcheck:
656         @$(am__cd) '$(distuninstallcheck_dir)' \
657         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
658            || { echo "ERROR: files left after uninstall:" ; \
659                 if test -n "$(DESTDIR)"; then \
660                   echo "  (check DESTDIR support)"; \
661                 fi ; \
662                 $(distuninstallcheck_listfiles) ; \
663                 exit 1; } >&2
664 distcleancheck: distclean
665         @if test '$(srcdir)' = . ; then \
666           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
667           exit 1 ; \
668         fi
669         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
670           || { echo "ERROR: files left in build directory after distclean:" ; \
671                $(distcleancheck_listfiles) ; \
672                exit 1; } >&2
673 check-am: all-am
674 check: check-recursive
675 all-am: Makefile
676 installdirs: installdirs-recursive
677 installdirs-am:
678 install: install-recursive
679 install-exec: install-exec-recursive
680 install-data: install-data-recursive
681 uninstall: uninstall-recursive
682
683 install-am: all-am
684         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
686 installcheck: installcheck-recursive
687 install-strip:
688         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690           `test -z '$(STRIP)' || \
691             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
692 mostlyclean-generic:
693
694 clean-generic:
695
696 distclean-generic:
697         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
699
700 maintainer-clean-generic:
701         @echo "This command is intended for maintainers to use"
702         @echo "it deletes files that may require special tools to rebuild."
703         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
704 clean: clean-recursive
705
706 clean-am: clean-generic clean-libtool mostlyclean-am
707
708 distclean: distclean-recursive
709         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
710         -rm -f Makefile
711 distclean-am: clean-am distclean-generic distclean-libtool \
712         distclean-tags
713
714 dvi: dvi-recursive
715
716 dvi-am:
717
718 html: html-recursive
719
720 html-am:
721
722 info: info-recursive
723
724 info-am:
725
726 install-data-am:
727         @$(NORMAL_INSTALL)
728         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
729 install-dvi: install-dvi-recursive
730
731 install-dvi-am:
732
733 install-exec-am:
734
735 install-html: install-html-recursive
736
737 install-html-am:
738
739 install-info: install-info-recursive
740
741 install-info-am:
742
743 install-man:
744
745 install-pdf: install-pdf-recursive
746
747 install-pdf-am:
748
749 install-ps: install-ps-recursive
750
751 install-ps-am:
752
753 installcheck-am:
754
755 maintainer-clean: maintainer-clean-recursive
756         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
757         -rm -rf $(top_srcdir)/autom4te.cache
758         -rm -f Makefile
759 maintainer-clean-am: distclean-am maintainer-clean-generic
760
761 mostlyclean: mostlyclean-recursive
762
763 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
764
765 pdf: pdf-recursive
766
767 pdf-am:
768
769 ps: ps-recursive
770
771 ps-am:
772
773 uninstall-am:
774         @$(NORMAL_INSTALL)
775         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
776 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
777         install-am install-data-am install-strip tags-recursive \
778         uninstall-am
779
780 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
781         all all-am am--refresh check check-am clean clean-generic \
782         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
783         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
784         distcheck distclean distclean-generic distclean-libtool \
785         distclean-tags distcleancheck distdir distuninstallcheck dvi \
786         dvi-am html html-am info info-am install install-am \
787         install-data install-data-am install-data-hook install-dvi \
788         install-dvi-am install-exec install-exec-am install-html \
789         install-html-am install-info install-info-am install-man \
790         install-pdf install-pdf-am install-ps install-ps-am \
791         install-strip installcheck installcheck-am installdirs \
792         installdirs-am maintainer-clean maintainer-clean-generic \
793         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
794         ps ps-am tags tags-recursive uninstall uninstall-am \
795         uninstall-hook
796
797
798 install-data-hook:
799         if [ ! -d $(DESTDIR)$(statedir) ]; then mkdir -p $(DESTDIR)$(statedir); fi
800         touch $(DESTDIR)$(statedir)/xtab; chmod 644 $(DESTDIR)$(statedir)/xtab
801         touch $(DESTDIR)$(statedir)/etab; chmod 644 $(DESTDIR)$(statedir)/etab
802         touch $(DESTDIR)$(statedir)/rmtab; chmod 644 $(DESTDIR)$(statedir)/rmtab
803         mkdir -p $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak
804         touch $(DESTDIR)$(statedir)/state
805         chmod go-rwx $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state
806         -chown $(statduser) $(DESTDIR)$(statedir)/sm $(DESTDIR)$(statedir)/sm.bak $(DESTDIR)$(statedir)/state
807
808 uninstall-hook:
809         rm $(DESTDIR)$(statedir)/xtab
810         rm $(DESTDIR)$(statedir)/etab
811         rm $(DESTDIR)$(statedir)/rmtab
812         rm $(DESTDIR)$(statedir)/state
813
814 # Tell versions [3.59,3.63) of GNU make to not export all variables.
815 # Otherwise a system limit (for SysV at least) may be exceeded.
816 .NOEXPORT: