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