]> git.proxmox.com Git - mirror_spl-debian.git/blame - include/Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / include / 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
17VPATH = @srcdir@
ac9cc135
AX
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
10946b02
AX
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = include
10946b02
AX
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
95 $(top_srcdir)/config/ltoptions.m4 \
96 $(top_srcdir)/config/ltsugar.m4 \
97 $(top_srcdir)/config/ltversion.m4 \
98 $(top_srcdir)/config/lt~obsolete.m4 \
99 $(top_srcdir)/config/spl-build.m4 \
100 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
ac9cc135
AX
103DIST_COMMON = $(srcdir)/Makefile.am $(am__kernel_HEADERS_DIST) \
104 $(am__DIST_COMMON)
10946b02
AX
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/spl_config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
ac9cc135
AX
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
10946b02
AX
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
ac9cc135
AX
115am__v_GEN_0 = @echo " GEN " $@;
116am__v_GEN_1 =
10946b02
AX
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
ac9cc135 120am__v_at_1 =
10946b02
AX
121SOURCES =
122DIST_SOURCES =
ac9cc135
AX
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124 ctags-recursive dvi-recursive html-recursive info-recursive \
125 install-data-recursive install-dvi-recursive \
126 install-exec-recursive install-html-recursive \
127 install-info-recursive install-pdf-recursive \
128 install-ps-recursive install-recursive installcheck-recursive \
129 installdirs-recursive pdf-recursive ps-recursive \
130 tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132 case $$AM_UPDATE_INFO_DIR in \
133 n|no|NO) false;; \
134 *) (install-info --version) >/dev/null 2>&1;; \
135 esac
10946b02
AX
136am__kernel_HEADERS_DIST = $(top_srcdir)/include/splat-ctl.h \
137 $(top_srcdir)/include/spl-ctl.h \
138 $(top_srcdir)/include/strings.h $(top_srcdir)/include/unistd.h
139am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140am__vpath_adj = case $$p in \
141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142 *) f=$$p;; \
143 esac;
144am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145am__install_max = 40
146am__nobase_strip_setup = \
147 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148am__nobase_strip = \
149 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150am__nobase_list = $(am__nobase_strip_setup); \
151 for p in $$list; do echo "$$p $$p"; done | \
152 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154 if (++n[$$2] == $(am__install_max)) \
155 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156 END { for (dir in files) print dir, files[dir] }'
157am__base_list = \
158 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160am__uninstall_files_from_dir = { \
161 test -z "$$files" \
162 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
163 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
164 $(am__cd) "$$dir" && rm -f $$files; }; \
165 }
166am__installdirs = "$(DESTDIR)$(kerneldir)"
167HEADERS = $(kernel_HEADERS)
168RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
169 distclean-recursive maintainer-clean-recursive
ac9cc135
AX
170am__recursive_targets = \
171 $(RECURSIVE_TARGETS) \
172 $(RECURSIVE_CLEAN_TARGETS) \
173 $(am__extra_recursive_targets)
174AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
10946b02 175 distdir
ac9cc135
AX
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177# Read a list of newline-separated strings from the standard input,
178# and print each of them once, without duplicates. Input order is
179# *not* preserved.
180am__uniquify_input = $(AWK) '\
181 BEGIN { nonempty = 0; } \
182 { items[$$0] = 1; nonempty = 1; } \
183 END { if (nonempty) { for (i in items) print i; }; } \
184'
185# Make sure the list of sources is unique. This is necessary because,
186# e.g., the same source file might be shared among _SOURCES variables
187# for different programs/libraries.
188am__define_uniq_tagged_files = \
189 list='$(am__tagged_files)'; \
190 unique=`for i in $$list; do \
191 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192 done | $(am__uniquify_input)`
10946b02
AX
193ETAGS = etags
194CTAGS = ctags
195DIST_SUBDIRS = $(SUBDIRS)
ac9cc135 196am__DIST_COMMON = $(srcdir)/Makefile.in
10946b02
AX
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198am__relativize = \
199 dir0=`pwd`; \
200 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201 sed_rest='s,^[^/]*/*,,'; \
202 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203 sed_butlast='s,/*[^/]*$$,,'; \
204 while test -n "$$dir1"; do \
205 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206 if test "$$first" != "."; then \
207 if test "$$first" = ".."; then \
208 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210 else \
211 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212 if test "$$first2" = "$$first"; then \
213 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214 else \
215 dir2="../$$dir2"; \
216 fi; \
217 dir0="$$dir0"/"$$first"; \
218 fi; \
219 fi; \
220 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221 done; \
222 reldir="$$dir2"
223ACLOCAL = @ACLOCAL@
224ALIEN = @ALIEN@
225ALIEN_VERSION = @ALIEN_VERSION@
226AMTAR = @AMTAR@
227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228AR = @AR@
229AUTOCONF = @AUTOCONF@
230AUTOHEADER = @AUTOHEADER@
231AUTOMAKE = @AUTOMAKE@
232AWK = @AWK@
233CC = @CC@
234CCDEPMODE = @CCDEPMODE@
235CFLAGS = @CFLAGS@
236CPP = @CPP@
237CPPFLAGS = @CPPFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEBUG_CFLAGS = @DEBUG_CFLAGS@
240DEBUG_KMEM = @DEBUG_KMEM@
241DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
242DEBUG_SPL = @DEBUG_SPL@
243DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
246DLLTOOL = @DLLTOOL@
247DPKG = @DPKG@
248DPKGBUILD = @DPKGBUILD@
249DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
250DPKG_VERSION = @DPKG_VERSION@
251DSYMUTIL = @DSYMUTIL@
252DUMPBIN = @DUMPBIN@
253ECHO_C = @ECHO_C@
254ECHO_N = @ECHO_N@
255ECHO_T = @ECHO_T@
256EGREP = @EGREP@
257EXEEXT = @EXEEXT@
258FGREP = @FGREP@
259GREP = @GREP@
260HAVE_ALIEN = @HAVE_ALIEN@
261HAVE_DPKG = @HAVE_DPKG@
262HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
263HAVE_RPM = @HAVE_RPM@
264HAVE_RPMBUILD = @HAVE_RPMBUILD@
265INSTALL = @INSTALL@
266INSTALL_DATA = @INSTALL_DATA@
267INSTALL_PROGRAM = @INSTALL_PROGRAM@
268INSTALL_SCRIPT = @INSTALL_SCRIPT@
269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270KERNELCPPFLAGS = @KERNELCPPFLAGS@
271KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
272LD = @LD@
273LDFLAGS = @LDFLAGS@
274LIBOBJS = @LIBOBJS@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LINUX = @LINUX@
278LINUX_OBJ = @LINUX_OBJ@
279LINUX_SYMBOLS = @LINUX_SYMBOLS@
280LINUX_VERSION = @LINUX_VERSION@
281LIPO = @LIPO@
282LN_S = @LN_S@
283LTLIBOBJS = @LTLIBOBJS@
ac9cc135 284LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
10946b02
AX
285MAINT = @MAINT@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303RANLIB = @RANLIB@
304RELEASE = @RELEASE@
305RPM = @RPM@
306RPMBUILD = @RPMBUILD@
307RPMBUILD_VERSION = @RPMBUILD_VERSION@
308RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
309RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
310RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
311RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
312RPM_SPEC_DIR = @RPM_SPEC_DIR@
313RPM_VERSION = @RPM_VERSION@
314SED = @SED@
315SET_MAKE = @SET_MAKE@
316SHELL = @SHELL@
317SPL_CONFIG = @SPL_CONFIG@
318SPL_META_ALIAS = @SPL_META_ALIAS@
319SPL_META_AUTHOR = @SPL_META_AUTHOR@
320SPL_META_DATA = @SPL_META_DATA@
321SPL_META_LICENSE = @SPL_META_LICENSE@
322SPL_META_LT_AGE = @SPL_META_LT_AGE@
323SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
324SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
325SPL_META_NAME = @SPL_META_NAME@
326SPL_META_RELEASE = @SPL_META_RELEASE@
327SPL_META_VERSION = @SPL_META_VERSION@
328SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
329SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
330SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
331SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
332STRIP = @STRIP@
333VENDOR = @VENDOR@
334VERSION = @VERSION@
335abs_builddir = @abs_builddir@
336abs_srcdir = @abs_srcdir@
337abs_top_builddir = @abs_top_builddir@
338abs_top_srcdir = @abs_top_srcdir@
339ac_ct_AR = @ac_ct_AR@
340ac_ct_CC = @ac_ct_CC@
341ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
342am__include = @am__include@
343am__leading_dot = @am__leading_dot@
344am__quote = @am__quote@
345am__tar = @am__tar@
346am__untar = @am__untar@
347bindir = @bindir@
348build = @build@
349build_alias = @build_alias@
350build_cpu = @build_cpu@
351build_os = @build_os@
352build_vendor = @build_vendor@
353builddir = @builddir@
354datadir = @datadir@
355datarootdir = @datarootdir@
356docdir = @docdir@
357dvidir = @dvidir@
358exec_prefix = @exec_prefix@
359host = @host@
360host_alias = @host_alias@
361host_cpu = @host_cpu@
362host_os = @host_os@
363host_vendor = @host_vendor@
364htmldir = @htmldir@
365includedir = @includedir@
366infodir = @infodir@
367install_sh = @install_sh@
368libdir = @libdir@
369libexecdir = @libexecdir@
370localedir = @localedir@
371localstatedir = @localstatedir@
372mandir = @mandir@
373mkdir_p = @mkdir_p@
374oldincludedir = @oldincludedir@
375pdfdir = @pdfdir@
376prefix = @prefix@
377program_transform_name = @program_transform_name@
378psdir = @psdir@
ac9cc135 379runstatedir = @runstatedir@
10946b02
AX
380sbindir = @sbindir@
381sharedstatedir = @sharedstatedir@
382srcdir = @srcdir@
383sysconfdir = @sysconfdir@
384target = @target@
385target_alias = @target_alias@
386target_cpu = @target_cpu@
387target_os = @target_os@
388target_vendor = @target_vendor@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392SUBDIRS = fs linux rpc sharefs sys util vm
393COMMON_H =
394KERNEL_H = \
395 $(top_srcdir)/include/splat-ctl.h \
396 $(top_srcdir)/include/spl-ctl.h \
397 $(top_srcdir)/include/strings.h \
398 $(top_srcdir)/include/unistd.h
399
400USER_H =
401EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
402@CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include
403@CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
404all: all-recursive
405
406.SUFFIXES:
407$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
408 @for dep in $?; do \
409 case '$(am__configure_deps)' in \
410 *$$dep*) \
411 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
412 && { if test -f $@; then exit 0; else break; fi; }; \
413 exit 1;; \
414 esac; \
415 done; \
416 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
417 $(am__cd) $(top_srcdir) && \
418 $(AUTOMAKE) --gnu include/Makefile
10946b02
AX
419Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420 @case '$?' in \
421 *config.status*) \
422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
423 *) \
424 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
425 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
426 esac;
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
431$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435$(am__aclocal_m4_deps):
436
437mostlyclean-libtool:
438 -rm -f *.lo
439
440clean-libtool:
441 -rm -rf .libs _libs
442install-kernelHEADERS: $(kernel_HEADERS)
443 @$(NORMAL_INSTALL)
10946b02 444 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
ac9cc135
AX
445 if test -n "$$list"; then \
446 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
447 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
448 fi; \
10946b02
AX
449 for p in $$list; do \
450 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451 echo "$$d$$p"; \
452 done | $(am__base_list) | \
453 while read files; do \
454 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
455 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
456 done
457
458uninstall-kernelHEADERS:
459 @$(NORMAL_UNINSTALL)
460 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
461 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
462 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
463
464# This directory's subdirectories are mostly independent; you can cd
ac9cc135
AX
465# into them and run 'make' without going through this Makefile.
466# To change the values of 'make' variables: instead of editing Makefiles,
467# (1) if the variable is set in 'config.status', edit 'config.status'
468# (which will cause the Makefiles to be regenerated when you run 'make');
469# (2) otherwise, pass the desired values on the 'make' command line.
470$(am__recursive_targets):
471 @fail=; \
472 if $(am__make_keepgoing); then \
473 failcom='fail=yes'; \
474 else \
475 failcom='exit 1'; \
476 fi; \
10946b02
AX
477 dot_seen=no; \
478 target=`echo $@ | sed s/-recursive//`; \
ac9cc135
AX
479 case "$@" in \
480 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481 *) list='$(SUBDIRS)' ;; \
482 esac; \
483 for subdir in $$list; do \
10946b02
AX
484 echo "Making $$target in $$subdir"; \
485 if test "$$subdir" = "."; then \
486 dot_seen=yes; \
487 local_target="$$target-am"; \
488 else \
489 local_target="$$target"; \
490 fi; \
491 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
492 || eval $$failcom; \
493 done; \
494 if test "$$dot_seen" = "no"; then \
495 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
496 fi; test -z "$$fail"
497
ac9cc135
AX
498ID: $(am__tagged_files)
499 $(am__define_uniq_tagged_files); mkid -fID $$unique
500tags: tags-recursive
501TAGS: tags
10946b02 502
ac9cc135 503tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10946b02
AX
504 set x; \
505 here=`pwd`; \
506 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
507 include_option=--etags-include; \
508 empty_fix=.; \
509 else \
510 include_option=--include; \
511 empty_fix=; \
512 fi; \
513 list='$(SUBDIRS)'; for subdir in $$list; do \
514 if test "$$subdir" = .; then :; else \
515 test ! -f $$subdir/TAGS || \
516 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
517 fi; \
518 done; \
ac9cc135 519 $(am__define_uniq_tagged_files); \
10946b02
AX
520 shift; \
521 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522 test -n "$$unique" || unique=$$empty_fix; \
523 if test $$# -gt 0; then \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 "$$@" $$unique; \
526 else \
527 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528 $$unique; \
529 fi; \
530 fi
ac9cc135
AX
531ctags: ctags-recursive
532
533CTAGS: ctags
534ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535 $(am__define_uniq_tagged_files); \
10946b02
AX
536 test -z "$(CTAGS_ARGS)$$unique" \
537 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538 $$unique
539
540GTAGS:
541 here=`$(am__cd) $(top_builddir) && pwd` \
542 && $(am__cd) $(top_srcdir) \
543 && gtags -i $(GTAGS_ARGS) "$$here"
ac9cc135
AX
544cscopelist: cscopelist-recursive
545
546cscopelist-am: $(am__tagged_files)
547 list='$(am__tagged_files)'; \
548 case "$(srcdir)" in \
549 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
550 *) sdir=$(subdir)/$(srcdir) ;; \
551 esac; \
552 for i in $$list; do \
553 if test -f "$$i"; then \
554 echo "$(subdir)/$$i"; \
555 else \
556 echo "$$sdir/$$i"; \
557 fi; \
558 done >> $(top_builddir)/cscope.files
10946b02
AX
559
560distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562
563distdir: $(DISTFILES)
564 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 list='$(DISTFILES)'; \
567 dist_files=`for file in $$list; do echo $$file; done | \
568 sed -e "s|^$$srcdirstrip/||;t" \
569 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
570 case $$dist_files in \
571 */*) $(MKDIR_P) `echo "$$dist_files" | \
572 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
573 sort -u` ;; \
574 esac; \
575 for file in $$dist_files; do \
576 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
577 if test -d $$d/$$file; then \
578 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
579 if test -d "$(distdir)/$$file"; then \
580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581 fi; \
582 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
583 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 fi; \
586 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
587 else \
588 test -f "$(distdir)/$$file" \
589 || cp -p $$d/$$file "$(distdir)/$$file" \
590 || exit 1; \
591 fi; \
592 done
593 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
594 if test "$$subdir" = .; then :; else \
ac9cc135
AX
595 $(am__make_dryrun) \
596 || test -d "$(distdir)/$$subdir" \
597 || $(MKDIR_P) "$(distdir)/$$subdir" \
598 || exit 1; \
10946b02
AX
599 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
600 $(am__relativize); \
601 new_distdir=$$reldir; \
602 dir1=$$subdir; dir2="$(top_distdir)"; \
603 $(am__relativize); \
604 new_top_distdir=$$reldir; \
605 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
606 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
607 ($(am__cd) $$subdir && \
608 $(MAKE) $(AM_MAKEFLAGS) \
609 top_distdir="$$new_top_distdir" \
610 distdir="$$new_distdir" \
611 am__remove_distdir=: \
612 am__skip_length_check=: \
613 am__skip_mode_fix=: \
614 distdir) \
615 || exit 1; \
616 fi; \
617 done
618check-am: all-am
619check: check-recursive
620all-am: Makefile $(HEADERS)
621installdirs: installdirs-recursive
622installdirs-am:
623 for dir in "$(DESTDIR)$(kerneldir)"; do \
624 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625 done
626install: install-recursive
627install-exec: install-exec-recursive
628install-data: install-data-recursive
629uninstall: uninstall-recursive
630
631install-am: all-am
632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634installcheck: installcheck-recursive
635install-strip:
636 if test -z '$(STRIP)'; then \
637 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639 install; \
640 else \
641 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
644 fi
645mostlyclean-generic:
646
647clean-generic:
648
649distclean-generic:
650 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
652
653maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656clean: clean-recursive
657
658clean-am: clean-generic clean-libtool mostlyclean-am
659
660distclean: distclean-recursive
661 -rm -f Makefile
662distclean-am: clean-am distclean-generic distclean-tags
663
664dvi: dvi-recursive
665
666dvi-am:
667
668html: html-recursive
669
670html-am:
671
672info: info-recursive
673
674info-am:
675
676install-data-am: install-kernelHEADERS
677
678install-dvi: install-dvi-recursive
679
680install-dvi-am:
681
682install-exec-am:
683
684install-html: install-html-recursive
685
686install-html-am:
687
688install-info: install-info-recursive
689
690install-info-am:
691
692install-man:
693
694install-pdf: install-pdf-recursive
695
696install-pdf-am:
697
698install-ps: install-ps-recursive
699
700install-ps-am:
701
702installcheck-am:
703
704maintainer-clean: maintainer-clean-recursive
705 -rm -f Makefile
706maintainer-clean-am: distclean-am maintainer-clean-generic
707
708mostlyclean: mostlyclean-recursive
709
710mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712pdf: pdf-recursive
713
714pdf-am:
715
716ps: ps-recursive
717
718ps-am:
719
720uninstall-am: uninstall-kernelHEADERS
721
ac9cc135
AX
722.MAKE: $(am__recursive_targets) install-am install-strip
723
724.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
725 check-am clean clean-generic clean-libtool cscopelist-am ctags \
726 ctags-am distclean distclean-generic distclean-libtool \
727 distclean-tags distdir dvi dvi-am html html-am info info-am \
728 install install-am install-data install-data-am install-dvi \
729 install-dvi-am install-exec install-exec-am install-html \
730 install-html-am install-info install-info-am \
731 install-kernelHEADERS install-man install-pdf install-pdf-am \
732 install-ps install-ps-am install-strip installcheck \
733 installcheck-am installdirs installdirs-am maintainer-clean \
734 maintainer-clean-generic mostlyclean mostlyclean-generic \
735 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
736 uninstall-am uninstall-kernelHEADERS
737
738.PRECIOUS: Makefile
10946b02
AX
739
740
741# Tell versions [3.59,3.63) of GNU make to not export all variables.
742# Otherwise a system limit (for SysV at least) may be exceeded.
743.NOEXPORT: