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