]> git.proxmox.com Git - mirror_spl-debian.git/blame - scripts/Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / scripts / 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@
16VPATH = @srcdir@
ac9cc135
AX
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
10946b02
AX
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = scripts
10946b02
AX
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
94 $(top_srcdir)/config/ltoptions.m4 \
95 $(top_srcdir)/config/ltsugar.m4 \
96 $(top_srcdir)/config/ltversion.m4 \
97 $(top_srcdir)/config/lt~obsolete.m4 \
98 $(top_srcdir)/config/spl-build.m4 \
99 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
ac9cc135 102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
10946b02
AX
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/spl_config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
ac9cc135
AX
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
10946b02
AX
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
ac9cc135
AX
113am__v_GEN_0 = @echo " GEN " $@;
114am__v_GEN_1 =
10946b02
AX
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
ac9cc135 118am__v_at_1 =
10946b02
AX
119SOURCES =
120DIST_SOURCES =
ac9cc135
AX
121am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
126am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
127am__DIST_COMMON = $(srcdir)/Makefile.in
10946b02
AX
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = @ACLOCAL@
130ALIEN = @ALIEN@
131ALIEN_VERSION = @ALIEN_VERSION@
132AMTAR = @AMTAR@
133AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
134AR = @AR@
135AUTOCONF = @AUTOCONF@
136AUTOHEADER = @AUTOHEADER@
137AUTOMAKE = @AUTOMAKE@
138AWK = @AWK@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CPP = @CPP@
143CPPFLAGS = @CPPFLAGS@
144CYGPATH_W = @CYGPATH_W@
145DEBUG_CFLAGS = @DEBUG_CFLAGS@
146DEBUG_KMEM = @DEBUG_KMEM@
147DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
148DEBUG_SPL = @DEBUG_SPL@
149DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152DLLTOOL = @DLLTOOL@
153DPKG = @DPKG@
154DPKGBUILD = @DPKGBUILD@
155DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
156DPKG_VERSION = @DPKG_VERSION@
157DSYMUTIL = @DSYMUTIL@
158DUMPBIN = @DUMPBIN@
159ECHO_C = @ECHO_C@
160ECHO_N = @ECHO_N@
161ECHO_T = @ECHO_T@
162EGREP = @EGREP@
163EXEEXT = @EXEEXT@
164FGREP = @FGREP@
165GREP = @GREP@
166HAVE_ALIEN = @HAVE_ALIEN@
167HAVE_DPKG = @HAVE_DPKG@
168HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
169HAVE_RPM = @HAVE_RPM@
170HAVE_RPMBUILD = @HAVE_RPMBUILD@
171INSTALL = @INSTALL@
172INSTALL_DATA = @INSTALL_DATA@
173INSTALL_PROGRAM = @INSTALL_PROGRAM@
174INSTALL_SCRIPT = @INSTALL_SCRIPT@
175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176KERNELCPPFLAGS = @KERNELCPPFLAGS@
177KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
178LD = @LD@
179LDFLAGS = @LDFLAGS@
180LIBOBJS = @LIBOBJS@
181LIBS = @LIBS@
182LIBTOOL = @LIBTOOL@
183LINUX = @LINUX@
184LINUX_OBJ = @LINUX_OBJ@
185LINUX_SYMBOLS = @LINUX_SYMBOLS@
186LINUX_VERSION = @LINUX_VERSION@
187LIPO = @LIPO@
188LN_S = @LN_S@
189LTLIBOBJS = @LTLIBOBJS@
ac9cc135 190LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
10946b02
AX
191MAINT = @MAINT@
192MAKEINFO = @MAKEINFO@
193MANIFEST_TOOL = @MANIFEST_TOOL@
194MKDIR_P = @MKDIR_P@
195NM = @NM@
196NMEDIT = @NMEDIT@
197OBJDUMP = @OBJDUMP@
198OBJEXT = @OBJEXT@
199OTOOL = @OTOOL@
200OTOOL64 = @OTOOL64@
201PACKAGE = @PACKAGE@
202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203PACKAGE_NAME = @PACKAGE_NAME@
204PACKAGE_STRING = @PACKAGE_STRING@
205PACKAGE_TARNAME = @PACKAGE_TARNAME@
206PACKAGE_URL = @PACKAGE_URL@
207PACKAGE_VERSION = @PACKAGE_VERSION@
208PATH_SEPARATOR = @PATH_SEPARATOR@
209RANLIB = @RANLIB@
210RELEASE = @RELEASE@
211RPM = @RPM@
212RPMBUILD = @RPMBUILD@
213RPMBUILD_VERSION = @RPMBUILD_VERSION@
214RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
215RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
216RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
217RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
218RPM_SPEC_DIR = @RPM_SPEC_DIR@
219RPM_VERSION = @RPM_VERSION@
220SED = @SED@
221SET_MAKE = @SET_MAKE@
222SHELL = @SHELL@
223SPL_CONFIG = @SPL_CONFIG@
224SPL_META_ALIAS = @SPL_META_ALIAS@
225SPL_META_AUTHOR = @SPL_META_AUTHOR@
226SPL_META_DATA = @SPL_META_DATA@
227SPL_META_LICENSE = @SPL_META_LICENSE@
228SPL_META_LT_AGE = @SPL_META_LT_AGE@
229SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
230SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
231SPL_META_NAME = @SPL_META_NAME@
232SPL_META_RELEASE = @SPL_META_RELEASE@
233SPL_META_VERSION = @SPL_META_VERSION@
234SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
235SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
236SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
237SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
238STRIP = @STRIP@
239VENDOR = @VENDOR@
240VERSION = @VERSION@
241abs_builddir = @abs_builddir@
242abs_srcdir = @abs_srcdir@
243abs_top_builddir = @abs_top_builddir@
244abs_top_srcdir = @abs_top_srcdir@
245ac_ct_AR = @ac_ct_AR@
246ac_ct_CC = @ac_ct_CC@
247ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248am__include = @am__include@
249am__leading_dot = @am__leading_dot@
250am__quote = @am__quote@
251am__tar = @am__tar@
252am__untar = @am__untar@
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
259builddir = @builddir@
260datadir = @datadir@
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
264exec_prefix = @exec_prefix@
265host = @host@
266host_alias = @host_alias@
267host_cpu = @host_cpu@
268host_os = @host_os@
269host_vendor = @host_vendor@
270htmldir = @htmldir@
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
274libdir = @libdir@
275libexecdir = @libexecdir@
276localedir = @localedir@
277localstatedir = @localstatedir@
278mandir = @mandir@
279mkdir_p = @mkdir_p@
280oldincludedir = @oldincludedir@
281pdfdir = @pdfdir@
282prefix = @prefix@
283program_transform_name = @program_transform_name@
284psdir = @psdir@
ac9cc135 285runstatedir = @runstatedir@
10946b02
AX
286sbindir = @sbindir@
287sharedstatedir = @sharedstatedir@
288srcdir = @srcdir@
289sysconfdir = @sysconfdir@
290target = @target@
291target_alias = @target_alias@
292target_cpu = @target_cpu@
293target_os = @target_os@
294target_vendor = @target_vendor@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
298EXTRA_DIST = check.sh dkms.mkconf dkms.postbuild kmodtool
299all: all-am
300
301.SUFFIXES:
302$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
303 @for dep in $?; do \
304 case '$(am__configure_deps)' in \
305 *$$dep*) \
306 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
307 && { if test -f $@; then exit 0; else break; fi; }; \
308 exit 1;; \
309 esac; \
310 done; \
311 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
312 $(am__cd) $(top_srcdir) && \
313 $(AUTOMAKE) --gnu scripts/Makefile
10946b02
AX
314Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315 @case '$?' in \
316 *config.status*) \
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318 *) \
319 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321 esac;
322
323$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(am__aclocal_m4_deps):
331
332mostlyclean-libtool:
333 -rm -f *.lo
334
335clean-libtool:
336 -rm -rf .libs _libs
ac9cc135
AX
337tags TAGS:
338
339ctags CTAGS:
10946b02 340
ac9cc135 341cscope cscopelist:
10946b02
AX
342
343
344distdir: $(DISTFILES)
345 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
346 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347 list='$(DISTFILES)'; \
348 dist_files=`for file in $$list; do echo $$file; done | \
349 sed -e "s|^$$srcdirstrip/||;t" \
350 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
351 case $$dist_files in \
352 */*) $(MKDIR_P) `echo "$$dist_files" | \
353 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
354 sort -u` ;; \
355 esac; \
356 for file in $$dist_files; do \
357 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
358 if test -d $$d/$$file; then \
359 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
360 if test -d "$(distdir)/$$file"; then \
361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362 fi; \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
365 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366 fi; \
367 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
368 else \
369 test -f "$(distdir)/$$file" \
370 || cp -p $$d/$$file "$(distdir)/$$file" \
371 || exit 1; \
372 fi; \
373 done
374check-am: all-am
375check: check-am
376all-am: Makefile
377installdirs:
378install: install-am
379install-exec: install-exec-am
380install-data: install-data-am
381uninstall: uninstall-am
382
383install-am: all-am
384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386installcheck: installcheck-am
387install-strip:
388 if test -z '$(STRIP)'; then \
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 install; \
392 else \
393 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
396 fi
397mostlyclean-generic:
398
399clean-generic:
400
401distclean-generic:
402 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
404
405maintainer-clean-generic:
406 @echo "This command is intended for maintainers to use"
407 @echo "it deletes files that may require special tools to rebuild."
408clean: clean-am
409
410clean-am: clean-generic clean-libtool mostlyclean-am
411
412distclean: distclean-am
413 -rm -f Makefile
414distclean-am: clean-am distclean-generic
415
416dvi: dvi-am
417
418dvi-am:
419
420html: html-am
421
422html-am:
423
424info: info-am
425
426info-am:
427
428install-data-am:
429
430install-dvi: install-dvi-am
431
432install-dvi-am:
433
434install-exec-am:
435
436install-html: install-html-am
437
438install-html-am:
439
440install-info: install-info-am
441
442install-info-am:
443
444install-man:
445
446install-pdf: install-pdf-am
447
448install-pdf-am:
449
450install-ps: install-ps-am
451
452install-ps-am:
453
454installcheck-am:
455
456maintainer-clean: maintainer-clean-am
457 -rm -f Makefile
458maintainer-clean-am: distclean-am maintainer-clean-generic
459
460mostlyclean: mostlyclean-am
461
462mostlyclean-am: mostlyclean-generic mostlyclean-libtool
463
464pdf: pdf-am
465
466pdf-am:
467
468ps: ps-am
469
470ps-am:
471
472uninstall-am:
473
474.MAKE: install-am install-strip
475
476.PHONY: all all-am check check-am clean clean-generic clean-libtool \
ac9cc135
AX
477 cscopelist-am ctags-am distclean distclean-generic \
478 distclean-libtool distdir dvi dvi-am html html-am info info-am \
479 install install-am install-data install-data-am install-dvi \
480 install-dvi-am install-exec install-exec-am install-html \
481 install-html-am install-info install-info-am install-man \
482 install-pdf install-pdf-am install-ps install-ps-am \
483 install-strip installcheck installcheck-am installdirs \
484 maintainer-clean maintainer-clean-generic mostlyclean \
485 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
486 tags-am uninstall uninstall-am
487
488.PRECIOUS: Makefile
10946b02
AX
489
490
491check:
f6188ddd 492 scripts/check.sh
10946b02
AX
493
494# Tell versions [3.59,3.63) of GNU make to not export all variables.
495# Otherwise a system limit (for SysV at least) may be exceeded.
496.NOEXPORT: