]> git.proxmox.com Git - mirror_spl-debian.git/blob - Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 ###############################################################################
18 # Copyright (C) 2007-2013 Lawrence Livermore National Security, LLC.
19 # Copyright (C) 2007 The Regents of the University of California.
20 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
21 ###############################################################################
22 # Build targets for RPM packages.
23 ###############################################################################
24
25 ###############################################################################
26 # Copyright (C) 2010 Lawrence Livermore National Security, LLC.
27 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
28 ###############################################################################
29 # Build targets for DEB packages.
30 #
31 # Long term native distro specific Debian style packaging should be added.
32 # In the short term RPM packages are built and converted to DEB packages
33 # using alien. If someone familiar with Debian style packaging were to
34 # update the build system to correctly build Debian style packages I would
35 # happily take it. Until then we will have to make due with alien.
36 #
37 ###############################################################################
38
39 ###############################################################################
40 # Copyright (C) 2010 Lawrence Livermore National Security, LLC.
41 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
42 ###############################################################################
43 # Build targets for TGZ packages.
44 #
45 # Long term native distro specific Slackware style packaging should be added.
46 # In the short term RPM packages are built and converted to TGZ packages
47 # using alien. If someone familiar with Slackware style packaging were to
48 # update the build system to correctly build Slackware style packages I would
49 # happily take it. Until then we will have to make due with alien.
50 #
51 ###############################################################################
52
53 VPATH = @srcdir@
54 am__is_gnu_make = { \
55 if test -z '$(MAKELEVEL)'; then \
56 false; \
57 elif test -n '$(MAKE_HOST)'; then \
58 true; \
59 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
60 true; \
61 else \
62 false; \
63 fi; \
64 }
65 am__make_running_with_option = \
66 case $${target_option-} in \
67 ?) ;; \
68 *) echo "am__make_running_with_option: internal error: invalid" \
69 "target option '$${target_option-}' specified" >&2; \
70 exit 1;; \
71 esac; \
72 has_opt=no; \
73 sane_makeflags=$$MAKEFLAGS; \
74 if $(am__is_gnu_make); then \
75 sane_makeflags=$$MFLAGS; \
76 else \
77 case $$MAKEFLAGS in \
78 *\\[\ \ ]*) \
79 bs=\\; \
80 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
81 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
82 esac; \
83 fi; \
84 skip_next=no; \
85 strip_trailopt () \
86 { \
87 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
88 }; \
89 for flg in $$sane_makeflags; do \
90 test $$skip_next = yes && { skip_next=no; continue; }; \
91 case $$flg in \
92 *=*|--*) continue;; \
93 -*I) strip_trailopt 'I'; skip_next=yes;; \
94 -*I?*) strip_trailopt 'I';; \
95 -*O) strip_trailopt 'O'; skip_next=yes;; \
96 -*O?*) strip_trailopt 'O';; \
97 -*l) strip_trailopt 'l'; skip_next=yes;; \
98 -*l?*) strip_trailopt 'l';; \
99 -[dEDm]) skip_next=yes;; \
100 -[JT]) skip_next=yes;; \
101 esac; \
102 case $$flg in \
103 *$$target_option*) has_opt=yes; break;; \
104 esac; \
105 done; \
106 test $$has_opt = yes
107 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
108 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
109 pkgdatadir = $(datadir)/@PACKAGE@
110 pkgincludedir = $(includedir)/@PACKAGE@
111 pkglibdir = $(libdir)/@PACKAGE@
112 pkglibexecdir = $(libexecdir)/@PACKAGE@
113 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
114 install_sh_DATA = $(install_sh) -c -m 644
115 install_sh_PROGRAM = $(install_sh) -c
116 install_sh_SCRIPT = $(install_sh) -c
117 INSTALL_HEADER = $(INSTALL_DATA)
118 transform = $(program_transform_name)
119 NORMAL_INSTALL = :
120 PRE_INSTALL = :
121 POST_INSTALL = :
122 NORMAL_UNINSTALL = :
123 PRE_UNINSTALL = :
124 POST_UNINSTALL = :
125 build_triplet = @build@
126 host_triplet = @host@
127 target_triplet = @target@
128 @CONFIG_USER_TRUE@am__append_1 = lib cmd man scripts
129 @CONFIG_KERNEL_TRUE@am__append_2 = module
130 subdir = .
131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132 am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
133 $(top_srcdir)/config/ltoptions.m4 \
134 $(top_srcdir)/config/ltsugar.m4 \
135 $(top_srcdir)/config/ltversion.m4 \
136 $(top_srcdir)/config/lt~obsolete.m4 \
137 $(top_srcdir)/config/spl-build.m4 \
138 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
139 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140 $(ACLOCAL_M4)
141 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
142 $(am__configure_deps) $(am__extra_HEADERS_DIST) \
143 $(am__DIST_COMMON)
144 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
145 configure.lineno config.status.lineno
146 mkinstalldirs = $(install_sh) -d
147 CONFIG_HEADER = spl_config.h
148 CONFIG_CLEAN_FILES = module/Makefile module/spl/Makefile \
149 module/splat/Makefile spl.release
150 CONFIG_CLEAN_VPATH_FILES =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
163 SOURCES =
164 DIST_SOURCES =
165 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
166 ctags-recursive dvi-recursive html-recursive info-recursive \
167 install-data-recursive install-dvi-recursive \
168 install-exec-recursive install-html-recursive \
169 install-info-recursive install-pdf-recursive \
170 install-ps-recursive install-recursive installcheck-recursive \
171 installdirs-recursive pdf-recursive ps-recursive \
172 tags-recursive uninstall-recursive
173 am__can_run_installinfo = \
174 case $$AM_UPDATE_INFO_DIR in \
175 n|no|NO) false;; \
176 *) (install-info --version) >/dev/null 2>&1;; \
177 esac
178 am__extra_HEADERS_DIST = spl.release.in spl_config.h.in
179 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
180 am__vpath_adj = case $$p in \
181 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
182 *) f=$$p;; \
183 esac;
184 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
185 am__install_max = 40
186 am__nobase_strip_setup = \
187 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
188 am__nobase_strip = \
189 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
190 am__nobase_list = $(am__nobase_strip_setup); \
191 for p in $$list; do echo "$$p $$p"; done | \
192 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
193 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
194 if (++n[$$2] == $(am__install_max)) \
195 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
196 END { for (dir in files) print dir, files[dir] }'
197 am__base_list = \
198 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
199 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
200 am__uninstall_files_from_dir = { \
201 test -z "$$files" \
202 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
203 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
204 $(am__cd) "$$dir" && rm -f $$files; }; \
205 }
206 am__installdirs = "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"
207 HEADERS = $(extra_HEADERS) $(nodist_kernel_HEADERS)
208 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
209 distclean-recursive maintainer-clean-recursive
210 am__recursive_targets = \
211 $(RECURSIVE_TARGETS) \
212 $(RECURSIVE_CLEAN_TARGETS) \
213 $(am__extra_recursive_targets)
214 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
215 cscope distdir dist dist-all distcheck
216 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
217 $(LISP)spl_config.h.in
218 # Read a list of newline-separated strings from the standard input,
219 # and print each of them once, without duplicates. Input order is
220 # *not* preserved.
221 am__uniquify_input = $(AWK) '\
222 BEGIN { nonempty = 0; } \
223 { items[$$0] = 1; nonempty = 1; } \
224 END { if (nonempty) { for (i in items) print i; }; } \
225 '
226 # Make sure the list of sources is unique. This is necessary because,
227 # e.g., the same source file might be shared among _SOURCES variables
228 # for different programs/libraries.
229 am__define_uniq_tagged_files = \
230 list='$(am__tagged_files)'; \
231 unique=`for i in $$list; do \
232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233 done | $(am__uniquify_input)`
234 ETAGS = etags
235 CTAGS = ctags
236 CSCOPE = cscope
237 DIST_SUBDIRS = include rpm lib cmd man scripts module
238 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config/deb.am \
239 $(srcdir)/config/rpm.am $(srcdir)/config/tgz.am \
240 $(srcdir)/spl.release.in $(srcdir)/spl_config.h.in \
241 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
242 $(top_srcdir)/config/config.sub \
243 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
244 $(top_srcdir)/config/missing $(top_srcdir)/module/Makefile.in \
245 $(top_srcdir)/module/spl/Makefile.in \
246 $(top_srcdir)/module/splat/Makefile.in AUTHORS COPYING \
247 config/compile config/config.guess config/config.sub \
248 config/install-sh config/ltmain.sh config/missing
249 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250 distdir = $(PACKAGE)-$(VERSION)
251 top_distdir = $(distdir)
252 am__remove_distdir = \
253 if test -d "$(distdir)"; then \
254 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
255 && rm -rf "$(distdir)" \
256 || { sleep 5 && rm -rf "$(distdir)"; }; \
257 else :; fi
258 am__post_remove_distdir = $(am__remove_distdir)
259 am__relativize = \
260 dir0=`pwd`; \
261 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
262 sed_rest='s,^[^/]*/*,,'; \
263 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
264 sed_butlast='s,/*[^/]*$$,,'; \
265 while test -n "$$dir1"; do \
266 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
267 if test "$$first" != "."; then \
268 if test "$$first" = ".."; then \
269 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
270 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
271 else \
272 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
273 if test "$$first2" = "$$first"; then \
274 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
275 else \
276 dir2="../$$dir2"; \
277 fi; \
278 dir0="$$dir0"/"$$first"; \
279 fi; \
280 fi; \
281 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
282 done; \
283 reldir="$$dir2"
284 DIST_ARCHIVES = $(distdir).tar.gz
285 GZIP_ENV = --best
286 DIST_TARGETS = dist-gzip
287 distuninstallcheck_listfiles = find . -type f -print
288 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
289 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
290 distcleancheck_listfiles = find . -type f -print
291 ACLOCAL = @ACLOCAL@
292 ALIEN = @ALIEN@
293 ALIEN_VERSION = @ALIEN_VERSION@
294 AMTAR = @AMTAR@
295 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
296 AR = @AR@
297 AUTOCONF = @AUTOCONF@
298 AUTOHEADER = @AUTOHEADER@
299 AUTOMAKE = @AUTOMAKE@
300 AWK = @AWK@
301 CC = @CC@
302 CCDEPMODE = @CCDEPMODE@
303 CFLAGS = @CFLAGS@
304 CPP = @CPP@
305 CPPFLAGS = @CPPFLAGS@
306 CYGPATH_W = @CYGPATH_W@
307 DEBUG_CFLAGS = @DEBUG_CFLAGS@
308 DEBUG_KMEM = @DEBUG_KMEM@
309 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
310 DEBUG_SPL = @DEBUG_SPL@
311 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
312 DEFS = @DEFS@
313 DEPDIR = @DEPDIR@
314 DLLTOOL = @DLLTOOL@
315 DPKG = @DPKG@
316 DPKGBUILD = @DPKGBUILD@
317 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
318 DPKG_VERSION = @DPKG_VERSION@
319 DSYMUTIL = @DSYMUTIL@
320 DUMPBIN = @DUMPBIN@
321 ECHO_C = @ECHO_C@
322 ECHO_N = @ECHO_N@
323 ECHO_T = @ECHO_T@
324 EGREP = @EGREP@
325 EXEEXT = @EXEEXT@
326 FGREP = @FGREP@
327 GREP = @GREP@
328 HAVE_ALIEN = @HAVE_ALIEN@
329 HAVE_DPKG = @HAVE_DPKG@
330 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
331 HAVE_RPM = @HAVE_RPM@
332 HAVE_RPMBUILD = @HAVE_RPMBUILD@
333 INSTALL = @INSTALL@
334 INSTALL_DATA = @INSTALL_DATA@
335 INSTALL_PROGRAM = @INSTALL_PROGRAM@
336 INSTALL_SCRIPT = @INSTALL_SCRIPT@
337 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
338 KERNELCPPFLAGS = @KERNELCPPFLAGS@
339 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
340 LD = @LD@
341 LDFLAGS = @LDFLAGS@
342 LIBOBJS = @LIBOBJS@
343 LIBS = @LIBS@
344 LIBTOOL = @LIBTOOL@
345 LINUX = @LINUX@
346 LINUX_OBJ = @LINUX_OBJ@
347 LINUX_SYMBOLS = @LINUX_SYMBOLS@
348 LINUX_VERSION = @LINUX_VERSION@
349 LIPO = @LIPO@
350 LN_S = @LN_S@
351 LTLIBOBJS = @LTLIBOBJS@
352 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
353 MAINT = @MAINT@
354 MAKEINFO = @MAKEINFO@
355 MANIFEST_TOOL = @MANIFEST_TOOL@
356 MKDIR_P = @MKDIR_P@
357 NM = @NM@
358 NMEDIT = @NMEDIT@
359 OBJDUMP = @OBJDUMP@
360 OBJEXT = @OBJEXT@
361 OTOOL = @OTOOL@
362 OTOOL64 = @OTOOL64@
363 PACKAGE = @PACKAGE@
364 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365 PACKAGE_NAME = @PACKAGE_NAME@
366 PACKAGE_STRING = @PACKAGE_STRING@
367 PACKAGE_TARNAME = @PACKAGE_TARNAME@
368 PACKAGE_URL = @PACKAGE_URL@
369 PACKAGE_VERSION = @PACKAGE_VERSION@
370 PATH_SEPARATOR = @PATH_SEPARATOR@
371 RANLIB = @RANLIB@
372 RELEASE = @RELEASE@
373 RPM = @RPM@
374 RPMBUILD = @RPMBUILD@
375 RPMBUILD_VERSION = @RPMBUILD_VERSION@
376 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
377 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
378 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
379 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
380 RPM_SPEC_DIR = @RPM_SPEC_DIR@
381 RPM_VERSION = @RPM_VERSION@
382 SED = @SED@
383 SET_MAKE = @SET_MAKE@
384 SHELL = @SHELL@
385 SPL_CONFIG = @SPL_CONFIG@
386 SPL_META_ALIAS = @SPL_META_ALIAS@
387 SPL_META_AUTHOR = @SPL_META_AUTHOR@
388 SPL_META_DATA = @SPL_META_DATA@
389 SPL_META_LICENSE = @SPL_META_LICENSE@
390 SPL_META_LT_AGE = @SPL_META_LT_AGE@
391 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
392 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
393 SPL_META_NAME = @SPL_META_NAME@
394 SPL_META_RELEASE = @SPL_META_RELEASE@
395 SPL_META_VERSION = @SPL_META_VERSION@
396 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
397 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
398 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
399 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
400 STRIP = @STRIP@
401 VENDOR = @VENDOR@
402 VERSION = @VERSION@
403 abs_builddir = @abs_builddir@
404 abs_srcdir = @abs_srcdir@
405 abs_top_builddir = @abs_top_builddir@
406 abs_top_srcdir = @abs_top_srcdir@
407 ac_ct_AR = @ac_ct_AR@
408 ac_ct_CC = @ac_ct_CC@
409 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
410 am__include = @am__include@
411 am__leading_dot = @am__leading_dot@
412 am__quote = @am__quote@
413 am__tar = @am__tar@
414 am__untar = @am__untar@
415 bindir = @bindir@
416 build = @build@
417 build_alias = @build_alias@
418 build_cpu = @build_cpu@
419 build_os = @build_os@
420 build_vendor = @build_vendor@
421 builddir = @builddir@
422 datadir = @datadir@
423 datarootdir = @datarootdir@
424 docdir = @docdir@
425 dvidir = @dvidir@
426 exec_prefix = @exec_prefix@
427 host = @host@
428 host_alias = @host_alias@
429 host_cpu = @host_cpu@
430 host_os = @host_os@
431 host_vendor = @host_vendor@
432 htmldir = @htmldir@
433 includedir = @includedir@
434 infodir = @infodir@
435 install_sh = @install_sh@
436 libdir = @libdir@
437 libexecdir = @libexecdir@
438 localedir = @localedir@
439 localstatedir = @localstatedir@
440 mandir = @mandir@
441 mkdir_p = @mkdir_p@
442 oldincludedir = @oldincludedir@
443 pdfdir = @pdfdir@
444 prefix = @prefix@
445 program_transform_name = @program_transform_name@
446 psdir = @psdir@
447 runstatedir = @runstatedir@
448 sbindir = @sbindir@
449 sharedstatedir = @sharedstatedir@
450 srcdir = @srcdir@
451 sysconfdir = @sysconfdir@
452 target = @target@
453 target_alias = @target_alias@
454 target_cpu = @target_cpu@
455 target_os = @target_os@
456 target_vendor = @target_vendor@
457 top_build_prefix = @top_build_prefix@
458 top_builddir = @top_builddir@
459 top_srcdir = @top_srcdir@
460 ACLOCAL_AMFLAGS = -I config
461 SUBDIRS = include rpm $(am__append_1) $(am__append_2)
462 @CONFIG_KERNEL_TRUE@extradir = @prefix@/src/spl-$(VERSION)
463 @CONFIG_KERNEL_TRUE@extra_HEADERS = spl.release.in spl_config.h.in
464 @CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/$(LINUX_VERSION)
465 @CONFIG_KERNEL_TRUE@nodist_kernel_HEADERS = spl.release spl_config.h module/$(LINUX_SYMBOLS)
466 AUTOMAKE_OPTIONS = foreign
467 EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin config/config.awk \
468 config/rpm.am config/deb.am config/tgz.am
469 all: spl_config.h
470 $(MAKE) $(AM_MAKEFLAGS) all-recursive
471
472 .SUFFIXES:
473 am--refresh: Makefile
474 @:
475 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__configure_deps)
476 @for dep in $?; do \
477 case '$(am__configure_deps)' in \
478 *$$dep*) \
479 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
480 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
481 && exit 0; \
482 exit 1;; \
483 esac; \
484 done; \
485 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
486 $(am__cd) $(top_srcdir) && \
487 $(AUTOMAKE) --foreign Makefile
488 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
489 @case '$?' in \
490 *config.status*) \
491 echo ' $(SHELL) ./config.status'; \
492 $(SHELL) ./config.status;; \
493 *) \
494 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
495 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
496 esac;
497 $(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__empty):
498
499 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
500 $(SHELL) ./config.status --recheck
501
502 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
503 $(am__cd) $(srcdir) && $(AUTOCONF)
504 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
505 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
506 $(am__aclocal_m4_deps):
507
508 spl_config.h: stamp-h1
509 @test -f $@ || rm -f stamp-h1
510 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
511
512 stamp-h1: $(srcdir)/spl_config.h.in $(top_builddir)/config.status
513 @rm -f stamp-h1
514 cd $(top_builddir) && $(SHELL) ./config.status spl_config.h
515 $(srcdir)/spl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
516 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
517 rm -f stamp-h1
518 touch $@
519
520 distclean-hdr:
521 -rm -f spl_config.h stamp-h1
522 module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
523 cd $(top_builddir) && $(SHELL) ./config.status $@
524 module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
525 cd $(top_builddir) && $(SHELL) ./config.status $@
526 module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
527 cd $(top_builddir) && $(SHELL) ./config.status $@
528 spl.release: $(top_builddir)/config.status $(srcdir)/spl.release.in
529 cd $(top_builddir) && $(SHELL) ./config.status $@
530
531 mostlyclean-libtool:
532 -rm -f *.lo
533
534 clean-libtool:
535 -rm -rf .libs _libs
536
537 distclean-libtool:
538 -rm -f libtool config.lt
539 install-extraHEADERS: $(extra_HEADERS)
540 @$(NORMAL_INSTALL)
541 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
542 if test -n "$$list"; then \
543 echo " $(MKDIR_P) '$(DESTDIR)$(extradir)'"; \
544 $(MKDIR_P) "$(DESTDIR)$(extradir)" || exit 1; \
545 fi; \
546 for p in $$list; do \
547 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
548 echo "$$d$$p"; \
549 done | $(am__base_list) | \
550 while read files; do \
551 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(extradir)'"; \
552 $(INSTALL_HEADER) $$files "$(DESTDIR)$(extradir)" || exit $$?; \
553 done
554
555 uninstall-extraHEADERS:
556 @$(NORMAL_UNINSTALL)
557 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
558 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
559 dir='$(DESTDIR)$(extradir)'; $(am__uninstall_files_from_dir)
560 install-nodist_kernelHEADERS: $(nodist_kernel_HEADERS)
561 @$(NORMAL_INSTALL)
562 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
563 if test -n "$$list"; then \
564 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
565 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
566 fi; \
567 for p in $$list; do \
568 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
569 echo "$$d$$p"; \
570 done | $(am__base_list) | \
571 while read files; do \
572 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
573 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
574 done
575
576 uninstall-nodist_kernelHEADERS:
577 @$(NORMAL_UNINSTALL)
578 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
579 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
580 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
581
582 # This directory's subdirectories are mostly independent; you can cd
583 # into them and run 'make' without going through this Makefile.
584 # To change the values of 'make' variables: instead of editing Makefiles,
585 # (1) if the variable is set in 'config.status', edit 'config.status'
586 # (which will cause the Makefiles to be regenerated when you run 'make');
587 # (2) otherwise, pass the desired values on the 'make' command line.
588 $(am__recursive_targets):
589 @fail=; \
590 if $(am__make_keepgoing); then \
591 failcom='fail=yes'; \
592 else \
593 failcom='exit 1'; \
594 fi; \
595 dot_seen=no; \
596 target=`echo $@ | sed s/-recursive//`; \
597 case "$@" in \
598 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
599 *) list='$(SUBDIRS)' ;; \
600 esac; \
601 for subdir in $$list; do \
602 echo "Making $$target in $$subdir"; \
603 if test "$$subdir" = "."; then \
604 dot_seen=yes; \
605 local_target="$$target-am"; \
606 else \
607 local_target="$$target"; \
608 fi; \
609 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
610 || eval $$failcom; \
611 done; \
612 if test "$$dot_seen" = "no"; then \
613 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
614 fi; test -z "$$fail"
615
616 ID: $(am__tagged_files)
617 $(am__define_uniq_tagged_files); mkid -fID $$unique
618 TAGS: tags
619
620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621 set x; \
622 here=`pwd`; \
623 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
624 include_option=--etags-include; \
625 empty_fix=.; \
626 else \
627 include_option=--include; \
628 empty_fix=; \
629 fi; \
630 list='$(SUBDIRS)'; for subdir in $$list; do \
631 if test "$$subdir" = .; then :; else \
632 test ! -f $$subdir/TAGS || \
633 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
634 fi; \
635 done; \
636 $(am__define_uniq_tagged_files); \
637 shift; \
638 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639 test -n "$$unique" || unique=$$empty_fix; \
640 if test $$# -gt 0; then \
641 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
642 "$$@" $$unique; \
643 else \
644 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
645 $$unique; \
646 fi; \
647 fi
648
649 CTAGS: ctags
650 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651 $(am__define_uniq_tagged_files); \
652 test -z "$(CTAGS_ARGS)$$unique" \
653 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
654 $$unique
655
656 GTAGS:
657 here=`$(am__cd) $(top_builddir) && pwd` \
658 && $(am__cd) $(top_srcdir) \
659 && gtags -i $(GTAGS_ARGS) "$$here"
660 cscope: cscope.files
661 test ! -s cscope.files \
662 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
663 clean-cscope:
664 -rm -f cscope.files
665 cscope.files: clean-cscope cscopelist
666 cscopelist: cscopelist-recursive
667
668 cscopelist-am: $(am__tagged_files)
669 list='$(am__tagged_files)'; \
670 case "$(srcdir)" in \
671 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
672 *) sdir=$(subdir)/$(srcdir) ;; \
673 esac; \
674 for i in $$list; do \
675 if test -f "$$i"; then \
676 echo "$(subdir)/$$i"; \
677 else \
678 echo "$$sdir/$$i"; \
679 fi; \
680 done >> $(top_builddir)/cscope.files
681
682 distclean-tags:
683 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
685
686 distdir: $(DISTFILES)
687 $(am__remove_distdir)
688 test -d "$(distdir)" || mkdir "$(distdir)"
689 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
691 list='$(DISTFILES)'; \
692 dist_files=`for file in $$list; do echo $$file; done | \
693 sed -e "s|^$$srcdirstrip/||;t" \
694 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
695 case $$dist_files in \
696 */*) $(MKDIR_P) `echo "$$dist_files" | \
697 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
698 sort -u` ;; \
699 esac; \
700 for file in $$dist_files; do \
701 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
702 if test -d $$d/$$file; then \
703 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
704 if test -d "$(distdir)/$$file"; then \
705 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
706 fi; \
707 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
708 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
709 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
710 fi; \
711 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
712 else \
713 test -f "$(distdir)/$$file" \
714 || cp -p $$d/$$file "$(distdir)/$$file" \
715 || exit 1; \
716 fi; \
717 done
718 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
719 if test "$$subdir" = .; then :; else \
720 $(am__make_dryrun) \
721 || test -d "$(distdir)/$$subdir" \
722 || $(MKDIR_P) "$(distdir)/$$subdir" \
723 || exit 1; \
724 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
725 $(am__relativize); \
726 new_distdir=$$reldir; \
727 dir1=$$subdir; dir2="$(top_distdir)"; \
728 $(am__relativize); \
729 new_top_distdir=$$reldir; \
730 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
731 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
732 ($(am__cd) $$subdir && \
733 $(MAKE) $(AM_MAKEFLAGS) \
734 top_distdir="$$new_top_distdir" \
735 distdir="$$new_distdir" \
736 am__remove_distdir=: \
737 am__skip_length_check=: \
738 am__skip_mode_fix=: \
739 distdir) \
740 || exit 1; \
741 fi; \
742 done
743 $(MAKE) $(AM_MAKEFLAGS) \
744 top_distdir="$(top_distdir)" distdir="$(distdir)" \
745 dist-hook
746 -test -n "$(am__skip_mode_fix)" \
747 || find "$(distdir)" -type d ! -perm -755 \
748 -exec chmod u+rwx,go+rx {} \; -o \
749 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
750 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
751 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
752 || chmod -R a+r "$(distdir)"
753 dist-gzip: distdir
754 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
755 $(am__post_remove_distdir)
756
757 dist-bzip2: distdir
758 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
759 $(am__post_remove_distdir)
760
761 dist-lzip: distdir
762 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
763 $(am__post_remove_distdir)
764
765 dist-xz: distdir
766 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
767 $(am__post_remove_distdir)
768
769 dist-tarZ: distdir
770 @echo WARNING: "Support for distribution archives compressed with" \
771 "legacy program 'compress' is deprecated." >&2
772 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
773 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
774 $(am__post_remove_distdir)
775
776 dist-shar: distdir
777 @echo WARNING: "Support for shar distribution archives is" \
778 "deprecated." >&2
779 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
780 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
781 $(am__post_remove_distdir)
782
783 dist-zip: distdir
784 -rm -f $(distdir).zip
785 zip -rq $(distdir).zip $(distdir)
786 $(am__post_remove_distdir)
787
788 dist dist-all:
789 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
790 $(am__post_remove_distdir)
791
792 # This target untars the dist file and tries a VPATH configuration. Then
793 # it guarantees that the distribution is self-contained by making another
794 # tarfile.
795 distcheck: dist
796 case '$(DIST_ARCHIVES)' in \
797 *.tar.gz*) \
798 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
799 *.tar.bz2*) \
800 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
801 *.tar.lz*) \
802 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
803 *.tar.xz*) \
804 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
805 *.tar.Z*) \
806 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
807 *.shar.gz*) \
808 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
809 *.zip*) \
810 unzip $(distdir).zip ;;\
811 esac
812 chmod -R a-w $(distdir)
813 chmod u+w $(distdir)
814 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
815 chmod a-w $(distdir)
816 test -d $(distdir)/_build || exit 0; \
817 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
818 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
819 && am__cwd=`pwd` \
820 && $(am__cd) $(distdir)/_build/sub \
821 && ../../configure \
822 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
823 $(DISTCHECK_CONFIGURE_FLAGS) \
824 --srcdir=../.. --prefix="$$dc_install_base" \
825 && $(MAKE) $(AM_MAKEFLAGS) \
826 && $(MAKE) $(AM_MAKEFLAGS) dvi \
827 && $(MAKE) $(AM_MAKEFLAGS) check \
828 && $(MAKE) $(AM_MAKEFLAGS) install \
829 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
830 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
831 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
832 distuninstallcheck \
833 && chmod -R a-w "$$dc_install_base" \
834 && ({ \
835 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
836 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
837 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
838 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
839 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
840 } || { rm -rf "$$dc_destdir"; exit 1; }) \
841 && rm -rf "$$dc_destdir" \
842 && $(MAKE) $(AM_MAKEFLAGS) dist \
843 && rm -rf $(DIST_ARCHIVES) \
844 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
845 && cd "$$am__cwd" \
846 || exit 1
847 $(am__post_remove_distdir)
848 @(echo "$(distdir) archives ready for distribution: "; \
849 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
850 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
851 distuninstallcheck:
852 @test -n '$(distuninstallcheck_dir)' || { \
853 echo 'ERROR: trying to run $@ with an empty' \
854 '$$(distuninstallcheck_dir)' >&2; \
855 exit 1; \
856 }; \
857 $(am__cd) '$(distuninstallcheck_dir)' || { \
858 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
859 exit 1; \
860 }; \
861 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
862 || { echo "ERROR: files left after uninstall:" ; \
863 if test -n "$(DESTDIR)"; then \
864 echo " (check DESTDIR support)"; \
865 fi ; \
866 $(distuninstallcheck_listfiles) ; \
867 exit 1; } >&2
868 distcleancheck: distclean
869 @if test '$(srcdir)' = . ; then \
870 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
871 exit 1 ; \
872 fi
873 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
874 || { echo "ERROR: files left in build directory after distclean:" ; \
875 $(distcleancheck_listfiles) ; \
876 exit 1; } >&2
877 check-am: all-am
878 check: check-recursive
879 all-am: Makefile $(HEADERS) spl_config.h
880 installdirs: installdirs-recursive
881 installdirs-am:
882 for dir in "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"; do \
883 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
884 done
885 install: install-recursive
886 install-exec: install-exec-recursive
887 install-data: install-data-recursive
888 uninstall: uninstall-recursive
889
890 install-am: all-am
891 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
892
893 installcheck: installcheck-recursive
894 install-strip:
895 if test -z '$(STRIP)'; then \
896 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
897 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
898 install; \
899 else \
900 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
901 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
902 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
903 fi
904 mostlyclean-generic:
905
906 clean-generic:
907
908 distclean-generic:
909 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
910 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
911
912 maintainer-clean-generic:
913 @echo "This command is intended for maintainers to use"
914 @echo "it deletes files that may require special tools to rebuild."
915 clean: clean-recursive
916
917 clean-am: clean-generic clean-libtool mostlyclean-am
918
919 distclean: distclean-recursive
920 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
921 -rm -f Makefile
922 distclean-am: clean-am distclean-generic distclean-hdr \
923 distclean-libtool distclean-local distclean-tags
924
925 dvi: dvi-recursive
926
927 dvi-am:
928
929 html: html-recursive
930
931 html-am:
932
933 info: info-recursive
934
935 info-am:
936
937 install-data-am: install-extraHEADERS install-nodist_kernelHEADERS
938
939 install-dvi: install-dvi-recursive
940
941 install-dvi-am:
942
943 install-exec-am:
944
945 install-html: install-html-recursive
946
947 install-html-am:
948
949 install-info: install-info-recursive
950
951 install-info-am:
952
953 install-man:
954
955 install-pdf: install-pdf-recursive
956
957 install-pdf-am:
958
959 install-ps: install-ps-recursive
960
961 install-ps-am:
962
963 installcheck-am:
964
965 maintainer-clean: maintainer-clean-recursive
966 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
967 -rm -rf $(top_srcdir)/autom4te.cache
968 -rm -f Makefile
969 maintainer-clean-am: distclean-am maintainer-clean-generic
970
971 mostlyclean: mostlyclean-recursive
972
973 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
974
975 pdf: pdf-recursive
976
977 pdf-am:
978
979 ps: ps-recursive
980
981 ps-am:
982
983 uninstall-am: uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
984
985 .MAKE: $(am__recursive_targets) all install-am install-strip
986
987 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
988 am--refresh check check-am clean clean-cscope clean-generic \
989 clean-libtool cscope cscopelist-am ctags ctags-am dist \
990 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
991 dist-tarZ dist-xz dist-zip distcheck distclean \
992 distclean-generic distclean-hdr distclean-libtool \
993 distclean-local distclean-tags distcleancheck distdir \
994 distuninstallcheck dvi dvi-am html html-am info info-am \
995 install install-am install-data install-data-am install-dvi \
996 install-dvi-am install-exec install-exec-am \
997 install-extraHEADERS install-html install-html-am install-info \
998 install-info-am install-man install-nodist_kernelHEADERS \
999 install-pdf install-pdf-am install-ps install-ps-am \
1000 install-strip installcheck installcheck-am installdirs \
1001 installdirs-am maintainer-clean maintainer-clean-generic \
1002 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1003 ps ps-am tags tags-am uninstall uninstall-am \
1004 uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
1005
1006 .PRECIOUS: Makefile
1007
1008
1009 srpm-kmod:
1010 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1011 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common
1012
1013 srpm-dkms:
1014 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1015 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_DKMS}' srpm-common
1016
1017 srpm-utils:
1018 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1019 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_UTIL}' srpm-common
1020
1021 srpm: srpm-kmod srpm-dkms srpm-utils
1022 srpms: srpm-kmod srpm-dkms srpm-utils
1023
1024 rpm-kmod: srpm-kmod
1025 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1026 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common
1027
1028 rpm-dkms: srpm-dkms
1029 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1030 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common
1031
1032 rpm-utils: srpm-utils
1033 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1034 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_UTIL}' rpm-common
1035
1036 rpm: rpm-kmod rpm-dkms rpm-utils
1037 rpms: rpm-kmod rpm-dkms rpm-utils
1038
1039 rpm-local:
1040 @(if test "${HAVE_RPMBUILD}" = "no"; then \
1041 echo -e "\n" \
1042 "*** Required util ${RPMBUILD} missing. Please install the\n" \
1043 "*** package for your distribution which provides ${RPMBUILD},\n" \
1044 "*** re-run configure, and try again.\n"; \
1045 exit 1; \
1046 fi; \
1047 mkdir -p $(rpmbuild)/TMP && \
1048 mkdir -p $(rpmbuild)/BUILD && \
1049 mkdir -p $(rpmbuild)/RPMS && \
1050 mkdir -p $(rpmbuild)/SRPMS && \
1051 mkdir -p $(rpmbuild)/SPECS && \
1052 cp ${RPM_SPEC_DIR}/$(rpmspec) $(rpmbuild)/SPECS && \
1053 mkdir -p $(rpmbuild)/SOURCES && \
1054 cp $(top_srcdir)/scripts/kmodtool $(rpmbuild)/SOURCES && \
1055 cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
1056
1057 srpm-common: dist
1058 @(dist=`$(RPM) --eval %{?dist}`; \
1059 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1060 rpmspec=$(pkg).spec; \
1061 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1062 $(MAKE) $(AM_MAKEFLAGS) \
1063 rpmbuild="$$rpmbuild" \
1064 rpmspec="$$rpmspec" \
1065 rpm-local || exit 1; \
1066 LANG=C $(RPMBUILD) \
1067 --define "_tmppath $$rpmbuild/TMP" \
1068 --define "_topdir $$rpmbuild" \
1069 $(def) -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
1070 cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
1071 rm -R $$rpmbuild)
1072
1073 rpm-common:
1074 @(dist=`$(RPM) --eval %{?dist}`; \
1075 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1076 rpmspec=$(pkg).spec; \
1077 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1078 $(MAKE) $(AM_MAKEFLAGS) \
1079 rpmbuild="$$rpmbuild" \
1080 rpmspec="$$rpmspec" \
1081 rpm-local || exit 1; \
1082 LANG=C ${RPMBUILD} \
1083 --define "_tmppath $$rpmbuild/TMP" \
1084 --define "_topdir $$rpmbuild" \
1085 $(def) --rebuild $$rpmpkg || exit 1; \
1086 cp $$rpmbuild/RPMS/*/* . || exit 1; \
1087 rm -R $$rpmbuild)
1088
1089 deb-local:
1090 @(if test "${HAVE_DPKGBUILD}" = "no"; then \
1091 echo -e "\n" \
1092 "*** Required util ${DPKGBUILD} missing. Please install the\n" \
1093 "*** package for your distribution which provides ${DPKGBUILD},\n" \
1094 "*** re-run configure, and try again.\n"; \
1095 exit 1; \
1096 fi; \
1097 if test "${HAVE_ALIEN}" = "no"; then \
1098 echo -e "\n" \
1099 "*** Required util ${ALIEN} missing. Please install the\n" \
1100 "*** package for your distribution which provides ${ALIEN},\n" \
1101 "*** re-run configure, and try again.\n"; \
1102 exit 1; \
1103 fi)
1104
1105 deb-kmod: deb-local rpm-kmod
1106 @CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1107 @CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1108 @CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1109 @CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1110 @CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \
1111 @CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1112
1113 deb-utils: deb-local rpm-utils
1114 @CONFIG_USER_TRUE@ name=${PACKAGE}; \
1115 @CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1116 @CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1117 @CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1118 @CONFIG_USER_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \
1119 @CONFIG_USER_TRUE@ $(RM) $$pkg1
1120
1121 deb: deb-kmod deb-utils
1122
1123 tgz-local:
1124 @(if test "${HAVE_ALIEN}" = "no"; then \
1125 echo -e "\n" \
1126 "*** Required util ${ALIEN} missing. Please install the\n" \
1127 "*** package for your distribution which provides ${ALIEN},\n" \
1128 "*** re-run configure, and try again.\n"; \
1129 exit 1; \
1130 fi)
1131
1132 tgz-kmod: tgz-local rpm-kmod
1133 @CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1134 @CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1135 @CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1136 @CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1137 @CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
1138 @CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1139
1140 tgz-utils: tgz-local rpm-utils
1141 @CONFIG_USER_TRUE@ name=${PACKAGE}; \
1142 @CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1143 @CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1144 @CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1145 @CONFIG_USER_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
1146 @CONFIG_USER_TRUE@ $(RM) $$pkg1
1147
1148 tgz: tgz-kmod tgz-utils
1149
1150 distclean-local::
1151 -$(RM) -R autom4te*.cache
1152 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
1153 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
1154 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
1155 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
1156 -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
1157 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
1158 -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \
1159 -o -name '*.order' -o -name '*.markers' \) \
1160 -type f -print | xargs $(RM)
1161
1162 dist-hook:
1163 sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \
1164 $(distdir)/META
1165
1166 ctags:
1167 $(RM) tags
1168 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1169
1170 etags:
1171 $(RM) TAGS
1172 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1173
1174 tags: ctags etags
1175
1176 pkg: @DEFAULT_PACKAGE@
1177 pkg-kmod: @DEFAULT_PACKAGE@-kmod
1178 pkg-utils: @DEFAULT_PACKAGE@-utils
1179
1180 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1181 # Otherwise a system limit (for SysV at least) may be exceeded.
1182 .NOEXPORT: