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