Include <locale.h> to avoid error: 'LC_ALL' undeclared.
[zfs.git] / cmd / 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 target_triplet = @target@
37 subdir = cmd
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps =  \
41         $(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
42         $(top_srcdir)/config/kernel-automount.m4 \
43         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
44         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
45         $(top_srcdir)/config/kernel-bdi-setup-and-register.m4 \
46         $(top_srcdir)/config/kernel-bdi.m4 \
47         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
48         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
49         $(top_srcdir)/config/kernel-bio-failfast.m4 \
50         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
51         $(top_srcdir)/config/kernel-blk-end-request.m4 \
52         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
53         $(top_srcdir)/config/kernel-blk-queue-discard.m4 \
54         $(top_srcdir)/config/kernel-blk-queue-flush.m4 \
55         $(top_srcdir)/config/kernel-blk-queue-io-opt.m4 \
56         $(top_srcdir)/config/kernel-blk-queue-max-hw-sectors.m4 \
57         $(top_srcdir)/config/kernel-blk-queue-max-segments.m4 \
58         $(top_srcdir)/config/kernel-blk-queue-nonrot.m4 \
59         $(top_srcdir)/config/kernel-blk-queue-physical-block-size.m4 \
60         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
61         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
62         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
63         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
64         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
65         $(top_srcdir)/config/kernel-check-disk-size-change.m4 \
66         $(top_srcdir)/config/kernel-create-umode-t.m4 \
67         $(top_srcdir)/config/kernel-d-make-root.m4 \
68         $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
69         $(top_srcdir)/config/kernel-evict-inode.m4 \
70         $(top_srcdir)/config/kernel-fallocate.m4 \
71         $(top_srcdir)/config/kernel-fmode-t.m4 \
72         $(top_srcdir)/config/kernel-fsync.m4 \
73         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
74         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
75         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
76         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
77         $(top_srcdir)/config/kernel-mount-nodev.m4 \
78         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
79         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
80         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
81         $(top_srcdir)/config/kernel-security-inode-init.m4 \
82         $(top_srcdir)/config/kernel-set-nlink.m4 \
83         $(top_srcdir)/config/kernel-show-options.m4 \
84         $(top_srcdir)/config/kernel-shrink.m4 \
85         $(top_srcdir)/config/kernel-truncate-setsize.m4 \
86         $(top_srcdir)/config/kernel-xattr-handler.m4 \
87         $(top_srcdir)/config/kernel.m4 \
88         $(top_srcdir)/config/user-arch.m4 \
89         $(top_srcdir)/config/user-frame-larger-than.m4 \
90         $(top_srcdir)/config/user-ioctl.m4 \
91         $(top_srcdir)/config/user-libblkid.m4 \
92         $(top_srcdir)/config/user-libuuid.m4 \
93         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
94         $(top_srcdir)/config/user-selinux.m4 \
95         $(top_srcdir)/config/user-udev.m4 \
96         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
97         $(top_srcdir)/config/zfs-build.m4 \
98         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/zfs_config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_GEN = $(am__v_GEN_$(V))
106 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
107 am__v_GEN_0 = @echo "  GEN   " $@;
108 AM_V_at = $(am__v_at_$(V))
109 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110 am__v_at_0 = @
111 SOURCES =
112 DIST_SOURCES =
113 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114         html-recursive info-recursive install-data-recursive \
115         install-dvi-recursive install-exec-recursive \
116         install-html-recursive install-info-recursive \
117         install-pdf-recursive install-ps-recursive install-recursive \
118         installcheck-recursive installdirs-recursive pdf-recursive \
119         ps-recursive uninstall-recursive
120 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121   distclean-recursive maintainer-clean-recursive
122 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124         distdir
125 ETAGS = etags
126 CTAGS = ctags
127 DIST_SUBDIRS = $(SUBDIRS)
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 am__relativize = \
130   dir0=`pwd`; \
131   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
132   sed_rest='s,^[^/]*/*,,'; \
133   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
134   sed_butlast='s,/*[^/]*$$,,'; \
135   while test -n "$$dir1"; do \
136     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
137     if test "$$first" != "."; then \
138       if test "$$first" = ".."; then \
139         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
140         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
141       else \
142         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
143         if test "$$first2" = "$$first"; then \
144           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
145         else \
146           dir2="../$$dir2"; \
147         fi; \
148         dir0="$$dir0"/"$$first"; \
149       fi; \
150     fi; \
151     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
152   done; \
153   reldir="$$dir2"
154 ACLOCAL = @ACLOCAL@
155 ALIEN = @ALIEN@
156 ALIEN_VERSION = @ALIEN_VERSION@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 AR = @AR@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 CC = @CC@
165 CCAS = @CCAS@
166 CCASDEPMODE = @CCASDEPMODE@
167 CCASFLAGS = @CCASFLAGS@
168 CCDEPMODE = @CCDEPMODE@
169 CFLAGS = @CFLAGS@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEBUG_CFLAGS = @DEBUG_CFLAGS@
174 DEBUG_DMU_TX = @DEBUG_DMU_TX@
175 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
176 DEBUG_ZFS = @DEBUG_ZFS@
177 DEFAULT_INIT_DIR = @DEFAULT_INIT_DIR@
178 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
179 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DPKG = @DPKG@
183 DPKGBUILD = @DPKGBUILD@
184 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
185 DPKG_VERSION = @DPKG_VERSION@
186 DSYMUTIL = @DSYMUTIL@
187 DUMPBIN = @DUMPBIN@
188 ECHO_C = @ECHO_C@
189 ECHO_N = @ECHO_N@
190 ECHO_T = @ECHO_T@
191 EGREP = @EGREP@
192 EXEEXT = @EXEEXT@
193 FGREP = @FGREP@
194 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
195 GREP = @GREP@
196 HAVE_ALIEN = @HAVE_ALIEN@
197 HAVE_DPKG = @HAVE_DPKG@
198 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
199 HAVE_MAKEPKG = @HAVE_MAKEPKG@
200 HAVE_PACMAN = @HAVE_PACMAN@
201 HAVE_RPM = @HAVE_RPM@
202 HAVE_RPMBUILD = @HAVE_RPMBUILD@
203 INSTALL = @INSTALL@
204 INSTALL_DATA = @INSTALL_DATA@
205 INSTALL_PROGRAM = @INSTALL_PROGRAM@
206 INSTALL_SCRIPT = @INSTALL_SCRIPT@
207 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208 KERNELCPPFLAGS = @KERNELCPPFLAGS@
209 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
210 LD = @LD@
211 LDFLAGS = @LDFLAGS@
212 LIBBLKID = @LIBBLKID@
213 LIBOBJS = @LIBOBJS@
214 LIBS = @LIBS@
215 LIBSELINUX = @LIBSELINUX@
216 LIBTOOL = @LIBTOOL@
217 LIBUUID = @LIBUUID@
218 LINUX = @LINUX@
219 LINUX_OBJ = @LINUX_OBJ@
220 LINUX_SYMBOLS = @LINUX_SYMBOLS@
221 LINUX_VERSION = @LINUX_VERSION@
222 LIPO = @LIPO@
223 LN_S = @LN_S@
224 LTLIBOBJS = @LTLIBOBJS@
225 MAINT = @MAINT@
226 MAKEINFO = @MAKEINFO@
227 MAKEPKG = @MAKEPKG@
228 MAKEPKG_VERSION = @MAKEPKG_VERSION@
229 MKDIR_P = @MKDIR_P@
230 NM = @NM@
231 NMEDIT = @NMEDIT@
232 NO_UNUSED_BUT_SET_VARIABLE = @NO_UNUSED_BUT_SET_VARIABLE@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OTOOL = @OTOOL@
236 OTOOL64 = @OTOOL64@
237 PACKAGE = @PACKAGE@
238 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239 PACKAGE_NAME = @PACKAGE_NAME@
240 PACKAGE_STRING = @PACKAGE_STRING@
241 PACKAGE_TARNAME = @PACKAGE_TARNAME@
242 PACKAGE_VERSION = @PACKAGE_VERSION@
243 PACMAN = @PACMAN@
244 PACMAN_VERSION = @PACMAN_VERSION@
245 PATH_SEPARATOR = @PATH_SEPARATOR@
246 RANLIB = @RANLIB@
247 RPM = @RPM@
248 RPMBUILD = @RPMBUILD@
249 RPMBUILD_VERSION = @RPMBUILD_VERSION@
250 RPM_VERSION = @RPM_VERSION@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 SPL = @SPL@
255 SPL_OBJ = @SPL_OBJ@
256 SPL_SYMBOLS = @SPL_SYMBOLS@
257 SPL_VERSION = @SPL_VERSION@
258 STRIP = @STRIP@
259 TARGET_ASM_DIR = @TARGET_ASM_DIR@
260 VENDOR = @VENDOR@
261 VERSION = @VERSION@
262 ZFS_CONFIG = @ZFS_CONFIG@
263 ZFS_META_ALIAS = @ZFS_META_ALIAS@
264 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
265 ZFS_META_DATA = @ZFS_META_DATA@
266 ZFS_META_LICENSE = @ZFS_META_LICENSE@
267 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
268 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
269 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
270 ZFS_META_NAME = @ZFS_META_NAME@
271 ZFS_META_RELEASE = @ZFS_META_RELEASE@
272 ZFS_META_VERSION = @ZFS_META_VERSION@
273 ZLIB = @ZLIB@
274 abs_builddir = @abs_builddir@
275 abs_srcdir = @abs_srcdir@
276 abs_top_builddir = @abs_top_builddir@
277 abs_top_srcdir = @abs_top_srcdir@
278 ac_ct_CC = @ac_ct_CC@
279 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280 am__include = @am__include@
281 am__leading_dot = @am__leading_dot@
282 am__quote = @am__quote@
283 am__tar = @am__tar@
284 am__untar = @am__untar@
285 bindir = @bindir@
286 build = @build@
287 build_alias = @build_alias@
288 build_cpu = @build_cpu@
289 build_os = @build_os@
290 build_vendor = @build_vendor@
291 builddir = @builddir@
292 datadir = @datadir@
293 datarootdir = @datarootdir@
294 docdir = @docdir@
295 dvidir = @dvidir@
296 exec_prefix = @exec_prefix@
297 host = @host@
298 host_alias = @host_alias@
299 host_cpu = @host_cpu@
300 host_os = @host_os@
301 host_vendor = @host_vendor@
302 htmldir = @htmldir@
303 includedir = @includedir@
304 infodir = @infodir@
305 install_sh = @install_sh@
306 libdir = @libdir@
307 libexecdir = @libexecdir@
308 localedir = @localedir@
309 localstatedir = @localstatedir@
310 lt_ECHO = @lt_ECHO@
311 mandir = @mandir@
312 mkdir_p = @mkdir_p@
313 oldincludedir = @oldincludedir@
314 pdfdir = @pdfdir@
315 prefix = @prefix@
316 program_transform_name = @program_transform_name@
317 psdir = @psdir@
318 sbindir = @sbindir@
319 sharedstatedir = @sharedstatedir@
320 srcdir = @srcdir@
321 sysconfdir = @sysconfdir@
322 target = @target@
323 target_alias = @target_alias@
324 target_cpu = @target_cpu@
325 target_os = @target_os@
326 target_vendor = @target_vendor@
327 top_build_prefix = @top_build_prefix@
328 top_builddir = @top_builddir@
329 top_srcdir = @top_srcdir@
330 udevdir = @udevdir@
331 udevruledir = @udevruledir@
332 SUBDIRS = zfs zpool zdb zinject ztest zpios mount_zfs zpool_layout \
333         zvol_id zpool_id vdev_id
334 all: all-recursive
335
336 .SUFFIXES:
337 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342                 && { if test -f $@; then exit 0; else break; fi; }; \
343               exit 1;; \
344           esac; \
345         done; \
346         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cmd/Makefile'; \
347         $(am__cd) $(top_srcdir) && \
348           $(AUTOMAKE) --gnu cmd/Makefile
349 .PRECIOUS: Makefile
350 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351         @case '$?' in \
352           *config.status*) \
353             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354           *) \
355             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
357         esac;
358
359 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
363         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
365         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366 $(am__aclocal_m4_deps):
367
368 mostlyclean-libtool:
369         -rm -f *.lo
370
371 clean-libtool:
372         -rm -rf .libs _libs
373
374 # This directory's subdirectories are mostly independent; you can cd
375 # into them and run `make' without going through this Makefile.
376 # To change the values of `make' variables: instead of editing Makefiles,
377 # (1) if the variable is set in `config.status', edit `config.status'
378 #     (which will cause the Makefiles to be regenerated when you run `make');
379 # (2) otherwise, pass the desired values on the `make' command line.
380 $(RECURSIVE_TARGETS):
381         @fail= failcom='exit 1'; \
382         for f in x $$MAKEFLAGS; do \
383           case $$f in \
384             *=* | --[!k]*);; \
385             *k*) failcom='fail=yes';; \
386           esac; \
387         done; \
388         dot_seen=no; \
389         target=`echo $@ | sed s/-recursive//`; \
390         list='$(SUBDIRS)'; for subdir in $$list; do \
391           echo "Making $$target in $$subdir"; \
392           if test "$$subdir" = "."; then \
393             dot_seen=yes; \
394             local_target="$$target-am"; \
395           else \
396             local_target="$$target"; \
397           fi; \
398           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399           || eval $$failcom; \
400         done; \
401         if test "$$dot_seen" = "no"; then \
402           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
403         fi; test -z "$$fail"
404
405 $(RECURSIVE_CLEAN_TARGETS):
406         @fail= failcom='exit 1'; \
407         for f in x $$MAKEFLAGS; do \
408           case $$f in \
409             *=* | --[!k]*);; \
410             *k*) failcom='fail=yes';; \
411           esac; \
412         done; \
413         dot_seen=no; \
414         case "$@" in \
415           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
416           *) list='$(SUBDIRS)' ;; \
417         esac; \
418         rev=''; for subdir in $$list; do \
419           if test "$$subdir" = "."; then :; else \
420             rev="$$subdir $$rev"; \
421           fi; \
422         done; \
423         rev="$$rev ."; \
424         target=`echo $@ | sed s/-recursive//`; \
425         for subdir in $$rev; do \
426           echo "Making $$target in $$subdir"; \
427           if test "$$subdir" = "."; then \
428             local_target="$$target-am"; \
429           else \
430             local_target="$$target"; \
431           fi; \
432           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433           || eval $$failcom; \
434         done && test -z "$$fail"
435 tags-recursive:
436         list='$(SUBDIRS)'; for subdir in $$list; do \
437           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
438         done
439 ctags-recursive:
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
442         done
443
444 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446         unique=`for i in $$list; do \
447             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448           done | \
449           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450               END { if (nonempty) { for (i in files) print i; }; }'`; \
451         mkid -fID $$unique
452 tags: TAGS
453
454 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455                 $(TAGS_FILES) $(LISP)
456         set x; \
457         here=`pwd`; \
458         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459           include_option=--etags-include; \
460           empty_fix=.; \
461         else \
462           include_option=--include; \
463           empty_fix=; \
464         fi; \
465         list='$(SUBDIRS)'; for subdir in $$list; do \
466           if test "$$subdir" = .; then :; else \
467             test ! -f $$subdir/TAGS || \
468               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469           fi; \
470         done; \
471         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476               END { if (nonempty) { for (i in files) print i; }; }'`; \
477         shift; \
478         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479           test -n "$$unique" || unique=$$empty_fix; \
480           if test $$# -gt 0; then \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               "$$@" $$unique; \
483           else \
484             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485               $$unique; \
486           fi; \
487         fi
488 ctags: CTAGS
489 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
490                 $(TAGS_FILES) $(LISP)
491         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496               END { if (nonempty) { for (i in files) print i; }; }'`; \
497         test -z "$(CTAGS_ARGS)$$unique" \
498           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499              $$unique
500
501 GTAGS:
502         here=`$(am__cd) $(top_builddir) && pwd` \
503           && $(am__cd) $(top_srcdir) \
504           && gtags -i $(GTAGS_ARGS) "$$here"
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             test -d "$(distdir)/$$subdir" \
542             || $(MKDIR_P) "$(distdir)/$$subdir" \
543             || exit 1; \
544           fi; \
545         done
546         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547           if test "$$subdir" = .; then :; else \
548             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
549             $(am__relativize); \
550             new_distdir=$$reldir; \
551             dir1=$$subdir; dir2="$(top_distdir)"; \
552             $(am__relativize); \
553             new_top_distdir=$$reldir; \
554             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
555             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
556             ($(am__cd) $$subdir && \
557               $(MAKE) $(AM_MAKEFLAGS) \
558                 top_distdir="$$new_top_distdir" \
559                 distdir="$$new_distdir" \
560                 am__remove_distdir=: \
561                 am__skip_length_check=: \
562                 am__skip_mode_fix=: \
563                 distdir) \
564               || exit 1; \
565           fi; \
566         done
567 check-am: all-am
568 check: check-recursive
569 all-am: Makefile
570 installdirs: installdirs-recursive
571 installdirs-am:
572 install: install-recursive
573 install-exec: install-exec-recursive
574 install-data: install-data-recursive
575 uninstall: uninstall-recursive
576
577 install-am: all-am
578         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580 installcheck: installcheck-recursive
581 install-strip:
582         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584           `test -z '$(STRIP)' || \
585             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
586 mostlyclean-generic:
587
588 clean-generic:
589
590 distclean-generic:
591         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
593
594 maintainer-clean-generic:
595         @echo "This command is intended for maintainers to use"
596         @echo "it deletes files that may require special tools to rebuild."
597 clean: clean-recursive
598
599 clean-am: clean-generic clean-libtool mostlyclean-am
600
601 distclean: distclean-recursive
602         -rm -f Makefile
603 distclean-am: clean-am distclean-generic distclean-tags
604
605 dvi: dvi-recursive
606
607 dvi-am:
608
609 html: html-recursive
610
611 html-am:
612
613 info: info-recursive
614
615 info-am:
616
617 install-data-am:
618
619 install-dvi: install-dvi-recursive
620
621 install-dvi-am:
622
623 install-exec-am:
624
625 install-html: install-html-recursive
626
627 install-html-am:
628
629 install-info: install-info-recursive
630
631 install-info-am:
632
633 install-man:
634
635 install-pdf: install-pdf-recursive
636
637 install-pdf-am:
638
639 install-ps: install-ps-recursive
640
641 install-ps-am:
642
643 installcheck-am:
644
645 maintainer-clean: maintainer-clean-recursive
646         -rm -f Makefile
647 maintainer-clean-am: distclean-am maintainer-clean-generic
648
649 mostlyclean: mostlyclean-recursive
650
651 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
652
653 pdf: pdf-recursive
654
655 pdf-am:
656
657 ps: ps-recursive
658
659 ps-am:
660
661 uninstall-am:
662
663 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
664         install-am install-strip tags-recursive
665
666 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
667         all all-am check check-am clean clean-generic clean-libtool \
668         ctags ctags-recursive distclean distclean-generic \
669         distclean-libtool distclean-tags distdir dvi dvi-am html \
670         html-am info info-am install install-am install-data \
671         install-data-am install-dvi install-dvi-am install-exec \
672         install-exec-am install-html install-html-am install-info \
673         install-info-am install-man install-pdf install-pdf-am \
674         install-ps install-ps-am install-strip installcheck \
675         installcheck-am installdirs installdirs-am maintainer-clean \
676         maintainer-clean-generic mostlyclean mostlyclean-generic \
677         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
678         uninstall uninstall-am
679
680
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.
683 .NOEXPORT: