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