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