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