]> git.proxmox.com Git - mirror_spl-debian.git/blob - Makefile.in
Merge tag 'upstream/0.6.5.10'
[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 sbindir = @sbindir@
448 sharedstatedir = @sharedstatedir@
449 srcdir = @srcdir@
450 sysconfdir = @sysconfdir@
451 target = @target@
452 target_alias = @target_alias@
453 target_cpu = @target_cpu@
454 target_os = @target_os@
455 target_vendor = @target_vendor@
456 top_build_prefix = @top_build_prefix@
457 top_builddir = @top_builddir@
458 top_srcdir = @top_srcdir@
459 ACLOCAL_AMFLAGS = -I config
460 SUBDIRS = include rpm $(am__append_1) $(am__append_2)
461 @CONFIG_KERNEL_TRUE@extradir = @prefix@/src/spl-$(VERSION)
462 @CONFIG_KERNEL_TRUE@extra_HEADERS = spl.release.in spl_config.h.in
463 @CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/$(LINUX_VERSION)
464 @CONFIG_KERNEL_TRUE@nodist_kernel_HEADERS = spl.release spl_config.h module/$(LINUX_SYMBOLS)
465 AUTOMAKE_OPTIONS = foreign
466 EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin config/config.awk \
467 config/rpm.am config/deb.am config/tgz.am
468 all: spl_config.h
469 $(MAKE) $(AM_MAKEFLAGS) all-recursive
470
471 .SUFFIXES:
472 am--refresh: Makefile
473 @:
474 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__configure_deps)
475 @for dep in $?; do \
476 case '$(am__configure_deps)' in \
477 *$$dep*) \
478 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
479 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
480 && exit 0; \
481 exit 1;; \
482 esac; \
483 done; \
484 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
485 $(am__cd) $(top_srcdir) && \
486 $(AUTOMAKE) --foreign Makefile
487 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
488 @case '$?' in \
489 *config.status*) \
490 echo ' $(SHELL) ./config.status'; \
491 $(SHELL) ./config.status;; \
492 *) \
493 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
494 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
495 esac;
496 $(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__empty):
497
498 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
499 $(SHELL) ./config.status --recheck
500
501 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
502 $(am__cd) $(srcdir) && $(AUTOCONF)
503 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
504 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
505 $(am__aclocal_m4_deps):
506
507 spl_config.h: stamp-h1
508 @test -f $@ || rm -f stamp-h1
509 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
510
511 stamp-h1: $(srcdir)/spl_config.h.in $(top_builddir)/config.status
512 @rm -f stamp-h1
513 cd $(top_builddir) && $(SHELL) ./config.status spl_config.h
514 $(srcdir)/spl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
515 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
516 rm -f stamp-h1
517 touch $@
518
519 distclean-hdr:
520 -rm -f spl_config.h stamp-h1
521 module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
522 cd $(top_builddir) && $(SHELL) ./config.status $@
523 module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
524 cd $(top_builddir) && $(SHELL) ./config.status $@
525 module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
526 cd $(top_builddir) && $(SHELL) ./config.status $@
527 spl.release: $(top_builddir)/config.status $(srcdir)/spl.release.in
528 cd $(top_builddir) && $(SHELL) ./config.status $@
529
530 mostlyclean-libtool:
531 -rm -f *.lo
532
533 clean-libtool:
534 -rm -rf .libs _libs
535
536 distclean-libtool:
537 -rm -f libtool config.lt
538 install-extraHEADERS: $(extra_HEADERS)
539 @$(NORMAL_INSTALL)
540 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
541 if test -n "$$list"; then \
542 echo " $(MKDIR_P) '$(DESTDIR)$(extradir)'"; \
543 $(MKDIR_P) "$(DESTDIR)$(extradir)" || exit 1; \
544 fi; \
545 for p in $$list; do \
546 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547 echo "$$d$$p"; \
548 done | $(am__base_list) | \
549 while read files; do \
550 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(extradir)'"; \
551 $(INSTALL_HEADER) $$files "$(DESTDIR)$(extradir)" || exit $$?; \
552 done
553
554 uninstall-extraHEADERS:
555 @$(NORMAL_UNINSTALL)
556 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
557 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
558 dir='$(DESTDIR)$(extradir)'; $(am__uninstall_files_from_dir)
559 install-nodist_kernelHEADERS: $(nodist_kernel_HEADERS)
560 @$(NORMAL_INSTALL)
561 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
562 if test -n "$$list"; then \
563 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
564 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
565 fi; \
566 for p in $$list; do \
567 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
568 echo "$$d$$p"; \
569 done | $(am__base_list) | \
570 while read files; do \
571 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
572 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
573 done
574
575 uninstall-nodist_kernelHEADERS:
576 @$(NORMAL_UNINSTALL)
577 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
578 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
579 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
580
581 # This directory's subdirectories are mostly independent; you can cd
582 # into them and run 'make' without going through this Makefile.
583 # To change the values of 'make' variables: instead of editing Makefiles,
584 # (1) if the variable is set in 'config.status', edit 'config.status'
585 # (which will cause the Makefiles to be regenerated when you run 'make');
586 # (2) otherwise, pass the desired values on the 'make' command line.
587 $(am__recursive_targets):
588 @fail=; \
589 if $(am__make_keepgoing); then \
590 failcom='fail=yes'; \
591 else \
592 failcom='exit 1'; \
593 fi; \
594 dot_seen=no; \
595 target=`echo $@ | sed s/-recursive//`; \
596 case "$@" in \
597 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
598 *) list='$(SUBDIRS)' ;; \
599 esac; \
600 for subdir in $$list; do \
601 echo "Making $$target in $$subdir"; \
602 if test "$$subdir" = "."; then \
603 dot_seen=yes; \
604 local_target="$$target-am"; \
605 else \
606 local_target="$$target"; \
607 fi; \
608 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609 || eval $$failcom; \
610 done; \
611 if test "$$dot_seen" = "no"; then \
612 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
613 fi; test -z "$$fail"
614
615 ID: $(am__tagged_files)
616 $(am__define_uniq_tagged_files); mkid -fID $$unique
617 TAGS: tags
618
619 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620 set x; \
621 here=`pwd`; \
622 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
623 include_option=--etags-include; \
624 empty_fix=.; \
625 else \
626 include_option=--include; \
627 empty_fix=; \
628 fi; \
629 list='$(SUBDIRS)'; for subdir in $$list; do \
630 if test "$$subdir" = .; then :; else \
631 test ! -f $$subdir/TAGS || \
632 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
633 fi; \
634 done; \
635 $(am__define_uniq_tagged_files); \
636 shift; \
637 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
638 test -n "$$unique" || unique=$$empty_fix; \
639 if test $$# -gt 0; then \
640 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
641 "$$@" $$unique; \
642 else \
643 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
644 $$unique; \
645 fi; \
646 fi
647
648 CTAGS: ctags
649 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650 $(am__define_uniq_tagged_files); \
651 test -z "$(CTAGS_ARGS)$$unique" \
652 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653 $$unique
654
655 GTAGS:
656 here=`$(am__cd) $(top_builddir) && pwd` \
657 && $(am__cd) $(top_srcdir) \
658 && gtags -i $(GTAGS_ARGS) "$$here"
659 cscope: cscope.files
660 test ! -s cscope.files \
661 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
662 clean-cscope:
663 -rm -f cscope.files
664 cscope.files: clean-cscope cscopelist
665 cscopelist: cscopelist-recursive
666
667 cscopelist-am: $(am__tagged_files)
668 list='$(am__tagged_files)'; \
669 case "$(srcdir)" in \
670 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
671 *) sdir=$(subdir)/$(srcdir) ;; \
672 esac; \
673 for i in $$list; do \
674 if test -f "$$i"; then \
675 echo "$(subdir)/$$i"; \
676 else \
677 echo "$$sdir/$$i"; \
678 fi; \
679 done >> $(top_builddir)/cscope.files
680
681 distclean-tags:
682 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
683 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
684
685 distdir: $(DISTFILES)
686 $(am__remove_distdir)
687 test -d "$(distdir)" || mkdir "$(distdir)"
688 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
689 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690 list='$(DISTFILES)'; \
691 dist_files=`for file in $$list; do echo $$file; done | \
692 sed -e "s|^$$srcdirstrip/||;t" \
693 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
694 case $$dist_files in \
695 */*) $(MKDIR_P) `echo "$$dist_files" | \
696 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
697 sort -u` ;; \
698 esac; \
699 for file in $$dist_files; do \
700 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
701 if test -d $$d/$$file; then \
702 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
703 if test -d "$(distdir)/$$file"; then \
704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705 fi; \
706 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
707 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
708 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
709 fi; \
710 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
711 else \
712 test -f "$(distdir)/$$file" \
713 || cp -p $$d/$$file "$(distdir)/$$file" \
714 || exit 1; \
715 fi; \
716 done
717 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
718 if test "$$subdir" = .; then :; else \
719 $(am__make_dryrun) \
720 || test -d "$(distdir)/$$subdir" \
721 || $(MKDIR_P) "$(distdir)/$$subdir" \
722 || exit 1; \
723 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
724 $(am__relativize); \
725 new_distdir=$$reldir; \
726 dir1=$$subdir; dir2="$(top_distdir)"; \
727 $(am__relativize); \
728 new_top_distdir=$$reldir; \
729 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
730 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
731 ($(am__cd) $$subdir && \
732 $(MAKE) $(AM_MAKEFLAGS) \
733 top_distdir="$$new_top_distdir" \
734 distdir="$$new_distdir" \
735 am__remove_distdir=: \
736 am__skip_length_check=: \
737 am__skip_mode_fix=: \
738 distdir) \
739 || exit 1; \
740 fi; \
741 done
742 $(MAKE) $(AM_MAKEFLAGS) \
743 top_distdir="$(top_distdir)" distdir="$(distdir)" \
744 dist-hook
745 -test -n "$(am__skip_mode_fix)" \
746 || find "$(distdir)" -type d ! -perm -755 \
747 -exec chmod u+rwx,go+rx {} \; -o \
748 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
749 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
750 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
751 || chmod -R a+r "$(distdir)"
752 dist-gzip: distdir
753 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
754 $(am__post_remove_distdir)
755
756 dist-bzip2: distdir
757 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
758 $(am__post_remove_distdir)
759
760 dist-lzip: distdir
761 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
762 $(am__post_remove_distdir)
763
764 dist-xz: distdir
765 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
766 $(am__post_remove_distdir)
767
768 dist-tarZ: distdir
769 @echo WARNING: "Support for distribution archives compressed with" \
770 "legacy program 'compress' is deprecated." >&2
771 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
772 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
773 $(am__post_remove_distdir)
774
775 dist-shar: distdir
776 @echo WARNING: "Support for shar distribution archives is" \
777 "deprecated." >&2
778 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
779 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
780 $(am__post_remove_distdir)
781
782 dist-zip: distdir
783 -rm -f $(distdir).zip
784 zip -rq $(distdir).zip $(distdir)
785 $(am__post_remove_distdir)
786
787 dist dist-all:
788 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
789 $(am__post_remove_distdir)
790
791 # This target untars the dist file and tries a VPATH configuration. Then
792 # it guarantees that the distribution is self-contained by making another
793 # tarfile.
794 distcheck: dist
795 case '$(DIST_ARCHIVES)' in \
796 *.tar.gz*) \
797 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
798 *.tar.bz2*) \
799 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
800 *.tar.lz*) \
801 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
802 *.tar.xz*) \
803 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
804 *.tar.Z*) \
805 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
806 *.shar.gz*) \
807 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
808 *.zip*) \
809 unzip $(distdir).zip ;;\
810 esac
811 chmod -R a-w $(distdir)
812 chmod u+w $(distdir)
813 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
814 chmod a-w $(distdir)
815 test -d $(distdir)/_build || exit 0; \
816 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
817 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
818 && am__cwd=`pwd` \
819 && $(am__cd) $(distdir)/_build/sub \
820 && ../../configure \
821 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
822 $(DISTCHECK_CONFIGURE_FLAGS) \
823 --srcdir=../.. --prefix="$$dc_install_base" \
824 && $(MAKE) $(AM_MAKEFLAGS) \
825 && $(MAKE) $(AM_MAKEFLAGS) dvi \
826 && $(MAKE) $(AM_MAKEFLAGS) check \
827 && $(MAKE) $(AM_MAKEFLAGS) install \
828 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
829 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
830 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
831 distuninstallcheck \
832 && chmod -R a-w "$$dc_install_base" \
833 && ({ \
834 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
835 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
836 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
837 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
838 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
839 } || { rm -rf "$$dc_destdir"; exit 1; }) \
840 && rm -rf "$$dc_destdir" \
841 && $(MAKE) $(AM_MAKEFLAGS) dist \
842 && rm -rf $(DIST_ARCHIVES) \
843 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
844 && cd "$$am__cwd" \
845 || exit 1
846 $(am__post_remove_distdir)
847 @(echo "$(distdir) archives ready for distribution: "; \
848 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
849 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
850 distuninstallcheck:
851 @test -n '$(distuninstallcheck_dir)' || { \
852 echo 'ERROR: trying to run $@ with an empty' \
853 '$$(distuninstallcheck_dir)' >&2; \
854 exit 1; \
855 }; \
856 $(am__cd) '$(distuninstallcheck_dir)' || { \
857 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
858 exit 1; \
859 }; \
860 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
861 || { echo "ERROR: files left after uninstall:" ; \
862 if test -n "$(DESTDIR)"; then \
863 echo " (check DESTDIR support)"; \
864 fi ; \
865 $(distuninstallcheck_listfiles) ; \
866 exit 1; } >&2
867 distcleancheck: distclean
868 @if test '$(srcdir)' = . ; then \
869 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
870 exit 1 ; \
871 fi
872 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
873 || { echo "ERROR: files left in build directory after distclean:" ; \
874 $(distcleancheck_listfiles) ; \
875 exit 1; } >&2
876 check-am: all-am
877 check: check-recursive
878 all-am: Makefile $(HEADERS) spl_config.h
879 installdirs: installdirs-recursive
880 installdirs-am:
881 for dir in "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"; do \
882 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
883 done
884 install: install-recursive
885 install-exec: install-exec-recursive
886 install-data: install-data-recursive
887 uninstall: uninstall-recursive
888
889 install-am: all-am
890 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
891
892 installcheck: installcheck-recursive
893 install-strip:
894 if test -z '$(STRIP)'; then \
895 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
896 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
897 install; \
898 else \
899 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
900 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
901 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
902 fi
903 mostlyclean-generic:
904
905 clean-generic:
906
907 distclean-generic:
908 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
909 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
910
911 maintainer-clean-generic:
912 @echo "This command is intended for maintainers to use"
913 @echo "it deletes files that may require special tools to rebuild."
914 clean: clean-recursive
915
916 clean-am: clean-generic clean-libtool mostlyclean-am
917
918 distclean: distclean-recursive
919 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
920 -rm -f Makefile
921 distclean-am: clean-am distclean-generic distclean-hdr \
922 distclean-libtool distclean-local distclean-tags
923
924 dvi: dvi-recursive
925
926 dvi-am:
927
928 html: html-recursive
929
930 html-am:
931
932 info: info-recursive
933
934 info-am:
935
936 install-data-am: install-extraHEADERS install-nodist_kernelHEADERS
937
938 install-dvi: install-dvi-recursive
939
940 install-dvi-am:
941
942 install-exec-am:
943
944 install-html: install-html-recursive
945
946 install-html-am:
947
948 install-info: install-info-recursive
949
950 install-info-am:
951
952 install-man:
953
954 install-pdf: install-pdf-recursive
955
956 install-pdf-am:
957
958 install-ps: install-ps-recursive
959
960 install-ps-am:
961
962 installcheck-am:
963
964 maintainer-clean: maintainer-clean-recursive
965 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
966 -rm -rf $(top_srcdir)/autom4te.cache
967 -rm -f Makefile
968 maintainer-clean-am: distclean-am maintainer-clean-generic
969
970 mostlyclean: mostlyclean-recursive
971
972 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
973
974 pdf: pdf-recursive
975
976 pdf-am:
977
978 ps: ps-recursive
979
980 ps-am:
981
982 uninstall-am: uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
983
984 .MAKE: $(am__recursive_targets) all install-am install-strip
985
986 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
987 am--refresh check check-am clean clean-cscope clean-generic \
988 clean-libtool cscope cscopelist-am ctags ctags-am dist \
989 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
990 dist-tarZ dist-xz dist-zip distcheck distclean \
991 distclean-generic distclean-hdr distclean-libtool \
992 distclean-local distclean-tags distcleancheck distdir \
993 distuninstallcheck dvi dvi-am html html-am info info-am \
994 install install-am install-data install-data-am install-dvi \
995 install-dvi-am install-exec install-exec-am \
996 install-extraHEADERS install-html install-html-am install-info \
997 install-info-am install-man install-nodist_kernelHEADERS \
998 install-pdf install-pdf-am install-ps install-ps-am \
999 install-strip installcheck installcheck-am installdirs \
1000 installdirs-am maintainer-clean maintainer-clean-generic \
1001 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1002 ps ps-am tags tags-am uninstall uninstall-am \
1003 uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
1004
1005 .PRECIOUS: Makefile
1006
1007
1008 srpm-kmod:
1009 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1010 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common
1011
1012 srpm-dkms:
1013 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1014 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_DKMS}' srpm-common
1015
1016 srpm-utils:
1017 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1018 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_UTIL}' srpm-common
1019
1020 srpm: srpm-kmod srpm-dkms srpm-utils
1021 srpms: srpm-kmod srpm-dkms srpm-utils
1022
1023 rpm-kmod: srpm-kmod
1024 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1025 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common
1026
1027 rpm-dkms: srpm-dkms
1028 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1029 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common
1030
1031 rpm-utils: srpm-utils
1032 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1033 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_UTIL}' rpm-common
1034
1035 rpm: rpm-kmod rpm-dkms rpm-utils
1036 rpms: rpm-kmod rpm-dkms rpm-utils
1037
1038 rpm-local:
1039 @(if test "${HAVE_RPMBUILD}" = "no"; then \
1040 echo -e "\n" \
1041 "*** Required util ${RPMBUILD} missing. Please install the\n" \
1042 "*** package for your distribution which provides ${RPMBUILD},\n" \
1043 "*** re-run configure, and try again.\n"; \
1044 exit 1; \
1045 fi; \
1046 mkdir -p $(rpmbuild)/TMP && \
1047 mkdir -p $(rpmbuild)/BUILD && \
1048 mkdir -p $(rpmbuild)/RPMS && \
1049 mkdir -p $(rpmbuild)/SRPMS && \
1050 mkdir -p $(rpmbuild)/SPECS && \
1051 cp ${RPM_SPEC_DIR}/$(rpmspec) $(rpmbuild)/SPECS && \
1052 mkdir -p $(rpmbuild)/SOURCES && \
1053 cp $(top_srcdir)/scripts/kmodtool $(rpmbuild)/SOURCES && \
1054 cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
1055
1056 srpm-common: dist
1057 @(dist=`$(RPM) --eval %{?dist}`; \
1058 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1059 rpmspec=$(pkg).spec; \
1060 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1061 $(MAKE) $(AM_MAKEFLAGS) \
1062 rpmbuild="$$rpmbuild" \
1063 rpmspec="$$rpmspec" \
1064 rpm-local || exit 1; \
1065 LANG=C $(RPMBUILD) \
1066 --define "_tmppath $$rpmbuild/TMP" \
1067 --define "_topdir $$rpmbuild" \
1068 $(def) -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \
1069 cp $$rpmbuild/SRPMS/$$rpmpkg . || exit 1; \
1070 rm -R $$rpmbuild)
1071
1072 rpm-common:
1073 @(dist=`$(RPM) --eval %{?dist}`; \
1074 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
1075 rpmspec=$(pkg).spec; \
1076 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
1077 $(MAKE) $(AM_MAKEFLAGS) \
1078 rpmbuild="$$rpmbuild" \
1079 rpmspec="$$rpmspec" \
1080 rpm-local || exit 1; \
1081 LANG=C ${RPMBUILD} \
1082 --define "_tmppath $$rpmbuild/TMP" \
1083 --define "_topdir $$rpmbuild" \
1084 $(def) --rebuild $$rpmpkg || exit 1; \
1085 cp $$rpmbuild/RPMS/*/* . || exit 1; \
1086 rm -R $$rpmbuild)
1087
1088 deb-local:
1089 @(if test "${HAVE_DPKGBUILD}" = "no"; then \
1090 echo -e "\n" \
1091 "*** Required util ${DPKGBUILD} missing. Please install the\n" \
1092 "*** package for your distribution which provides ${DPKGBUILD},\n" \
1093 "*** re-run configure, and try again.\n"; \
1094 exit 1; \
1095 fi; \
1096 if test "${HAVE_ALIEN}" = "no"; then \
1097 echo -e "\n" \
1098 "*** Required util ${ALIEN} missing. Please install the\n" \
1099 "*** package for your distribution which provides ${ALIEN},\n" \
1100 "*** re-run configure, and try again.\n"; \
1101 exit 1; \
1102 fi)
1103
1104 deb-kmod: deb-local rpm-kmod
1105 @CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1106 @CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1107 @CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1108 @CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1109 @CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \
1110 @CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1111
1112 deb-utils: deb-local rpm-utils
1113 @CONFIG_USER_TRUE@ name=${PACKAGE}; \
1114 @CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1115 @CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1116 @CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1117 @CONFIG_USER_TRUE@ fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \
1118 @CONFIG_USER_TRUE@ $(RM) $$pkg1
1119
1120 deb: deb-kmod deb-utils
1121
1122 tgz-local:
1123 @(if test "${HAVE_ALIEN}" = "no"; then \
1124 echo -e "\n" \
1125 "*** Required util ${ALIEN} missing. Please install the\n" \
1126 "*** package for your distribution which provides ${ALIEN},\n" \
1127 "*** re-run configure, and try again.\n"; \
1128 exit 1; \
1129 fi)
1130
1131 tgz-kmod: tgz-local rpm-kmod
1132 @CONFIG_KERNEL_TRUE@ name=${PACKAGE}; \
1133 @CONFIG_KERNEL_TRUE@ version=${VERSION}-${RELEASE}; \
1134 @CONFIG_KERNEL_TRUE@ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
1135 @CONFIG_KERNEL_TRUE@ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
1136 @CONFIG_KERNEL_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
1137 @CONFIG_KERNEL_TRUE@ $(RM) $$pkg1
1138
1139 tgz-utils: tgz-local rpm-utils
1140 @CONFIG_USER_TRUE@ name=${PACKAGE}; \
1141 @CONFIG_USER_TRUE@ version=${VERSION}-${RELEASE}; \
1142 @CONFIG_USER_TRUE@ arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
1143 @CONFIG_USER_TRUE@ pkg1=$${name}-$${version}.$${arch}.rpm; \
1144 @CONFIG_USER_TRUE@ fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
1145 @CONFIG_USER_TRUE@ $(RM) $$pkg1
1146
1147 tgz: tgz-kmod tgz-utils
1148
1149 distclean-local::
1150 -$(RM) -R autom4te*.cache
1151 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
1152 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
1153 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
1154 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
1155 -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
1156 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
1157 -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \
1158 -o -name '*.order' -o -name '*.markers' \) \
1159 -type f -print | xargs $(RM)
1160
1161 dist-hook:
1162 sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \
1163 $(distdir)/META
1164
1165 ctags:
1166 $(RM) tags
1167 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1168
1169 etags:
1170 $(RM) TAGS
1171 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1172
1173 tags: ctags etags
1174
1175 pkg: @DEFAULT_PACKAGE@
1176 pkg-kmod: @DEFAULT_PACKAGE@-kmod
1177 pkg-utils: @DEFAULT_PACKAGE@-utils
1178
1179 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1180 # Otherwise a system limit (for SysV at least) may be exceeded.
1181 .NOEXPORT: