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