]> git.proxmox.com Git - mirror_spl-debian.git/blob - include/Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / include / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__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 }
29 am__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
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = include
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__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
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(am__kernel_HEADERS_DIST) \
104 $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/spl_config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo " GEN " $@;
116 am__v_GEN_1 =
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 =
121 SOURCES =
122 DIST_SOURCES =
123 RECURSIVE_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
131 am__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
136 am__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
139 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140 am__vpath_adj = case $$p in \
141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142 *) f=$$p;; \
143 esac;
144 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145 am__install_max = 40
146 am__nobase_strip_setup = \
147 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148 am__nobase_strip = \
149 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150 am__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] }'
157 am__base_list = \
158 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160 am__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 }
166 am__installdirs = "$(DESTDIR)$(kerneldir)"
167 HEADERS = $(kernel_HEADERS)
168 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
169 distclean-recursive maintainer-clean-recursive
170 am__recursive_targets = \
171 $(RECURSIVE_TARGETS) \
172 $(RECURSIVE_CLEAN_TARGETS) \
173 $(am__extra_recursive_targets)
174 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
175 distdir
176 am__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.
180 am__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.
188 am__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)`
193 ETAGS = etags
194 CTAGS = ctags
195 DIST_SUBDIRS = $(SUBDIRS)
196 am__DIST_COMMON = $(srcdir)/Makefile.in
197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 am__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"
223 ACLOCAL = @ACLOCAL@
224 ALIEN = @ALIEN@
225 ALIEN_VERSION = @ALIEN_VERSION@
226 AMTAR = @AMTAR@
227 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228 AR = @AR@
229 AUTOCONF = @AUTOCONF@
230 AUTOHEADER = @AUTOHEADER@
231 AUTOMAKE = @AUTOMAKE@
232 AWK = @AWK@
233 CC = @CC@
234 CCDEPMODE = @CCDEPMODE@
235 CFLAGS = @CFLAGS@
236 CPP = @CPP@
237 CPPFLAGS = @CPPFLAGS@
238 CYGPATH_W = @CYGPATH_W@
239 DEBUG_CFLAGS = @DEBUG_CFLAGS@
240 DEBUG_KMEM = @DEBUG_KMEM@
241 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
242 DEBUG_SPL = @DEBUG_SPL@
243 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 DLLTOOL = @DLLTOOL@
247 DPKG = @DPKG@
248 DPKGBUILD = @DPKGBUILD@
249 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
250 DPKG_VERSION = @DPKG_VERSION@
251 DSYMUTIL = @DSYMUTIL@
252 DUMPBIN = @DUMPBIN@
253 ECHO_C = @ECHO_C@
254 ECHO_N = @ECHO_N@
255 ECHO_T = @ECHO_T@
256 EGREP = @EGREP@
257 EXEEXT = @EXEEXT@
258 FGREP = @FGREP@
259 GREP = @GREP@
260 HAVE_ALIEN = @HAVE_ALIEN@
261 HAVE_DPKG = @HAVE_DPKG@
262 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
263 HAVE_RPM = @HAVE_RPM@
264 HAVE_RPMBUILD = @HAVE_RPMBUILD@
265 INSTALL = @INSTALL@
266 INSTALL_DATA = @INSTALL_DATA@
267 INSTALL_PROGRAM = @INSTALL_PROGRAM@
268 INSTALL_SCRIPT = @INSTALL_SCRIPT@
269 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270 KERNELCPPFLAGS = @KERNELCPPFLAGS@
271 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
272 LD = @LD@
273 LDFLAGS = @LDFLAGS@
274 LIBOBJS = @LIBOBJS@
275 LIBS = @LIBS@
276 LIBTOOL = @LIBTOOL@
277 LINUX = @LINUX@
278 LINUX_OBJ = @LINUX_OBJ@
279 LINUX_SYMBOLS = @LINUX_SYMBOLS@
280 LINUX_VERSION = @LINUX_VERSION@
281 LIPO = @LIPO@
282 LN_S = @LN_S@
283 LTLIBOBJS = @LTLIBOBJS@
284 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
285 MAINT = @MAINT@
286 MAKEINFO = @MAKEINFO@
287 MANIFEST_TOOL = @MANIFEST_TOOL@
288 MKDIR_P = @MKDIR_P@
289 NM = @NM@
290 NMEDIT = @NMEDIT@
291 OBJDUMP = @OBJDUMP@
292 OBJEXT = @OBJEXT@
293 OTOOL = @OTOOL@
294 OTOOL64 = @OTOOL64@
295 PACKAGE = @PACKAGE@
296 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297 PACKAGE_NAME = @PACKAGE_NAME@
298 PACKAGE_STRING = @PACKAGE_STRING@
299 PACKAGE_TARNAME = @PACKAGE_TARNAME@
300 PACKAGE_URL = @PACKAGE_URL@
301 PACKAGE_VERSION = @PACKAGE_VERSION@
302 PATH_SEPARATOR = @PATH_SEPARATOR@
303 RANLIB = @RANLIB@
304 RELEASE = @RELEASE@
305 RPM = @RPM@
306 RPMBUILD = @RPMBUILD@
307 RPMBUILD_VERSION = @RPMBUILD_VERSION@
308 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
309 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
310 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
311 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
312 RPM_SPEC_DIR = @RPM_SPEC_DIR@
313 RPM_VERSION = @RPM_VERSION@
314 SED = @SED@
315 SET_MAKE = @SET_MAKE@
316 SHELL = @SHELL@
317 SPL_CONFIG = @SPL_CONFIG@
318 SPL_META_ALIAS = @SPL_META_ALIAS@
319 SPL_META_AUTHOR = @SPL_META_AUTHOR@
320 SPL_META_DATA = @SPL_META_DATA@
321 SPL_META_LICENSE = @SPL_META_LICENSE@
322 SPL_META_LT_AGE = @SPL_META_LT_AGE@
323 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
324 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
325 SPL_META_NAME = @SPL_META_NAME@
326 SPL_META_RELEASE = @SPL_META_RELEASE@
327 SPL_META_VERSION = @SPL_META_VERSION@
328 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
329 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
330 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
331 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
332 STRIP = @STRIP@
333 VENDOR = @VENDOR@
334 VERSION = @VERSION@
335 abs_builddir = @abs_builddir@
336 abs_srcdir = @abs_srcdir@
337 abs_top_builddir = @abs_top_builddir@
338 abs_top_srcdir = @abs_top_srcdir@
339 ac_ct_AR = @ac_ct_AR@
340 ac_ct_CC = @ac_ct_CC@
341 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
342 am__include = @am__include@
343 am__leading_dot = @am__leading_dot@
344 am__quote = @am__quote@
345 am__tar = @am__tar@
346 am__untar = @am__untar@
347 bindir = @bindir@
348 build = @build@
349 build_alias = @build_alias@
350 build_cpu = @build_cpu@
351 build_os = @build_os@
352 build_vendor = @build_vendor@
353 builddir = @builddir@
354 datadir = @datadir@
355 datarootdir = @datarootdir@
356 docdir = @docdir@
357 dvidir = @dvidir@
358 exec_prefix = @exec_prefix@
359 host = @host@
360 host_alias = @host_alias@
361 host_cpu = @host_cpu@
362 host_os = @host_os@
363 host_vendor = @host_vendor@
364 htmldir = @htmldir@
365 includedir = @includedir@
366 infodir = @infodir@
367 install_sh = @install_sh@
368 libdir = @libdir@
369 libexecdir = @libexecdir@
370 localedir = @localedir@
371 localstatedir = @localstatedir@
372 mandir = @mandir@
373 mkdir_p = @mkdir_p@
374 oldincludedir = @oldincludedir@
375 pdfdir = @pdfdir@
376 prefix = @prefix@
377 program_transform_name = @program_transform_name@
378 psdir = @psdir@
379 runstatedir = @runstatedir@
380 sbindir = @sbindir@
381 sharedstatedir = @sharedstatedir@
382 srcdir = @srcdir@
383 sysconfdir = @sysconfdir@
384 target = @target@
385 target_alias = @target_alias@
386 target_cpu = @target_cpu@
387 target_os = @target_os@
388 target_vendor = @target_vendor@
389 top_build_prefix = @top_build_prefix@
390 top_builddir = @top_builddir@
391 top_srcdir = @top_srcdir@
392 SUBDIRS = fs linux rpc sharefs sys util vm
393 COMMON_H =
394 KERNEL_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
400 USER_H =
401 EXTRA_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)
404 all: 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
419 Makefile: $(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
437 mostlyclean-libtool:
438 -rm -f *.lo
439
440 clean-libtool:
441 -rm -rf .libs _libs
442 install-kernelHEADERS: $(kernel_HEADERS)
443 @$(NORMAL_INSTALL)
444 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
445 if test -n "$$list"; then \
446 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
447 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
448 fi; \
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
458 uninstall-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
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; \
477 dot_seen=no; \
478 target=`echo $@ | sed s/-recursive//`; \
479 case "$@" in \
480 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481 *) list='$(SUBDIRS)' ;; \
482 esac; \
483 for subdir in $$list; do \
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
498 ID: $(am__tagged_files)
499 $(am__define_uniq_tagged_files); mkid -fID $$unique
500 tags: tags-recursive
501 TAGS: tags
502
503 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
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; \
519 $(am__define_uniq_tagged_files); \
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
531 ctags: ctags-recursive
532
533 CTAGS: ctags
534 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535 $(am__define_uniq_tagged_files); \
536 test -z "$(CTAGS_ARGS)$$unique" \
537 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538 $$unique
539
540 GTAGS:
541 here=`$(am__cd) $(top_builddir) && pwd` \
542 && $(am__cd) $(top_srcdir) \
543 && gtags -i $(GTAGS_ARGS) "$$here"
544 cscopelist: cscopelist-recursive
545
546 cscopelist-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
559
560 distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562
563 distdir: $(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 \
595 $(am__make_dryrun) \
596 || test -d "$(distdir)/$$subdir" \
597 || $(MKDIR_P) "$(distdir)/$$subdir" \
598 || exit 1; \
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
618 check-am: all-am
619 check: check-recursive
620 all-am: Makefile $(HEADERS)
621 installdirs: installdirs-recursive
622 installdirs-am:
623 for dir in "$(DESTDIR)$(kerneldir)"; do \
624 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625 done
626 install: install-recursive
627 install-exec: install-exec-recursive
628 install-data: install-data-recursive
629 uninstall: uninstall-recursive
630
631 install-am: all-am
632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634 installcheck: installcheck-recursive
635 install-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
645 mostlyclean-generic:
646
647 clean-generic:
648
649 distclean-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
653 maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656 clean: clean-recursive
657
658 clean-am: clean-generic clean-libtool mostlyclean-am
659
660 distclean: distclean-recursive
661 -rm -f Makefile
662 distclean-am: clean-am distclean-generic distclean-tags
663
664 dvi: dvi-recursive
665
666 dvi-am:
667
668 html: html-recursive
669
670 html-am:
671
672 info: info-recursive
673
674 info-am:
675
676 install-data-am: install-kernelHEADERS
677
678 install-dvi: install-dvi-recursive
679
680 install-dvi-am:
681
682 install-exec-am:
683
684 install-html: install-html-recursive
685
686 install-html-am:
687
688 install-info: install-info-recursive
689
690 install-info-am:
691
692 install-man:
693
694 install-pdf: install-pdf-recursive
695
696 install-pdf-am:
697
698 install-ps: install-ps-recursive
699
700 install-ps-am:
701
702 installcheck-am:
703
704 maintainer-clean: maintainer-clean-recursive
705 -rm -f Makefile
706 maintainer-clean-am: distclean-am maintainer-clean-generic
707
708 mostlyclean: mostlyclean-recursive
709
710 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712 pdf: pdf-recursive
713
714 pdf-am:
715
716 ps: ps-recursive
717
718 ps-am:
719
720 uninstall-am: uninstall-kernelHEADERS
721
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
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: