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