]> git.proxmox.com Git - mirror_spl-debian.git/blame - Makefile.in
New upstream version 0.6.5.10
[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@
447sbindir = @sbindir@
448sharedstatedir = @sharedstatedir@
449srcdir = @srcdir@
450sysconfdir = @sysconfdir@
451target = @target@
452target_alias = @target_alias@
453target_cpu = @target_cpu@
454target_os = @target_os@
455target_vendor = @target_vendor@
456top_build_prefix = @top_build_prefix@
457top_builddir = @top_builddir@
458top_srcdir = @top_srcdir@
459ACLOCAL_AMFLAGS = -I config
460SUBDIRS = 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)
465AUTOMAKE_OPTIONS = foreign
466EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin config/config.awk \
467 config/rpm.am config/deb.am config/tgz.am
468all: spl_config.h
469 $(MAKE) $(AM_MAKEFLAGS) all-recursive
470
471.SUFFIXES:
472am--refresh: Makefile
473 @:
f6188ddd 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)
10946b02
AX
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
10946b02
AX
487Makefile: $(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;
ac9cc135 496$(srcdir)/config/rpm.am $(srcdir)/config/deb.am $(srcdir)/config/tgz.am $(am__empty):
10946b02
AX
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
507spl_config.h: stamp-h1
ac9cc135
AX
508 @test -f $@ || rm -f stamp-h1
509 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
10946b02
AX
510
511stamp-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
519distclean-hdr:
520 -rm -f spl_config.h stamp-h1
521module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
522 cd $(top_builddir) && $(SHELL) ./config.status $@
523module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
524 cd $(top_builddir) && $(SHELL) ./config.status $@
525module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
526 cd $(top_builddir) && $(SHELL) ./config.status $@
527spl.release: $(top_builddir)/config.status $(srcdir)/spl.release.in
528 cd $(top_builddir) && $(SHELL) ./config.status $@
529
530mostlyclean-libtool:
531 -rm -f *.lo
532
533clean-libtool:
534 -rm -rf .libs _libs
535
536distclean-libtool:
537 -rm -f libtool config.lt
538install-extraHEADERS: $(extra_HEADERS)
539 @$(NORMAL_INSTALL)
10946b02 540 @list='$(extra_HEADERS)'; test -n "$(extradir)" || list=; \
ac9cc135
AX
541 if test -n "$$list"; then \
542 echo " $(MKDIR_P) '$(DESTDIR)$(extradir)'"; \
543 $(MKDIR_P) "$(DESTDIR)$(extradir)" || exit 1; \
544 fi; \
10946b02
AX
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
554uninstall-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)
559install-nodist_kernelHEADERS: $(nodist_kernel_HEADERS)
560 @$(NORMAL_INSTALL)
10946b02 561 @list='$(nodist_kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
ac9cc135
AX
562 if test -n "$$list"; then \
563 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
564 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
565 fi; \
10946b02
AX
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
575uninstall-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
ac9cc135
AX
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; \
10946b02
AX
594 dot_seen=no; \
595 target=`echo $@ | sed s/-recursive//`; \
ac9cc135
AX
596 case "$@" in \
597 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
598 *) list='$(SUBDIRS)' ;; \
599 esac; \
600 for subdir in $$list; do \
10946b02
AX
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
ac9cc135
AX
615ID: $(am__tagged_files)
616 $(am__define_uniq_tagged_files); mkid -fID $$unique
617TAGS: tags
10946b02 618
ac9cc135 619tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10946b02
AX
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; \
ac9cc135 635 $(am__define_uniq_tagged_files); \
10946b02
AX
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
ac9cc135
AX
647
648CTAGS: ctags
649ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650 $(am__define_uniq_tagged_files); \
10946b02
AX
651 test -z "$(CTAGS_ARGS)$$unique" \
652 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653 $$unique
654
655GTAGS:
656 here=`$(am__cd) $(top_builddir) && pwd` \
657 && $(am__cd) $(top_srcdir) \
658 && gtags -i $(GTAGS_ARGS) "$$here"
ac9cc135
AX
659cscope: cscope.files
660 test ! -s cscope.files \
661 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
662clean-cscope:
663 -rm -f cscope.files
664cscope.files: clean-cscope cscopelist
665cscopelist: cscopelist-recursive
666
667cscopelist-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
10946b02
AX
680
681distclean-tags:
682 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
ac9cc135 683 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
10946b02
AX
684
685distdir: $(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 \
ac9cc135
AX
719 $(am__make_dryrun) \
720 || test -d "$(distdir)/$$subdir" \
721 || $(MKDIR_P) "$(distdir)/$$subdir" \
722 || exit 1; \
10946b02
AX
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)"
752dist-gzip: distdir
753 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
ac9cc135 754 $(am__post_remove_distdir)
10946b02
AX
755
756dist-bzip2: distdir
757 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
ac9cc135 758 $(am__post_remove_distdir)
10946b02
AX
759
760dist-lzip: distdir
761 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
ac9cc135 762 $(am__post_remove_distdir)
10946b02
AX
763
764dist-xz: distdir
765 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
ac9cc135 766 $(am__post_remove_distdir)
10946b02
AX
767
768dist-tarZ: distdir
ac9cc135
AX
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
10946b02 772 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
ac9cc135 773 $(am__post_remove_distdir)
10946b02
AX
774
775dist-shar: distdir
ac9cc135
AX
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
10946b02 779 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
ac9cc135 780 $(am__post_remove_distdir)
10946b02
AX
781
782dist-zip: distdir
783 -rm -f $(distdir).zip
784 zip -rq $(distdir).zip $(distdir)
ac9cc135 785 $(am__post_remove_distdir)
10946b02 786
ac9cc135
AX
787dist dist-all:
788 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
789 $(am__post_remove_distdir)
10946b02
AX
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.
794distcheck: 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) ;;\
10946b02
AX
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
ac9cc135
AX
811 chmod -R a-w $(distdir)
812 chmod u+w $(distdir)
813 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
10946b02
AX
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` \
ac9cc135
AX
819 && $(am__cd) $(distdir)/_build/sub \
820 && ../../configure \
10946b02
AX
821 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
822 $(DISTCHECK_CONFIGURE_FLAGS) \
ac9cc135 823 --srcdir=../.. --prefix="$$dc_install_base" \
10946b02
AX
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
ac9cc135 846 $(am__post_remove_distdir)
10946b02
AX
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'
850distuninstallcheck:
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
867distcleancheck: 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
876check-am: all-am
877check: check-recursive
878all-am: Makefile $(HEADERS) spl_config.h
879installdirs: installdirs-recursive
880installdirs-am:
881 for dir in "$(DESTDIR)$(extradir)" "$(DESTDIR)$(kerneldir)"; do \
882 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
883 done
884install: install-recursive
885install-exec: install-exec-recursive
886install-data: install-data-recursive
887uninstall: uninstall-recursive
888
889install-am: all-am
890 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
891
892installcheck: installcheck-recursive
893install-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
903mostlyclean-generic:
904
905clean-generic:
906
907distclean-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
911maintainer-clean-generic:
912 @echo "This command is intended for maintainers to use"
913 @echo "it deletes files that may require special tools to rebuild."
914clean: clean-recursive
915
916clean-am: clean-generic clean-libtool mostlyclean-am
917
918distclean: distclean-recursive
919 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
920 -rm -f Makefile
921distclean-am: clean-am distclean-generic distclean-hdr \
922 distclean-libtool distclean-local distclean-tags
923
924dvi: dvi-recursive
925
926dvi-am:
927
928html: html-recursive
929
930html-am:
931
932info: info-recursive
933
934info-am:
935
936install-data-am: install-extraHEADERS install-nodist_kernelHEADERS
937
938install-dvi: install-dvi-recursive
939
940install-dvi-am:
941
942install-exec-am:
943
944install-html: install-html-recursive
945
946install-html-am:
947
948install-info: install-info-recursive
949
950install-info-am:
951
952install-man:
953
954install-pdf: install-pdf-recursive
955
956install-pdf-am:
957
958install-ps: install-ps-recursive
959
960install-ps-am:
961
962installcheck-am:
963
964maintainer-clean: maintainer-clean-recursive
965 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
966 -rm -rf $(top_srcdir)/autom4te.cache
967 -rm -f Makefile
968maintainer-clean-am: distclean-am maintainer-clean-generic
969
970mostlyclean: mostlyclean-recursive
971
972mostlyclean-am: mostlyclean-generic mostlyclean-libtool
973
974pdf: pdf-recursive
975
976pdf-am:
977
978ps: ps-recursive
979
980ps-am:
981
982uninstall-am: uninstall-extraHEADERS uninstall-nodist_kernelHEADERS
983
ac9cc135
AX
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
10946b02
AX
1006
1007
1008srpm-kmod:
1009 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1010 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_KMOD}' srpm-common
1011
1012srpm-dkms:
1013 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1014 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_DKMS}' srpm-common
1015
1016srpm-utils:
1017 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1018 def='${SRPM_DEFINE_COMMON} ${SRPM_DEFINE_UTIL}' srpm-common
1019
1020srpm: srpm-kmod srpm-dkms srpm-utils
1021srpms: srpm-kmod srpm-dkms srpm-utils
1022
1023rpm-kmod: srpm-kmod
1024 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-kmod" \
1025 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_KMOD}' rpm-common
1026
1027rpm-dkms: srpm-dkms
1028 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}-dkms" \
1029 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_DKMS}' rpm-common
1030
1031rpm-utils: srpm-utils
1032 $(MAKE) $(AM_MAKEFLAGS) pkg="${PACKAGE}" \
1033 def='${RPM_DEFINE_COMMON} ${RPM_DEFINE_UTIL}' rpm-common
1034
1035rpm: rpm-kmod rpm-dkms rpm-utils
1036rpms: rpm-kmod rpm-dkms rpm-utils
1037
1038rpm-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 && \
f6188ddd 1053 cp $(top_srcdir)/scripts/kmodtool $(rpmbuild)/SOURCES && \
10946b02
AX
1054 cp $(distdir).tar.gz $(rpmbuild)/SOURCES)
1055
1056srpm-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
1072rpm-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
1088deb-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
1104deb-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
1112deb-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
1120deb: deb-kmod deb-utils
1121
1122tgz-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
1131tgz-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
1139tgz-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
1147tgz: tgz-kmod tgz-utils
1148
1149distclean-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
1161dist-hook:
1162 sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \
1163 $(distdir)/META
1164
1165ctags:
f6188ddd 1166 $(RM) tags
10946b02
AX
1167 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
1168
1169etags:
f6188ddd 1170 $(RM) TAGS
10946b02
AX
1171 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
1172
1173tags: ctags etags
1174
1175pkg: @DEFAULT_PACKAGE@
1176pkg-kmod: @DEFAULT_PACKAGE@-kmod
1177pkg-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: