]> git.proxmox.com Git - mirror_spl-debian.git/blob - Makefile.in
Prefix all SPL debug macros with 'S'
[mirror_spl-debian.git] / 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 ###############################################################################
19 # Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
20 # Copyright (C) 2007 The Regents of the University of California.
21 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
22 ###############################################################################
23 # Build targets for RPM.
24 ###############################################################################
25
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkglibexecdir = $(libexecdir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 target_triplet = @target@
46 DIST_COMMON = $(am__configure_deps) $(noinst_HEADERS) \
47 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48 $(srcdir)/spl-modules.spec.in $(srcdir)/spl.spec.in \
49 $(srcdir)/spl_config.h.in $(top_srcdir)/config/rpm.am \
50 $(top_srcdir)/configure $(top_srcdir)/module/Makefile.in \
51 $(top_srcdir)/module/spl/Makefile.in \
52 $(top_srcdir)/module/splat/Makefile.in AUTHORS COPYING \
53 ChangeLog INSTALL config/config.guess config/config.sub \
54 config/depcomp config/install-sh config/ltmain.sh \
55 config/missing
56 subdir = .
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/config/spl-build.m4 \
59 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63 configure.lineno config.status.lineno
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_HEADER = spl_config.h
66 CONFIG_CLEAN_FILES = module/Makefile module/spl/Makefile \
67 module/splat/Makefile spl.spec spl-modules.spec
68 CONFIG_CLEAN_VPATH_FILES =
69 AM_V_GEN = $(am__v_GEN_$(V))
70 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
71 am__v_GEN_0 = @echo " GEN " $@;
72 AM_V_at = $(am__v_at_$(V))
73 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
74 am__v_at_0 = @
75 SOURCES =
76 DIST_SOURCES =
77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78 html-recursive info-recursive install-data-recursive \
79 install-dvi-recursive install-exec-recursive \
80 install-html-recursive install-info-recursive \
81 install-pdf-recursive install-ps-recursive install-recursive \
82 installcheck-recursive installdirs-recursive pdf-recursive \
83 ps-recursive uninstall-recursive
84 HEADERS = $(noinst_HEADERS)
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86 distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89 distdir dist dist-all distcheck
90 ETAGS = etags
91 CTAGS = ctags
92 DIST_SUBDIRS = lib cmd scripts module include
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
96 am__remove_distdir = \
97 { test ! -d "$(distdir)" \
98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
99 && rm -fr "$(distdir)"; }; }
100 am__relativize = \
101 dir0=`pwd`; \
102 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
103 sed_rest='s,^[^/]*/*,,'; \
104 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
105 sed_butlast='s,/*[^/]*$$,,'; \
106 while test -n "$$dir1"; do \
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
108 if test "$$first" != "."; then \
109 if test "$$first" = ".."; then \
110 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
111 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
112 else \
113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
114 if test "$$first2" = "$$first"; then \
115 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
116 else \
117 dir2="../$$dir2"; \
118 fi; \
119 dir0="$$dir0"/"$$first"; \
120 fi; \
121 fi; \
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
123 done; \
124 reldir="$$dir2"
125 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
126 GZIP_ENV = --best
127 distuninstallcheck_listfiles = find . -type f -print
128 distcleancheck_listfiles = find . -type f -print
129 ACLOCAL = @ACLOCAL@
130 AMTAR = @AMTAR@
131 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132 AR = @AR@
133 AUTOCONF = @AUTOCONF@
134 AUTOHEADER = @AUTOHEADER@
135 AUTOMAKE = @AUTOMAKE@
136 AWK = @AWK@
137 CC = @CC@
138 CCDEPMODE = @CCDEPMODE@
139 CFLAGS = @CFLAGS@
140 CPP = @CPP@
141 CPPFLAGS = @CPPFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DEBUG_CFLAGS = @DEBUG_CFLAGS@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DSYMUTIL = @DSYMUTIL@
147 DUMPBIN = @DUMPBIN@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 FGREP = @FGREP@
154 GREP = @GREP@
155 INSTALL = @INSTALL@
156 INSTALL_DATA = @INSTALL_DATA@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 KERNELCPPFLAGS = @KERNELCPPFLAGS@
161 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LIBOBJS = @LIBOBJS@
165 LIBS = @LIBS@
166 LIBTOOL = @LIBTOOL@
167 LICENSE = @LICENSE@
168 LINUX = @LINUX@
169 LINUX_OBJ = @LINUX_OBJ@
170 LINUX_SYMBOLS = @LINUX_SYMBOLS@
171 LINUX_VERSION = @LINUX_VERSION@
172 LIPO = @LIPO@
173 LN_S = @LN_S@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAINT = @MAINT@
176 MAKEINFO = @MAKEINFO@
177 MKDIR_P = @MKDIR_P@
178 NM = @NM@
179 NMEDIT = @NMEDIT@
180 OBJDUMP = @OBJDUMP@
181 OBJEXT = @OBJEXT@
182 OTOOL = @OTOOL@
183 OTOOL64 = @OTOOL64@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 RANLIB = @RANLIB@
192 SED = @SED@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 SPL_CONFIG = @SPL_CONFIG@
196 SPL_META_ALIAS = @SPL_META_ALIAS@
197 SPL_META_AUTHOR = @SPL_META_AUTHOR@
198 SPL_META_DATA = @SPL_META_DATA@
199 SPL_META_LT_AGE = @SPL_META_LT_AGE@
200 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
201 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
202 SPL_META_NAME = @SPL_META_NAME@
203 SPL_META_RELEASE = @SPL_META_RELEASE@
204 SPL_META_VERSION = @SPL_META_VERSION@
205 STRIP = @STRIP@
206 VERSION = @VERSION@
207 abs_builddir = @abs_builddir@
208 abs_srcdir = @abs_srcdir@
209 abs_top_builddir = @abs_top_builddir@
210 abs_top_srcdir = @abs_top_srcdir@
211 ac_ct_CC = @ac_ct_CC@
212 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 lt_ECHO = @lt_ECHO@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target = @target@
256 target_alias = @target_alias@
257 target_cpu = @target_cpu@
258 target_os = @target_os@
259 target_vendor = @target_vendor@
260 top_build_prefix = @top_build_prefix@
261 top_builddir = @top_builddir@
262 top_srcdir = @top_srcdir@
263 @CONFIG_USER_TRUE@USER_DIR = lib cmd scripts
264 @CONFIG_KERNEL_TRUE@KERNEL_DIR = module include
265 SUBDIRS = $(USER_DIR) $(KERNEL_DIR)
266 AUTOMAKE_OPTIONS = foreign dist-zip
267 EXTRA_DIST = autogen.sh spl.spec.in config/config.awk META DISCLAIMER
268 noinst_HEADERS = spl_config.h
269 all: spl_config.h
270 $(MAKE) $(AM_MAKEFLAGS) all-recursive
271
272 .SUFFIXES:
273 am--refresh:
274 @:
275 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/rpm.am $(am__configure_deps)
276 @for dep in $?; do \
277 case '$(am__configure_deps)' in \
278 *$$dep*) \
279 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
280 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
281 && exit 0; \
282 exit 1;; \
283 esac; \
284 done; \
285 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
286 $(am__cd) $(top_srcdir) && \
287 $(AUTOMAKE) --foreign Makefile
288 .PRECIOUS: Makefile
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290 @case '$?' in \
291 *config.status*) \
292 echo ' $(SHELL) ./config.status'; \
293 $(SHELL) ./config.status;; \
294 *) \
295 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
296 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
297 esac;
298
299 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
300 $(SHELL) ./config.status --recheck
301
302 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
303 $(am__cd) $(srcdir) && $(AUTOCONF)
304 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
305 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
306 $(am__aclocal_m4_deps):
307
308 spl_config.h: stamp-h1
309 @if test ! -f $@; then \
310 rm -f stamp-h1; \
311 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
312 else :; fi
313
314 stamp-h1: $(srcdir)/spl_config.h.in $(top_builddir)/config.status
315 @rm -f stamp-h1
316 cd $(top_builddir) && $(SHELL) ./config.status spl_config.h
317 $(srcdir)/spl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
318 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
319 rm -f stamp-h1
320 touch $@
321
322 distclean-hdr:
323 -rm -f spl_config.h stamp-h1
324 module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
325 cd $(top_builddir) && $(SHELL) ./config.status $@
326 module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
327 cd $(top_builddir) && $(SHELL) ./config.status $@
328 module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
329 cd $(top_builddir) && $(SHELL) ./config.status $@
330 spl.spec: $(top_builddir)/config.status $(srcdir)/spl.spec.in
331 cd $(top_builddir) && $(SHELL) ./config.status $@
332 spl-modules.spec: $(top_builddir)/config.status $(srcdir)/spl-modules.spec.in
333 cd $(top_builddir) && $(SHELL) ./config.status $@
334
335 mostlyclean-libtool:
336 -rm -f *.lo
337
338 clean-libtool:
339 -rm -rf .libs _libs
340
341 distclean-libtool:
342 -rm -f libtool config.lt
343
344 # This directory's subdirectories are mostly independent; you can cd
345 # into them and run `make' without going through this Makefile.
346 # To change the values of `make' variables: instead of editing Makefiles,
347 # (1) if the variable is set in `config.status', edit `config.status'
348 # (which will cause the Makefiles to be regenerated when you run `make');
349 # (2) otherwise, pass the desired values on the `make' command line.
350 $(RECURSIVE_TARGETS):
351 @fail= failcom='exit 1'; \
352 for f in x $$MAKEFLAGS; do \
353 case $$f in \
354 *=* | --[!k]*);; \
355 *k*) failcom='fail=yes';; \
356 esac; \
357 done; \
358 dot_seen=no; \
359 target=`echo $@ | sed s/-recursive//`; \
360 list='$(SUBDIRS)'; for subdir in $$list; do \
361 echo "Making $$target in $$subdir"; \
362 if test "$$subdir" = "."; then \
363 dot_seen=yes; \
364 local_target="$$target-am"; \
365 else \
366 local_target="$$target"; \
367 fi; \
368 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369 || eval $$failcom; \
370 done; \
371 if test "$$dot_seen" = "no"; then \
372 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
373 fi; test -z "$$fail"
374
375 $(RECURSIVE_CLEAN_TARGETS):
376 @fail= failcom='exit 1'; \
377 for f in x $$MAKEFLAGS; do \
378 case $$f in \
379 *=* | --[!k]*);; \
380 *k*) failcom='fail=yes';; \
381 esac; \
382 done; \
383 dot_seen=no; \
384 case "$@" in \
385 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
386 *) list='$(SUBDIRS)' ;; \
387 esac; \
388 rev=''; for subdir in $$list; do \
389 if test "$$subdir" = "."; then :; else \
390 rev="$$subdir $$rev"; \
391 fi; \
392 done; \
393 rev="$$rev ."; \
394 target=`echo $@ | sed s/-recursive//`; \
395 for subdir in $$rev; do \
396 echo "Making $$target in $$subdir"; \
397 if test "$$subdir" = "."; then \
398 local_target="$$target-am"; \
399 else \
400 local_target="$$target"; \
401 fi; \
402 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403 || eval $$failcom; \
404 done && test -z "$$fail"
405 tags-recursive:
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408 done
409 ctags-recursive:
410 list='$(SUBDIRS)'; for subdir in $$list; do \
411 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412 done
413
414 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 done | \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 mkid -fID $$unique
422
423 TAGS: tags-recursive $(HEADERS) $(SOURCES) spl_config.h.in $(TAGS_DEPENDENCIES) \
424 $(TAGS_FILES) $(LISP)
425 set x; \
426 here=`pwd`; \
427 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428 include_option=--etags-include; \
429 empty_fix=.; \
430 else \
431 include_option=--include; \
432 empty_fix=; \
433 fi; \
434 list='$(SUBDIRS)'; for subdir in $$list; do \
435 if test "$$subdir" = .; then :; else \
436 test ! -f $$subdir/TAGS || \
437 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
438 fi; \
439 done; \
440 list='$(SOURCES) $(HEADERS) spl_config.h.in $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 done | \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
446 shift; \
447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448 test -n "$$unique" || unique=$$empty_fix; \
449 if test $$# -gt 0; then \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 "$$@" $$unique; \
452 else \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 $$unique; \
455 fi; \
456 fi
457 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) spl_config.h.in $(TAGS_DEPENDENCIES) \
458 $(TAGS_FILES) $(LISP)
459 list='$(SOURCES) $(HEADERS) spl_config.h.in $(LISP) $(TAGS_FILES)'; \
460 unique=`for i in $$list; do \
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462 done | \
463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464 END { if (nonempty) { for (i in files) print i; }; }'`; \
465 test -z "$(CTAGS_ARGS)$$unique" \
466 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
467 $$unique
468
469 GTAGS:
470 here=`$(am__cd) $(top_builddir) && pwd` \
471 && $(am__cd) $(top_srcdir) \
472 && gtags -i $(GTAGS_ARGS) "$$here"
473
474 distclean-tags:
475 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476
477 distdir: $(DISTFILES)
478 $(am__remove_distdir)
479 test -d "$(distdir)" || mkdir "$(distdir)"
480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482 list='$(DISTFILES)'; \
483 dist_files=`for file in $$list; do echo $$file; done | \
484 sed -e "s|^$$srcdirstrip/||;t" \
485 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486 case $$dist_files in \
487 */*) $(MKDIR_P) `echo "$$dist_files" | \
488 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489 sort -u` ;; \
490 esac; \
491 for file in $$dist_files; do \
492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493 if test -d $$d/$$file; then \
494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495 if test -d "$(distdir)/$$file"; then \
496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497 fi; \
498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
503 else \
504 test -f "$(distdir)/$$file" \
505 || cp -p $$d/$$file "$(distdir)/$$file" \
506 || exit 1; \
507 fi; \
508 done
509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510 if test "$$subdir" = .; then :; else \
511 test -d "$(distdir)/$$subdir" \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \
513 || exit 1; \
514 fi; \
515 done
516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
518 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519 $(am__relativize); \
520 new_distdir=$$reldir; \
521 dir1=$$subdir; dir2="$(top_distdir)"; \
522 $(am__relativize); \
523 new_top_distdir=$$reldir; \
524 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
525 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
526 ($(am__cd) $$subdir && \
527 $(MAKE) $(AM_MAKEFLAGS) \
528 top_distdir="$$new_top_distdir" \
529 distdir="$$new_distdir" \
530 am__remove_distdir=: \
531 am__skip_length_check=: \
532 am__skip_mode_fix=: \
533 distdir) \
534 || exit 1; \
535 fi; \
536 done
537 -test -n "$(am__skip_mode_fix)" \
538 || find "$(distdir)" -type d ! -perm -755 \
539 -exec chmod u+rwx,go+rx {} \; -o \
540 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
541 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
542 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
543 || chmod -R a+r "$(distdir)"
544 dist-gzip: distdir
545 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
546 $(am__remove_distdir)
547
548 dist-bzip2: distdir
549 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
550 $(am__remove_distdir)
551
552 dist-lzma: distdir
553 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
554 $(am__remove_distdir)
555
556 dist-xz: distdir
557 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
558 $(am__remove_distdir)
559
560 dist-tarZ: distdir
561 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
562 $(am__remove_distdir)
563
564 dist-shar: distdir
565 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
566 $(am__remove_distdir)
567 dist-zip: distdir
568 -rm -f $(distdir).zip
569 zip -rq $(distdir).zip $(distdir)
570 $(am__remove_distdir)
571
572 dist dist-all: distdir
573 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
574 -rm -f $(distdir).zip
575 zip -rq $(distdir).zip $(distdir)
576 $(am__remove_distdir)
577
578 # This target untars the dist file and tries a VPATH configuration. Then
579 # it guarantees that the distribution is self-contained by making another
580 # tarfile.
581 distcheck: dist
582 case '$(DIST_ARCHIVES)' in \
583 *.tar.gz*) \
584 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
585 *.tar.bz2*) \
586 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
587 *.tar.lzma*) \
588 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
589 *.tar.xz*) \
590 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
591 *.tar.Z*) \
592 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
593 *.shar.gz*) \
594 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
595 *.zip*) \
596 unzip $(distdir).zip ;;\
597 esac
598 chmod -R a-w $(distdir); chmod a+w $(distdir)
599 mkdir $(distdir)/_build
600 mkdir $(distdir)/_inst
601 chmod a-w $(distdir)
602 test -d $(distdir)/_build || exit 0; \
603 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
604 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
605 && am__cwd=`pwd` \
606 && $(am__cd) $(distdir)/_build \
607 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
608 $(DISTCHECK_CONFIGURE_FLAGS) \
609 && $(MAKE) $(AM_MAKEFLAGS) \
610 && $(MAKE) $(AM_MAKEFLAGS) dvi \
611 && $(MAKE) $(AM_MAKEFLAGS) check \
612 && $(MAKE) $(AM_MAKEFLAGS) install \
613 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
614 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
615 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
616 distuninstallcheck \
617 && chmod -R a-w "$$dc_install_base" \
618 && ({ \
619 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
620 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
623 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
624 } || { rm -rf "$$dc_destdir"; exit 1; }) \
625 && rm -rf "$$dc_destdir" \
626 && $(MAKE) $(AM_MAKEFLAGS) dist \
627 && rm -rf $(DIST_ARCHIVES) \
628 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
629 && cd "$$am__cwd" \
630 || exit 1
631 $(am__remove_distdir)
632 @(echo "$(distdir) archives ready for distribution: "; \
633 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
634 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
635 distuninstallcheck:
636 @$(am__cd) '$(distuninstallcheck_dir)' \
637 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
638 || { echo "ERROR: files left after uninstall:" ; \
639 if test -n "$(DESTDIR)"; then \
640 echo " (check DESTDIR support)"; \
641 fi ; \
642 $(distuninstallcheck_listfiles) ; \
643 exit 1; } >&2
644 distcleancheck: distclean
645 @if test '$(srcdir)' = . ; then \
646 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
647 exit 1 ; \
648 fi
649 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
650 || { echo "ERROR: files left in build directory after distclean:" ; \
651 $(distcleancheck_listfiles) ; \
652 exit 1; } >&2
653 check-am: all-am
654 check: check-recursive
655 all-am: Makefile $(HEADERS) spl_config.h
656 installdirs: installdirs-recursive
657 installdirs-am:
658 install: install-recursive
659 install-exec: install-exec-recursive
660 install-data: install-data-recursive
661 uninstall: uninstall-recursive
662
663 install-am: all-am
664 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665
666 installcheck: installcheck-recursive
667 install-strip:
668 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670 `test -z '$(STRIP)' || \
671 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
672 mostlyclean-generic:
673
674 clean-generic:
675
676 distclean-generic:
677 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
680 maintainer-clean-generic:
681 @echo "This command is intended for maintainers to use"
682 @echo "it deletes files that may require special tools to rebuild."
683 @CONFIG_KERNEL_FALSE@install-data-local:
684 clean: clean-recursive
685
686 clean-am: clean-generic clean-libtool mostlyclean-am
687
688 distclean: distclean-recursive
689 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
690 -rm -f Makefile
691 distclean-am: clean-am distclean-generic distclean-hdr \
692 distclean-libtool distclean-local distclean-tags
693
694 dvi: dvi-recursive
695
696 dvi-am:
697
698 html: html-recursive
699
700 html-am:
701
702 info: info-recursive
703
704 info-am:
705
706 install-data-am: install-data-local
707
708 install-dvi: install-dvi-recursive
709
710 install-dvi-am:
711
712 install-exec-am:
713
714 install-html: install-html-recursive
715
716 install-html-am:
717
718 install-info: install-info-recursive
719
720 install-info-am:
721
722 install-man:
723
724 install-pdf: install-pdf-recursive
725
726 install-pdf-am:
727
728 install-ps: install-ps-recursive
729
730 install-ps-am:
731
732 installcheck-am:
733
734 maintainer-clean: maintainer-clean-recursive
735 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
736 -rm -rf $(top_srcdir)/autom4te.cache
737 -rm -f Makefile
738 maintainer-clean-am: distclean-am maintainer-clean-generic
739
740 mostlyclean: mostlyclean-recursive
741
742 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
743
744 pdf: pdf-recursive
745
746 pdf-am:
747
748 ps: ps-recursive
749
750 ps-am:
751
752 uninstall-am:
753
754 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
755 ctags-recursive install-am install-strip tags-recursive
756
757 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
758 all all-am am--refresh check check-am clean clean-generic \
759 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
760 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
761 distcheck distclean distclean-generic distclean-hdr \
762 distclean-libtool distclean-local distclean-tags \
763 distcleancheck distdir distuninstallcheck dvi dvi-am html \
764 html-am info info-am install install-am install-data \
765 install-data-am install-data-local install-dvi install-dvi-am \
766 install-exec install-exec-am install-html install-html-am \
767 install-info install-info-am install-man install-pdf \
768 install-pdf-am install-ps install-ps-am install-strip \
769 installcheck installcheck-am installdirs installdirs-am \
770 maintainer-clean maintainer-clean-generic mostlyclean \
771 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
772 tags tags-recursive uninstall uninstall-am
773
774
775 rpm-local:
776 mkdir -p $(rpmbuild)/TMP && \
777 mkdir -p $(rpmbuild)/BUILD && \
778 mkdir -p $(rpmbuild)/RPMS && \
779 mkdir -p $(rpmbuild)/SRPMS && \
780 mkdir -p $(rpmbuild)/SPECS && cp $(rpmspec) $(rpmbuild)/SPECS && \
781 mkdir -p $(rpmbuild)/SOURCES && cp $(distdir).tar.gz $(rpmbuild)/SOURCES
782
783 srpm-common: dist
784 rpmpkg=$(pkg)-$(SPL_META_VERSION)-$(SPL_META_RELEASE).src.rpm; \
785 rpmspec=$(pkg).spec; \
786 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
787 $(MAKE) $(AM_MAKEFLAGS) \
788 rpmbuild="$$rpmbuild" \
789 rpmspec="$$rpmspec" \
790 rpm-local || exit 1; \
791 /usr/bin/rpmbuild \
792 --define "_tmppath $$rpmbuild/TMP" \
793 --define "_topdir $$rpmbuild" \
794 --define "build_src_rpm 1" \
795 --define "dist %{nil}" \
796 --nodeps -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
797 cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
798 $(RM) -R $$rpmbuild
799
800 rpm-common:
801 rpmpkg=$(pkg)-$(SPL_META_VERSION)-$(SPL_META_RELEASE).src.rpm; \
802 rpmspec=$(pkg).spec; \
803 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
804 $(MAKE) $(AM_MAKEFLAGS) \
805 rpmbuild="$$rpmbuild" \
806 rpmspec="$$rpmspec" \
807 rpm-local || exit 1; \
808 /usr/bin/rpmbuild \
809 --define "_tmppath $$rpmbuild/TMP" \
810 --define "_topdir $$rpmbuild" \
811 --define "dist %{nil}" \
812 --define "require_kdir $(LINUX)" \
813 --define "require_kobj $(LINUX_OBJ)" \
814 --define "require_kver $(LINUX_VERSION)" \
815 --nodeps --rebuild $$rpmpkg || exit 1; \
816 cp $$rpmbuild/RPMS/*/* . || exit 1; \
817 $(RM) -R $$rpmbuild
818
819 distclean-local::
820 -$(RM) -R autom4te*.cache
821 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
822 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
823 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
824 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
825 -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
826 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
827 -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \
828 -o -name '*.order' -o -name '*.markers' \) \
829 -type f -print | xargs $(RM)
830
831 @CONFIG_KERNEL_TRUE@install-data-local:
832 @CONFIG_KERNEL_TRUE@ destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
833 @CONFIG_KERNEL_TRUE@ instdest=$(DESTDIR)/${prefix}/src/$$destname; \
834 @CONFIG_KERNEL_TRUE@ echo "${SPL_META_VERSION}" >$$instdest/spl.release; \
835 @CONFIG_KERNEL_TRUE@ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
836 @CONFIG_KERNEL_TRUE@ $(INSTALL) -D $$instfile $$instdest/$$instfile; \
837 @CONFIG_KERNEL_TRUE@ done
838
839 ctags:
840 $(RM) $(top_srcdir)/tags
841 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
842
843 etags:
844 $(RM) $(top_srcdir)/TAGS
845 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
846
847 tags: ctags etags
848
849 srpm-modules:
850 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" srpm-common
851
852 srpm-utils:
853 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" srpm-common
854
855 srpm: srpm-modules srpm-utils
856
857 rpm-modules: srpm-modules
858 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" rpm-common
859
860 rpm-utils: srpm-utils
861 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" rpm-common
862
863 rpm-modules: srpm-modules
864
865 rpm-utils: srpm-utils
866
867 rpm: rpm-modules rpm-utils
868
869 # Tell versions [3.59,3.63) of GNU make to not export all variables.
870 # Otherwise a system limit (for SysV at least) may be exceeded.
871 .NOEXPORT: