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