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