]> granicus.if.org Git - zfs/blob - Makefile.in
Move vendor check to spl-build.m4
[zfs] / 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 $(distdir).zip
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 dist-zip
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 dist-zip: distdir
587         -rm -f $(distdir).zip
588         zip -rq $(distdir).zip $(distdir)
589         $(am__remove_distdir)
590
591 dist dist-all: distdir
592         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
593         -rm -f $(distdir).zip
594         zip -rq $(distdir).zip $(distdir)
595         $(am__remove_distdir)
596
597 # This target untars the dist file and tries a VPATH configuration.  Then
598 # it guarantees that the distribution is self-contained by making another
599 # tarfile.
600 distcheck: dist
601         case '$(DIST_ARCHIVES)' in \
602         *.tar.gz*) \
603           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
604         *.tar.bz2*) \
605           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
606         *.tar.lzma*) \
607           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
608         *.tar.xz*) \
609           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
610         *.tar.Z*) \
611           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
612         *.shar.gz*) \
613           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
614         *.zip*) \
615           unzip $(distdir).zip ;;\
616         esac
617         chmod -R a-w $(distdir); chmod a+w $(distdir)
618         mkdir $(distdir)/_build
619         mkdir $(distdir)/_inst
620         chmod a-w $(distdir)
621         test -d $(distdir)/_build || exit 0; \
622         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
623           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
624           && am__cwd=`pwd` \
625           && $(am__cd) $(distdir)/_build \
626           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
627             $(DISTCHECK_CONFIGURE_FLAGS) \
628           && $(MAKE) $(AM_MAKEFLAGS) \
629           && $(MAKE) $(AM_MAKEFLAGS) dvi \
630           && $(MAKE) $(AM_MAKEFLAGS) check \
631           && $(MAKE) $(AM_MAKEFLAGS) install \
632           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
633           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
634           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
635                 distuninstallcheck \
636           && chmod -R a-w "$$dc_install_base" \
637           && ({ \
638                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
639                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
640                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
641                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
642                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
643               } || { rm -rf "$$dc_destdir"; exit 1; }) \
644           && rm -rf "$$dc_destdir" \
645           && $(MAKE) $(AM_MAKEFLAGS) dist \
646           && rm -rf $(DIST_ARCHIVES) \
647           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
648           && cd "$$am__cwd" \
649           || exit 1
650         $(am__remove_distdir)
651         @(echo "$(distdir) archives ready for distribution: "; \
652           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
653           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
654 distuninstallcheck:
655         @$(am__cd) '$(distuninstallcheck_dir)' \
656         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
657            || { echo "ERROR: files left after uninstall:" ; \
658                 if test -n "$(DESTDIR)"; then \
659                   echo "  (check DESTDIR support)"; \
660                 fi ; \
661                 $(distuninstallcheck_listfiles) ; \
662                 exit 1; } >&2
663 distcleancheck: distclean
664         @if test '$(srcdir)' = . ; then \
665           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
666           exit 1 ; \
667         fi
668         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
669           || { echo "ERROR: files left in build directory after distclean:" ; \
670                $(distcleancheck_listfiles) ; \
671                exit 1; } >&2
672 check-am: all-am
673 check: check-recursive
674 all-am: Makefile $(HEADERS) spl_config.h
675 installdirs: installdirs-recursive
676 installdirs-am:
677 install: install-recursive
678 install-exec: install-exec-recursive
679 install-data: install-data-recursive
680 uninstall: uninstall-recursive
681
682 install-am: all-am
683         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684
685 installcheck: installcheck-recursive
686 install-strip:
687         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689           `test -z '$(STRIP)' || \
690             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
691 mostlyclean-generic:
692
693 clean-generic:
694
695 distclean-generic:
696         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698
699 maintainer-clean-generic:
700         @echo "This command is intended for maintainers to use"
701         @echo "it deletes files that may require special tools to rebuild."
702 @CONFIG_KERNEL_FALSE@install-data-local:
703 clean: clean-recursive
704
705 clean-am: clean-generic clean-libtool mostlyclean-am
706
707 distclean: distclean-recursive
708         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
709         -rm -f Makefile
710 distclean-am: clean-am distclean-generic distclean-hdr \
711         distclean-libtool distclean-local distclean-tags
712
713 dvi: dvi-recursive
714
715 dvi-am:
716
717 html: html-recursive
718
719 html-am:
720
721 info: info-recursive
722
723 info-am:
724
725 install-data-am: install-data-local
726
727 install-dvi: install-dvi-recursive
728
729 install-dvi-am:
730
731 install-exec-am:
732
733 install-html: install-html-recursive
734
735 install-html-am:
736
737 install-info: install-info-recursive
738
739 install-info-am:
740
741 install-man:
742
743 install-pdf: install-pdf-recursive
744
745 install-pdf-am:
746
747 install-ps: install-ps-recursive
748
749 install-ps-am:
750
751 installcheck-am:
752
753 maintainer-clean: maintainer-clean-recursive
754         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
755         -rm -rf $(top_srcdir)/autom4te.cache
756         -rm -f Makefile
757 maintainer-clean-am: distclean-am maintainer-clean-generic
758
759 mostlyclean: mostlyclean-recursive
760
761 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
762
763 pdf: pdf-recursive
764
765 pdf-am:
766
767 ps: ps-recursive
768
769 ps-am:
770
771 uninstall-am:
772
773 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
774         ctags-recursive install-am install-strip tags-recursive
775
776 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
777         all all-am am--refresh check check-am clean clean-generic \
778         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
779         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
780         distcheck distclean distclean-generic distclean-hdr \
781         distclean-libtool distclean-local distclean-tags \
782         distcleancheck distdir distuninstallcheck dvi dvi-am html \
783         html-am info info-am install install-am install-data \
784         install-data-am install-data-local install-dvi install-dvi-am \
785         install-exec install-exec-am install-html install-html-am \
786         install-info install-info-am install-man install-pdf \
787         install-pdf-am install-ps install-ps-am install-strip \
788         installcheck installcheck-am installdirs installdirs-am \
789         maintainer-clean maintainer-clean-generic mostlyclean \
790         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
791         tags tags-recursive uninstall uninstall-am
792
793
794 srpm-modules:
795         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" srpm-common
796
797 srpm-utils:
798         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" srpm-common
799
800 srpm: srpm-modules srpm-utils
801
802 rpm-modules: srpm-modules
803         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-modules" rpm-common
804
805 rpm-utils: srpm-utils
806         $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" rpm-common
807
808 rpm-modules: srpm-modules
809
810 rpm: rpm-modules rpm-utils
811
812 rpm-local:
813         @(if test "${HAVE_RPMBUILD}" = "no"; then \
814                 echo -e "\n" \
815         "*** Required util ${RPMBUILD} missing.  Please install the\n" \
816         "*** package for your distribution which provides ${RPMBUILD},\n" \
817         "*** re-run configure, and try again.\n"; \
818                 exit 1; \
819         fi; \
820         mkdir -p $(rpmbuild)/TMP && \
821         mkdir -p $(rpmbuild)/BUILD && \
822         mkdir -p $(rpmbuild)/RPMS && \
823         mkdir -p $(rpmbuild)/SRPMS && \
824         mkdir -p $(rpmbuild)/SPECS && \
825         cp $(rpmspec) $(rpmbuild)/SPECS && \
826         mkdir -p $(rpmbuild)/SOURCES && \
827         cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
828
829 srpm-common: dist
830         rpmpkg=$(pkg)-$(SPL_META_VERSION)-$(SPL_META_RELEASE).src.rpm; \
831         rpmspec=$(pkg).spec; \
832         rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
833         $(MAKE) $(AM_MAKEFLAGS) \
834                 rpmbuild="$$rpmbuild" \
835                 rpmspec="$$rpmspec" \
836                 rpm-local || exit 1; \
837         $(RPMBUILD) \
838                 --define "_tmppath $$rpmbuild/TMP" \
839                 --define "_topdir $$rpmbuild" \
840                 --define "build_src_rpm 1" \
841                 --define "dist %{nil}" \
842                 --nodeps -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
843         cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
844         $(RM) -R $$rpmbuild
845
846 rpm-common: 
847         rpmpkg=$(pkg)-$(SPL_META_VERSION)-$(SPL_META_RELEASE).src.rpm; \
848         rpmspec=$(pkg).spec; \
849         rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
850         $(MAKE) $(AM_MAKEFLAGS) \
851                 rpmbuild="$$rpmbuild" \
852                 rpmspec="$$rpmspec" \
853                 rpm-local || exit 1; \
854         ${RPMBUILD} \
855                 --define "_tmppath $$rpmbuild/TMP" \
856                 --define "_topdir $$rpmbuild" \
857                 --define "dist %{nil}" \
858                 --define "require_kdir $(LINUX)" \
859                 --define "require_kobj $(LINUX_OBJ)" \
860                 --define "require_kver $(LINUX_VERSION)" \
861                 --nodeps --rebuild $$rpmpkg || exit 1; \
862         cp $$rpmbuild/RPMS/*/* . || exit 1; \
863         $(RM) -R $$rpmbuild
864 include ${top_srcdir}/config/deb.am
865 include ${top_srcdir}/config/tgz.am
866
867 distclean-local::
868         -$(RM) -R autom4te*.cache
869         -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
870                 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
871                 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
872                 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
873                 -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
874                 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
875                 -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \
876                 -o -name '*.order' -o -name '*.markers' \) \
877                 -type f -print | xargs $(RM)
878
879 @CONFIG_KERNEL_TRUE@install-data-local:
880 @CONFIG_KERNEL_TRUE@    destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
881 @CONFIG_KERNEL_TRUE@    instdest=$(DESTDIR)/usr/src/$$destname; \
882 @CONFIG_KERNEL_TRUE@    echo "${SPL_META_VERSION}" >$$instdest/spl.release; \
883 @CONFIG_KERNEL_TRUE@    for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
884 @CONFIG_KERNEL_TRUE@            $(INSTALL) -D $$instfile $$instdest/$$instfile; \
885 @CONFIG_KERNEL_TRUE@    done
886
887 ctags:
888         $(RM) $(top_srcdir)/tags
889         find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
890
891 etags:
892         $(RM) $(top_srcdir)/TAGS
893         find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
894
895 tags: ctags etags
896
897 pkg: @DEFAULT_PACKAGE@
898 pkg-modules: @DEFAULT_PACKAGE@-modules
899 pkg-utils: @DEFAULT_PACKAGE@-utils
900
901 # Tell versions [3.59,3.63) of GNU make to not export all variables.
902 # Otherwise a system limit (for SysV at least) may be exceeded.
903 .NOEXPORT: