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