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