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