]> git.proxmox.com Git - mirror_spl-debian.git/blob - include/linux/Makefile.in
New upstream version 0.7.2
[mirror_spl-debian.git] / include / linux / 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/linux
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 am__kernel_HEADERS_DIST = $(top_srcdir)/include/linux/bitops_compat.h \
64 $(top_srcdir)/include/linux/compiler_compat.h \
65 $(top_srcdir)/include/linux/delay_compat.h \
66 $(top_srcdir)/include/linux/file_compat.h \
67 $(top_srcdir)/include/linux/list_compat.h \
68 $(top_srcdir)/include/linux/math64_compat.h \
69 $(top_srcdir)/include/linux/mm_compat.h \
70 $(top_srcdir)/include/linux/proc_compat.h \
71 $(top_srcdir)/include/linux/rwsem_compat.h \
72 $(top_srcdir)/include/linux/wait_compat.h \
73 $(top_srcdir)/include/linux/zlib_compat.h
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77 *) f=$$p;; \
78 esac;
79 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80 am__install_max = 40
81 am__nobase_strip_setup = \
82 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83 am__nobase_strip = \
84 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85 am__nobase_list = $(am__nobase_strip_setup); \
86 for p in $$list; do echo "$$p $$p"; done | \
87 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89 if (++n[$$2] == $(am__install_max)) \
90 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91 END { for (dir in files) print dir, files[dir] }'
92 am__base_list = \
93 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95 am__installdirs = "$(DESTDIR)$(kerneldir)"
96 HEADERS = $(kernel_HEADERS)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 ALIEN = @ALIEN@
102 ALIEN_VERSION = @ALIEN_VERSION@
103 AMTAR = @AMTAR@
104 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
105 AR = @AR@
106 AUTOCONF = @AUTOCONF@
107 AUTOHEADER = @AUTOHEADER@
108 AUTOMAKE = @AUTOMAKE@
109 AWK = @AWK@
110 CC = @CC@
111 CCDEPMODE = @CCDEPMODE@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DEBUG_CFLAGS = @DEBUG_CFLAGS@
117 DEBUG_KMEM = @DEBUG_KMEM@
118 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
119 DEBUG_SPL = @DEBUG_SPL@
120 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
121 DEFS = @DEFS@
122 DEPDIR = @DEPDIR@
123 DPKG = @DPKG@
124 DPKGBUILD = @DPKGBUILD@
125 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
126 DPKG_VERSION = @DPKG_VERSION@
127 DSYMUTIL = @DSYMUTIL@
128 DUMPBIN = @DUMPBIN@
129 ECHO_C = @ECHO_C@
130 ECHO_N = @ECHO_N@
131 ECHO_T = @ECHO_T@
132 EGREP = @EGREP@
133 EXEEXT = @EXEEXT@
134 FGREP = @FGREP@
135 GREP = @GREP@
136 HAVE_ALIEN = @HAVE_ALIEN@
137 HAVE_DPKG = @HAVE_DPKG@
138 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
139 HAVE_RPM = @HAVE_RPM@
140 HAVE_RPMBUILD = @HAVE_RPMBUILD@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 KERNELCPPFLAGS = @KERNELCPPFLAGS@
147 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LINUX = @LINUX@
154 LINUX_OBJ = @LINUX_OBJ@
155 LINUX_SYMBOLS = @LINUX_SYMBOLS@
156 LINUX_VERSION = @LINUX_VERSION@
157 LIPO = @LIPO@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAINT = @MAINT@
161 MAKEINFO = @MAKEINFO@
162 MKDIR_P = @MKDIR_P@
163 NM = @NM@
164 NMEDIT = @NMEDIT@
165 OBJDUMP = @OBJDUMP@
166 OBJEXT = @OBJEXT@
167 OTOOL = @OTOOL@
168 OTOOL64 = @OTOOL64@
169 PACKAGE = @PACKAGE@
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171 PACKAGE_NAME = @PACKAGE_NAME@
172 PACKAGE_STRING = @PACKAGE_STRING@
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 RANLIB = @RANLIB@
177 RELEASE = @RELEASE@
178 RPM = @RPM@
179 RPMBUILD = @RPMBUILD@
180 RPMBUILD_VERSION = @RPMBUILD_VERSION@
181 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
182 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
183 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
184 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
185 RPM_SPEC_DIR = @RPM_SPEC_DIR@
186 RPM_VERSION = @RPM_VERSION@
187 SED = @SED@
188 SET_MAKE = @SET_MAKE@
189 SHELL = @SHELL@
190 SPL_CONFIG = @SPL_CONFIG@
191 SPL_META_ALIAS = @SPL_META_ALIAS@
192 SPL_META_AUTHOR = @SPL_META_AUTHOR@
193 SPL_META_DATA = @SPL_META_DATA@
194 SPL_META_LICENSE = @SPL_META_LICENSE@
195 SPL_META_LT_AGE = @SPL_META_LT_AGE@
196 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
197 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
198 SPL_META_NAME = @SPL_META_NAME@
199 SPL_META_RELEASE = @SPL_META_RELEASE@
200 SPL_META_VERSION = @SPL_META_VERSION@
201 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
202 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
203 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
204 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
205 STRIP = @STRIP@
206 VENDOR = @VENDOR@
207 VERSION = @VERSION@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 includedir = @includedir@
238 infodir = @infodir@
239 install_sh = @install_sh@
240 libdir = @libdir@
241 libexecdir = @libexecdir@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 lt_ECHO = @lt_ECHO@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target = @target@
257 target_alias = @target_alias@
258 target_cpu = @target_cpu@
259 target_os = @target_os@
260 target_vendor = @target_vendor@
261 top_build_prefix = @top_build_prefix@
262 top_builddir = @top_builddir@
263 top_srcdir = @top_srcdir@
264 COMMON_H =
265 KERNEL_H = \
266 $(top_srcdir)/include/linux/bitops_compat.h \
267 $(top_srcdir)/include/linux/compiler_compat.h \
268 $(top_srcdir)/include/linux/delay_compat.h \
269 $(top_srcdir)/include/linux/file_compat.h \
270 $(top_srcdir)/include/linux/list_compat.h \
271 $(top_srcdir)/include/linux/math64_compat.h \
272 $(top_srcdir)/include/linux/mm_compat.h \
273 $(top_srcdir)/include/linux/proc_compat.h \
274 $(top_srcdir)/include/linux/rwsem_compat.h \
275 $(top_srcdir)/include/linux/wait_compat.h \
276 $(top_srcdir)/include/linux/zlib_compat.h
277
278 USER_H =
279 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
280 @CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include/linux
281 @CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
282 all: all-am
283
284 .SUFFIXES:
285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
286 @for dep in $?; do \
287 case '$(am__configure_deps)' in \
288 *$$dep*) \
289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290 && { if test -f $@; then exit 0; else break; fi; }; \
291 exit 1;; \
292 esac; \
293 done; \
294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/linux/Makefile'; \
295 $(am__cd) $(top_srcdir) && \
296 $(AUTOMAKE) --gnu include/linux/Makefile
297 .PRECIOUS: Makefile
298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299 @case '$?' in \
300 *config.status*) \
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302 *) \
303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305 esac;
306
307 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309
310 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314 $(am__aclocal_m4_deps):
315
316 mostlyclean-libtool:
317 -rm -f *.lo
318
319 clean-libtool:
320 -rm -rf .libs _libs
321 install-kernelHEADERS: $(kernel_HEADERS)
322 @$(NORMAL_INSTALL)
323 test -z "$(kerneldir)" || $(MKDIR_P) "$(DESTDIR)$(kerneldir)"
324 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
325 for p in $$list; do \
326 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
327 echo "$$d$$p"; \
328 done | $(am__base_list) | \
329 while read files; do \
330 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
331 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
332 done
333
334 uninstall-kernelHEADERS:
335 @$(NORMAL_UNINSTALL)
336 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
337 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
338 test -n "$$files" || exit 0; \
339 echo " ( cd '$(DESTDIR)$(kerneldir)' && rm -f" $$files ")"; \
340 cd "$(DESTDIR)$(kerneldir)" && rm -f $$files
341
342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
343 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344 unique=`for i in $$list; do \
345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346 done | \
347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348 END { if (nonempty) { for (i in files) print i; }; }'`; \
349 mkid -fID $$unique
350 tags: TAGS
351
352 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
353 $(TAGS_FILES) $(LISP)
354 set x; \
355 here=`pwd`; \
356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357 unique=`for i in $$list; do \
358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359 done | \
360 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361 END { if (nonempty) { for (i in files) print i; }; }'`; \
362 shift; \
363 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
364 test -n "$$unique" || unique=$$empty_fix; \
365 if test $$# -gt 0; then \
366 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367 "$$@" $$unique; \
368 else \
369 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370 $$unique; \
371 fi; \
372 fi
373 ctags: CTAGS
374 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 test -z "$(CTAGS_ARGS)$$unique" \
383 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384 $$unique
385
386 GTAGS:
387 here=`$(am__cd) $(top_builddir) && pwd` \
388 && $(am__cd) $(top_srcdir) \
389 && gtags -i $(GTAGS_ARGS) "$$here"
390
391 distclean-tags:
392 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
393
394 distdir: $(DISTFILES)
395 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397 list='$(DISTFILES)'; \
398 dist_files=`for file in $$list; do echo $$file; done | \
399 sed -e "s|^$$srcdirstrip/||;t" \
400 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
401 case $$dist_files in \
402 */*) $(MKDIR_P) `echo "$$dist_files" | \
403 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
404 sort -u` ;; \
405 esac; \
406 for file in $$dist_files; do \
407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408 if test -d $$d/$$file; then \
409 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
410 if test -d "$(distdir)/$$file"; then \
411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412 fi; \
413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416 fi; \
417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
418 else \
419 test -f "$(distdir)/$$file" \
420 || cp -p $$d/$$file "$(distdir)/$$file" \
421 || exit 1; \
422 fi; \
423 done
424 check-am: all-am
425 check: check-am
426 all-am: Makefile $(HEADERS)
427 installdirs:
428 for dir in "$(DESTDIR)$(kerneldir)"; do \
429 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
430 done
431 install: install-am
432 install-exec: install-exec-am
433 install-data: install-data-am
434 uninstall: uninstall-am
435
436 install-am: all-am
437 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438
439 installcheck: installcheck-am
440 install-strip:
441 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443 `test -z '$(STRIP)' || \
444 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445 mostlyclean-generic:
446
447 clean-generic:
448
449 distclean-generic:
450 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
451 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
452
453 maintainer-clean-generic:
454 @echo "This command is intended for maintainers to use"
455 @echo "it deletes files that may require special tools to rebuild."
456 clean: clean-am
457
458 clean-am: clean-generic clean-libtool mostlyclean-am
459
460 distclean: distclean-am
461 -rm -f Makefile
462 distclean-am: clean-am distclean-generic distclean-tags
463
464 dvi: dvi-am
465
466 dvi-am:
467
468 html: html-am
469
470 html-am:
471
472 info: info-am
473
474 info-am:
475
476 install-data-am: install-kernelHEADERS
477
478 install-dvi: install-dvi-am
479
480 install-dvi-am:
481
482 install-exec-am:
483
484 install-html: install-html-am
485
486 install-html-am:
487
488 install-info: install-info-am
489
490 install-info-am:
491
492 install-man:
493
494 install-pdf: install-pdf-am
495
496 install-pdf-am:
497
498 install-ps: install-ps-am
499
500 install-ps-am:
501
502 installcheck-am:
503
504 maintainer-clean: maintainer-clean-am
505 -rm -f Makefile
506 maintainer-clean-am: distclean-am maintainer-clean-generic
507
508 mostlyclean: mostlyclean-am
509
510 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
511
512 pdf: pdf-am
513
514 pdf-am:
515
516 ps: ps-am
517
518 ps-am:
519
520 uninstall-am: uninstall-kernelHEADERS
521
522 .MAKE: install-am install-strip
523
524 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
525 clean-libtool ctags distclean distclean-generic \
526 distclean-libtool distclean-tags distdir dvi dvi-am html \
527 html-am info info-am install install-am install-data \
528 install-data-am install-dvi install-dvi-am install-exec \
529 install-exec-am install-html install-html-am install-info \
530 install-info-am install-kernelHEADERS install-man install-pdf \
531 install-pdf-am install-ps install-ps-am install-strip \
532 installcheck installcheck-am installdirs maintainer-clean \
533 maintainer-clean-generic mostlyclean mostlyclean-generic \
534 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
535 uninstall-am uninstall-kernelHEADERS
536
537
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: