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