]> git.proxmox.com Git - mirror_spl-debian.git/blame - Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / Makefile.in
CommitLineData
ac9cc135 1# Makefile.in generated by automake 1.15 from Makefile.am.
10946b02
AX
2# @configure_input@
3
ac9cc135
AX
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
10946b02
AX
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
53VPATH = @srcdir@
ac9cc135
AX
54am__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}
65am__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
107am__make_dryrun = (target_option=n; $(am__make_running_with_option))
108am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
10946b02
AX
109pkgdatadir = $(datadir)/@PACKAGE@
110pkgincludedir = $(includedir)/@PACKAGE@
111pkglibdir = $(libdir)/@PACKAGE@
112pkglibexecdir = $(libexecdir)/@PACKAGE@
113am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
114install_sh_DATA = $(install_sh) -c -m 644
115install_sh_PROGRAM = $(install_sh) -c
116install_sh_SCRIPT = $(install_sh) -c
117INSTALL_HEADER = $(INSTALL_DATA)
118transform = $(program_transform_name)
119NORMAL_INSTALL = :
120PRE_INSTALL = :
121POST_INSTALL = :
122NORMAL_UNINSTALL = :
123PRE_UNINSTALL = :
124POST_UNINSTALL = :
125build_triplet = @build@
126host_triplet = @host@
127target_triplet = @target@
10946b02
AX
128@CONFIG_USER_TRUE@am__append_1 = lib cmd man scripts
129@CONFIG_KERNEL_TRUE@am__append_2 = module
130subdir = .
131ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132am__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
139am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140 $(ACLOCAL_M4)
ac9cc135
AX
141DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
142 $(am__configure_deps) $(am__extra_HEADERS_DIST) \
143 $(am__DIST_COMMON)
10946b02
AX
144am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
145 configure.lineno config.status.lineno
146mkinstalldirs = $(install_sh) -d
147CONFIG_HEADER = spl_config.h
148CONFIG_CLEAN_FILES = module/Makefile module/spl/Makefile \
149 module/splat/Makefile spl.release
150CONFIG_CLEAN_VPATH_FILES =
ac9cc135
AX
151AM_V_P = $(am__v_P_@AM_V@)
152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153am__v_P_0 = false
154am__v_P_1 = :
10946b02
AX
155AM_V_GEN = $(am__v_GEN_@AM_V@)
156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
ac9cc135
AX
157am__v_GEN_0 = @echo " GEN " $@;
158am__v_GEN_1 =
10946b02
AX
159AM_V_at = $(am__v_at_@AM_V@)
160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161am__v_at_0 = @
ac9cc135 162am__v_at_1 =
10946b02
AX
163SOURCES =
164DIST_SOURCES =
ac9cc135
AX
165RECURSIVE_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
173am__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
10946b02
AX
178am__extra_HEADERS_DIST = spl.release.in spl_config.h.in
179am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
180am__vpath_adj = case $$p in \
181 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
182 *) f=$$p;; \
183 esac;
184am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
185am__install_max = 40
186am__nobase_strip_setup = \
187 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
188am__nobase_strip = \
189 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
190am__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] }'
197am__base_list = \
198 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
199 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
200am__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 }
206am__installdirs = "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"
207HEADERS = $(extra_HEADERS) $(nodist_kernel_HEADERS)
208RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
209 distclean-recursive maintainer-clean-recursive
ac9cc135
AX
210am__recursive_targets = \
211 $(RECURSIVE_TARGETS) \
212 $(RECURSIVE_CLEAN_TARGETS) \
213 $(am__extra_recursive_targets)
214AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
215 cscope distdir dist dist-all distcheck
216am__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.
221am__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.
229am__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)`
10946b02
AX
234ETAGS = etags
235CTAGS = ctags
ac9cc135 236CSCOPE = cscope
10946b02 237DIST_SUBDIRS = include rpm lib cmd man scripts module
ac9cc135
AX
238am__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
10946b02
AX
249DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250distdir = $(PACKAGE)-$(VERSION)
251top_distdir = $(distdir)
252am__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
ac9cc135 258am__post_remove_distdir = $(am__remove_distdir)
10946b02
AX
259am__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"
284DIST_ARCHIVES = $(distdir).tar.gz
285GZIP_ENV = --best
ac9cc135 286DIST_TARGETS = dist-gzip
10946b02
AX
287distuninstallcheck_listfiles = find . -type f -print
288am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
289 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
290distcleancheck_listfiles = find . -type f -print
291ACLOCAL = @ACLOCAL@
292ALIEN = @ALIEN@
293ALIEN_VERSION = @ALIEN_VERSION@
294AMTAR = @AMTAR@
295AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
296AR = @AR@
297AUTOCONF = @AUTOCONF@
298AUTOHEADER = @AUTOHEADER@
299AUTOMAKE = @AUTOMAKE@
300AWK = @AWK@
301CC = @CC@
302CCDEPMODE = @CCDEPMODE@
303CFLAGS = @CFLAGS@
304CPP = @CPP@
305CPPFLAGS = @CPPFLAGS@
306CYGPATH_W = @CYGPATH_W@
307DEBUG_CFLAGS = @DEBUG_CFLAGS@
308DEBUG_KMEM = @DEBUG_KMEM@
309DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
310DEBUG_SPL = @DEBUG_SPL@
311DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
312DEFS = @DEFS@
313DEPDIR = @DEPDIR@
314DLLTOOL = @DLLTOOL@
315DPKG = @DPKG@
316DPKGBUILD = @DPKGBUILD@
317DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
318DPKG_VERSION = @DPKG_VERSION@
319DSYMUTIL = @DSYMUTIL@
320DUMPBIN = @DUMPBIN@
321ECHO_C = @ECHO_C@
322ECHO_N = @ECHO_N@
323ECHO_T = @ECHO_T@
324EGREP = @EGREP@
325EXEEXT = @EXEEXT@
326FGREP = @FGREP@
327GREP = @GREP@
328HAVE_ALIEN = @HAVE_ALIEN@
329HAVE_DPKG = @HAVE_DPKG@
330HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
331HAVE_RPM = @HAVE_RPM@
332HAVE_RPMBUILD = @HAVE_RPMBUILD@
333INSTALL = @INSTALL@
334INSTALL_DATA = @INSTALL_DATA@
335INSTALL_PROGRAM = @INSTALL_PROGRAM@
336INSTALL_SCRIPT = @INSTALL_SCRIPT@
337INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
338KERNELCPPFLAGS = @KERNELCPPFLAGS@
339KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
340LD = @LD@
341LDFLAGS = @LDFLAGS@
342LIBOBJS = @LIBOBJS@
343LIBS = @LIBS@
344LIBTOOL = @LIBTOOL@
345LINUX = @LINUX@
346LINUX_OBJ = @LINUX_OBJ@
347LINUX_SYMBOLS = @LINUX_SYMBOLS@
348LINUX_VERSION = @LINUX_VERSION@
349LIPO = @LIPO@
350LN_S = @LN_S@
351LTLIBOBJS = @LTLIBOBJS@
ac9cc135 352LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
10946b02
AX
353MAINT = @MAINT@
354MAKEINFO = @MAKEINFO@
355MANIFEST_TOOL = @MANIFEST_TOOL@
356MKDIR_P = @MKDIR_P@
357NM = @NM@
358NMEDIT = @NMEDIT@
359OBJDUMP = @OBJDUMP@
360OBJEXT = @OBJEXT@
361OTOOL = @OTOOL@
362OTOOL64 = @OTOOL64@
363PACKAGE = @PACKAGE@
364PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365PACKAGE_NAME = @PACKAGE_NAME@
366PACKAGE_STRING = @PACKAGE_STRING@
367PACKAGE_TARNAME = @PACKAGE_TARNAME@
368PACKAGE_URL = @PACKAGE_URL@
369PACKAGE_VERSION = @PACKAGE_VERSION@
370PATH_SEPARATOR = @PATH_SEPARATOR@
371RANLIB = @RANLIB@
372RELEASE = @RELEASE@
373RPM = @RPM@
374RPMBUILD = @RPMBUILD@
375RPMBUILD_VERSION = @RPMBUILD_VERSION@
376RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
377RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
378RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
379RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
380RPM_SPEC_DIR = @RPM_SPEC_DIR@
381RPM_VERSION = @RPM_VERSION@
382SED = @SED@
383SET_MAKE = @SET_MAKE@
384SHELL = @SHELL@
385SPL_CONFIG = @SPL_CONFIG@
386SPL_META_ALIAS = @SPL_META_ALIAS@
387SPL_META_AUTHOR = @SPL_META_AUTHOR@
388SPL_META_DATA = @SPL_META_DATA@
389SPL_META_LICENSE = @SPL_META_LICENSE@
390SPL_META_LT_AGE = @SPL_META_LT_AGE@
391SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
392SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
393SPL_META_NAME = @SPL_META_NAME@
394SPL_META_RELEASE = @SPL_META_RELEASE@
395SPL_META_VERSION = @SPL_META_VERSION@
396SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
397SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
398SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
399SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
400STRIP = @STRIP@
401VENDOR = @VENDOR@
402VERSION = @VERSION@
403abs_builddir = @abs_builddir@
404abs_srcdir = @abs_srcdir@
405abs_top_builddir = @abs_top_builddir@
406abs_top_srcdir = @abs_top_srcdir@
407ac_ct_AR = @ac_ct_AR@
408ac_ct_CC = @ac_ct_CC@
409ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
410am__include = @am__include@
411am__leading_dot = @am__leading_dot@
412am__quote = @am__quote@
413am__tar = @am__tar@
414am__untar = @am__untar@
415bindir = @bindir@
416build = @build@
417build_alias = @build_alias@
418build_cpu = @build_cpu@
419build_os = @build_os@
420build_vendor = @build_vendor@
421builddir = @builddir@
422datadir = @datadir@
423datarootdir = @datarootdir@
424docdir = @docdir@
425dvidir = @dvidir@
426exec_prefix = @exec_prefix@
427host = @host@
428host_alias = @host_alias@
429host_cpu = @host_cpu@
430host_os = @host_os@
431host_vendor = @host_vendor@
432htmldir = @htmldir@
433includedir = @includedir@
434infodir = @infodir@
435install_sh = @install_sh@
436libdir = @libdir@
437libexecdir = @libexecdir@
438localedir = @localedir@
439localstatedir = @localstatedir@
440mandir = @mandir@
441mkdir_p = @mkdir_p@
442oldincludedir = @oldincludedir@
443pdfdir = @pdfdir@
444prefix = @prefix@
445program_transform_name = @program_transform_name@
446psdir = @psdir@
ac9cc135 447runstatedir = @runstatedir@
10946b02
AX
448sbindir = @sbindir@
449sharedstatedir = @sharedstatedir@
450srcdir = @srcdir@
451sysconfdir = @sysconfdir@
452target = @target@
453target_alias = @target_alias@
454target_cpu = @target_cpu@
455target_os = @target_os@
456target_vendor = @target_vendor@
457top_build_prefix = @top_build_prefix@
458top_builddir = @top_builddir@
459top_srcdir = @top_srcdir@
460ACLOCAL_AMFLAGS = -I config
461SUBDIRS = 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)
466AUTOMAKE_OPTIONS = foreign
467EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin config/config.awk \
468 config/rpm.am config/deb.am config/tgz.am
469all: spl_config.h
470 $(MAKE) $(AM_MAKEFLAGS) all-recursive
471
472.SUFFIXES:
473am--refresh: Makefile
474 @:
f6188ddd 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)
10946b02
AX
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
10946b02
AX
488Makefile: $(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;
ac9cc135 497$(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__empty):
10946b02
AX
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
508spl_config.h: stamp-h1
ac9cc135
AX
509 @test -f $@ || rm -f stamp-h1
510 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
10946b02
AX
511
512stamp-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
520distclean-hdr:
521 -rm -f spl_config.h stamp-h1
522module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
523 cd $(top_builddir) && $(SHELL) ./config.status $@
524module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
525 cd $(top_builddir) && $(SHELL) ./config.status $@
526module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
527 cd $(top_builddir) && $(SHELL) ./config.status $@
528spl.release: $(top_builddir)/config.status $(srcdir)/spl.release.in
529 cd $(top_builddir) && $(SHELL) ./config.status $@
530
531mostlyclean-libtool:
532 -rm -f *.lo
533
534clean-libtool:
535 -rm -rf .libs _libs
536
537distclean-libtool:
538 -rm -f libtool config.lt
539install-extraHEADERS: $(extra_HEADERS)
540 @$(NORMAL_INSTALL)
10946b02 541 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
ac9cc135
AX
542 if test -n "$$list"; then \
543 echo " $(MKDIR_P) '$(DESTDIR)$(extradir)'"; \
544 $(MKDIR_P) "$(DESTDIR)$(extradir)" || exit 1; \
545 fi; \
10946b02
AX
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
555uninstall-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)
560install-nodist_kernelHEADERS: $(nodist_kernel_HEADERS)
561 @$(NORMAL_INSTALL)
10946b02 562 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
ac9cc135
AX
563 if test -n "$$list"; then \
564 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
565 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
566 fi; \
10946b02
AX
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
576uninstall-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
ac9cc135
AX
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; \
10946b02
AX
595 dot_seen=no; \
596 target=`echo $@ | sed s/-recursive//`; \
ac9cc135
AX
597 case "$@" in \
598 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
599 *) list='$(SUBDIRS)' ;; \
600 esac; \
601 for subdir in $$list; do \
10946b02
AX
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
ac9cc135
AX
616ID: $(am__tagged_files)
617 $(am__define_uniq_tagged_files); mkid -fID $$unique
618TAGS: tags
10946b02 619
ac9cc135 620tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10946b02
AX
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; \
ac9cc135 636 $(am__define_uniq_tagged_files); \
10946b02
AX
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
ac9cc135
AX
648
649CTAGS: ctags
650ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651 $(am__define_uniq_tagged_files); \
10946b02
AX
652 test -z "$(CTAGS_ARGS)$$unique" \
653 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
654 $$unique
655
656GTAGS:
657 here=`$(am__cd) $(top_builddir) && pwd` \
658 && $(am__cd) $(top_srcdir) \
659 && gtags -i $(GTAGS_ARGS) "$$here"
ac9cc135
AX
660cscope: cscope.files
661 test ! -s cscope.files \
662 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
663clean-cscope:
664 -rm -f cscope.files
665cscope.files: clean-cscope cscopelist
666cscopelist: cscopelist-recursive
667
668cscopelist-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
10946b02
AX
681
682distclean-tags:
683 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
ac9cc135 684 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
10946b02
AX
685
686distdir: $(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 \
ac9cc135
AX
720 $(am__make_dryrun) \
721 || test -d "$(distdir)/$$subdir" \
722 || $(MKDIR_P) "$(distdir)/$$subdir" \
723 || exit 1; \
10946b02
AX
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)"
753dist-gzip: distdir
754 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
ac9cc135 755 $(am__post_remove_distdir)
10946b02
AX
756
757dist-bzip2: distdir
758 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
ac9cc135 759 $(am__post_remove_distdir)
10946b02
AX
760
761dist-lzip: distdir
762 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
ac9cc135 763 $(am__post_remove_distdir)
10946b02
AX
764
765dist-xz: distdir
766 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
ac9cc135 767 $(am__post_remove_distdir)
10946b02
AX
768
769dist-tarZ: distdir
ac9cc135
AX
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
10946b02 773 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
ac9cc135 774 $(am__post_remove_distdir)
10946b02
AX
775
776dist-shar: distdir
ac9cc135
AX
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
10946b02 780 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
ac9cc135 781 $(am__post_remove_distdir)
10946b02
AX
782
783dist-zip: distdir
784 -rm -f $(distdir).zip
785 zip -rq $(distdir).zip $(distdir)
ac9cc135 786 $(am__post_remove_distdir)
10946b02 787
ac9cc135
AX
788dist dist-all:
789 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
790 $(am__post_remove_distdir)
10946b02
AX
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.
795distcheck: 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) ;;\
10946b02
AX
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
ac9cc135
AX
812 chmod -R a-w $(distdir)
813 chmod u+w $(distdir)
814 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
10946b02
AX
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` \
ac9cc135
AX
820 && $(am__cd) $(distdir)/_build/sub \
821 && ../../configure \
10946b02
AX
822 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
823 $(DISTCHECK_CONFIGURE_FLAGS) \
ac9cc135 824 --srcdir=../.. --prefix="$$dc_install_base" \
10946b02
AX
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
ac9cc135 847 $(am__post_remove_distdir)
10946b02
AX
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'
851distuninstallcheck:
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
868distcleancheck: 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
877check-am: all-am
878check: check-recursive
879all-am: Makefile $(HEADERS) spl_config.h
880installdirs: installdirs-recursive
881installdirs-am:
882 for dir in "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"; do \
883 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
884 done
885install: install-recursive
886install-exec: install-exec-recursive
887install-data: install-data-recursive
888uninstall: uninstall-recursive
889
890install-am: all-am
891 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
892
893installcheck: installcheck-recursive
894install-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
904mostlyclean-generic:
905
906clean-generic:
907
908distclean-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
912maintainer-clean-generic:
913 @echo "This command is intended for maintainers to use"
914 @echo "it deletes files that may require special tools to rebuild."
915clean: clean-recursive
916
917clean-am: clean-generic clean-libtool mostlyclean-am
918
919distclean: distclean-recursive
920 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
921 -rm -f Makefile
922distclean-am: clean-am distclean-generic distclean-hdr \
923 distclean-libtool distclean-local distclean-tags
924
925dvi: dvi-recursive
926
927dvi-am:
928
929html: html-recursive
930
931html-am:
932
933info: info-recursive
934
935info-am:
936
937install-data-am: install-extraHEADERS install-nodist_kernelHEADERS
938
939install-dvi: install-dvi-recursive
940
941install-dvi-am:
942
943install-exec-am:
944
945install-html: install-html-recursive
946
947install-html-am:
948
949install-info: install-info-recursive
950
951install-info-am:
952
953install-man:
954
955install-pdf: install-pdf-recursive
956
957install-pdf-am:
958
959install-ps: install-ps-recursive
960
961install-ps-am:
962
963installcheck-am:
964
965maintainer-clean: maintainer-clean-recursive
966 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
967 -rm -rf $(top_srcdir)/autom4te.cache
968 -rm -f Makefile
969maintainer-clean-am: distclean-am maintainer-clean-generic
970
971mostlyclean: mostlyclean-recursive
972
973mostlyclean-am: mostlyclean-generic mostlyclean-libtool
974
975pdf: pdf-recursive
976
977pdf-am:
978
979ps: ps-recursive
980
981ps-am:
982
983uninstall-am: uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
984
ac9cc135
AX
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
10946b02
AX
1007
1008
1009srpm-kmod:
1010 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1011 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common
1012
1013srpm-dkms:
1014 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1015 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_DKMS}' srpm-common
1016
1017srpm-utils:
1018 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1019 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_UTIL}' srpm-common
1020
1021srpm: srpm-kmod srpm-dkms srpm-utils
1022srpms: srpm-kmod srpm-dkms srpm-utils
1023
1024rpm-kmod: srpm-kmod
1025 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1026 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common
1027
1028rpm-dkms: srpm-dkms
1029 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1030 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common
1031
1032rpm-utils: srpm-utils
1033 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1034 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_UTIL}' rpm-common
1035
1036rpm: rpm-kmod rpm-dkms rpm-utils
1037rpms: rpm-kmod rpm-dkms rpm-utils
1038
1039rpm-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 && \
f6188ddd 1054 cp $(top_srcdir)/scripts/kmodtool $(rpmbuild)/SOURCES && \
10946b02
AX
1055 cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
1056
1057srpm-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
1073rpm-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
1089deb-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
1105deb-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
1113deb-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
1121deb: deb-kmod deb-utils
1122
1123tgz-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
1132tgz-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
1140tgz-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
1148tgz: tgz-kmod tgz-utils
1149
1150distclean-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
1162dist-hook:
1163 sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \
1164 $(distdir)/META
1165
1166ctags:
f6188ddd 1167 $(RM) tags
10946b02
AX
1168 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1169
1170etags:
f6188ddd 1171 $(RM) TAGS
10946b02
AX
1172 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1173
1174tags: ctags etags
1175
1176pkg: @DEFAULT_PACKAGE@
1177pkg-kmod: @DEFAULT_PACKAGE@-kmod
1178pkg-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: