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