]> git.proxmox.com Git - mirror_zfs.git/blame - lib/libefi/Makefile.in
Add FAILFAST support
[mirror_zfs.git] / lib / libefi / Makefile.in
CommitLineData
e70e591c
BB
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(top_srcdir)/config/Rules.am
40subdir = lib/libefi
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = \
43 $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
44 $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
45 $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
46 $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
2959d94a 47 $(top_srcdir)/config/kernel-bio-failfast.m4 \
e70e591c
BB
48 $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
49 $(top_srcdir)/config/kernel-blk-end-request.m4 \
50 $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
51 $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
52 $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
53 $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
54 $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
55 $(top_srcdir)/config/kernel-fmode-t.m4 \
56 $(top_srcdir)/config/kernel-get-disk-ro.m4 \
57 $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
58 $(top_srcdir)/config/kernel-kobj-name-len.m4 \
59 $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
60 $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
61 $(top_srcdir)/config/kernel-rq-is_sync.m4 \
62 $(top_srcdir)/config/kernel.m4 \
63 $(top_srcdir)/config/user-arch.m4 \
64 $(top_srcdir)/config/user-frame-larger-than.m4 \
65 $(top_srcdir)/config/user-ioctl.m4 \
66 $(top_srcdir)/config/user-libblkid.m4 \
67 $(top_srcdir)/config/user-libshare.m4 \
68 $(top_srcdir)/config/user-libuuid.m4 \
69 $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
70 $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
71 $(top_srcdir)/config/zfs-build.m4 \
72 $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75mkinstalldirs = $(install_sh) -d
76CONFIG_HEADER = $(top_builddir)/zfs_config.h
77CONFIG_CLEAN_FILES =
78CONFIG_CLEAN_VPATH_FILES =
79am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85am__install_max = 40
86am__nobase_strip_setup = \
87 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88am__nobase_strip = \
89 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90am__nobase_list = $(am__nobase_strip_setup); \
91 for p in $$list; do echo "$$p $$p"; done | \
92 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94 if (++n[$$2] == $(am__install_max)) \
95 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96 END { for (dir in files) print dir, files[dir] }'
97am__base_list = \
98 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100am__installdirs = "$(DESTDIR)$(libdir)"
101LTLIBRARIES = $(lib_LTLIBRARIES)
102libefi_la_LIBADD =
103am_libefi_la_OBJECTS = rdwr_efi.lo
104libefi_la_OBJECTS = $(am_libefi_la_OBJECTS)
105AM_V_lt = $(am__v_lt_$(V))
106am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
107am__v_lt_0 = --silent
108depcomp = $(SHELL) $(top_srcdir)/config/depcomp
109am__depfiles_maybe = depfiles
110am__mv = mv -f
111COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
114 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
115 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
116 $(AM_CFLAGS) $(CFLAGS)
117AM_V_CC = $(am__v_CC_$(V))
118am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
119am__v_CC_0 = @echo " CC " $@;
120AM_V_at = $(am__v_at_$(V))
121am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
122am__v_at_0 = @
123CCLD = $(CC)
124LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
125 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
126 $(AM_LDFLAGS) $(LDFLAGS) -o $@
127AM_V_CCLD = $(am__v_CCLD_$(V))
128am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
129am__v_CCLD_0 = @echo " CCLD " $@;
130AM_V_GEN = $(am__v_GEN_$(V))
131am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
132am__v_GEN_0 = @echo " GEN " $@;
133SOURCES = $(libefi_la_SOURCES)
134DIST_SOURCES = $(libefi_la_SOURCES)
135ETAGS = etags
136CTAGS = ctags
137DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138ACLOCAL = @ACLOCAL@
139ALIEN = @ALIEN@
140ALIEN_VERSION = @ALIEN_VERSION@
141AMTAR = @AMTAR@
142AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
143AR = @AR@
144AUTOCONF = @AUTOCONF@
145AUTOHEADER = @AUTOHEADER@
146AUTOMAKE = @AUTOMAKE@
147AWK = @AWK@
e70e591c
BB
148CC = @CC@
149CCAS = @CCAS@
150CCASDEPMODE = @CCASDEPMODE@
151CCASFLAGS = @CCASFLAGS@
152CCDEPMODE = @CCDEPMODE@
153CFLAGS = @CFLAGS@
e70e591c
BB
154CPP = @CPP@
155CPPFLAGS = @CPPFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEBUG_CFLAGS = @DEBUG_CFLAGS@
158DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
159DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
160DEFS = @DEFS@
161DEPDIR = @DEPDIR@
162DPKG = @DPKG@
163DPKGBUILD = @DPKGBUILD@
164DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
165DPKG_VERSION = @DPKG_VERSION@
166DSYMUTIL = @DSYMUTIL@
167DUMPBIN = @DUMPBIN@
168ECHO_C = @ECHO_C@
169ECHO_N = @ECHO_N@
170ECHO_T = @ECHO_T@
171EGREP = @EGREP@
172EXEEXT = @EXEEXT@
173FGREP = @FGREP@
174FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
175GREP = @GREP@
176HAVE_ALIEN = @HAVE_ALIEN@
177HAVE_DPKG = @HAVE_DPKG@
178HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
179HAVE_RPM = @HAVE_RPM@
180HAVE_RPMBUILD = @HAVE_RPMBUILD@
181INSTALL = @INSTALL@
182INSTALL_DATA = @INSTALL_DATA@
183INSTALL_PROGRAM = @INSTALL_PROGRAM@
184INSTALL_SCRIPT = @INSTALL_SCRIPT@
185INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186KERNELCPPFLAGS = @KERNELCPPFLAGS@
187KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
188LD = @LD@
189LDFLAGS = @LDFLAGS@
190LIBBLKID = @LIBBLKID@
e70e591c
BB
191LIBOBJS = @LIBOBJS@
192LIBS = @LIBS@
193LIBTOOL = @LIBTOOL@
194LIBUUID = @LIBUUID@
195LINUX = @LINUX@
196LINUX_OBJ = @LINUX_OBJ@
197LINUX_SYMBOLS = @LINUX_SYMBOLS@
198LINUX_VERSION = @LINUX_VERSION@
199LIPO = @LIPO@
200LN_S = @LN_S@
201LTLIBOBJS = @LTLIBOBJS@
202MAINT = @MAINT@
203MAKEINFO = @MAKEINFO@
204MKDIR_P = @MKDIR_P@
e70e591c
BB
205NM = @NM@
206NMEDIT = @NMEDIT@
207OBJDUMP = @OBJDUMP@
208OBJEXT = @OBJEXT@
209OTOOL = @OTOOL@
210OTOOL64 = @OTOOL64@
211PACKAGE = @PACKAGE@
212PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213PACKAGE_NAME = @PACKAGE_NAME@
214PACKAGE_STRING = @PACKAGE_STRING@
215PACKAGE_TARNAME = @PACKAGE_TARNAME@
216PACKAGE_VERSION = @PACKAGE_VERSION@
217PATH_SEPARATOR = @PATH_SEPARATOR@
218RANLIB = @RANLIB@
219RPM = @RPM@
220RPMBUILD = @RPMBUILD@
221RPMBUILD_VERSION = @RPMBUILD_VERSION@
222RPM_VERSION = @RPM_VERSION@
e70e591c
BB
223SED = @SED@
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
226SPL = @SPL@
227SPL_OBJ = @SPL_OBJ@
228SPL_SYMBOLS = @SPL_SYMBOLS@
229SPL_VERSION = @SPL_VERSION@
230STRIP = @STRIP@
231TARGET_ASM_DIR = @TARGET_ASM_DIR@
e70e591c
BB
232VENDOR = @VENDOR@
233VERSION = @VERSION@
234ZFS_CONFIG = @ZFS_CONFIG@
235ZFS_META_ALIAS = @ZFS_META_ALIAS@
236ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
237ZFS_META_DATA = @ZFS_META_DATA@
238ZFS_META_LICENSE = @ZFS_META_LICENSE@
239ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
240ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
241ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
242ZFS_META_NAME = @ZFS_META_NAME@
243ZFS_META_RELEASE = @ZFS_META_RELEASE@
244ZFS_META_VERSION = @ZFS_META_VERSION@
245ZLIB = @ZLIB@
246abs_builddir = @abs_builddir@
247abs_srcdir = @abs_srcdir@
248abs_top_builddir = @abs_top_builddir@
249abs_top_srcdir = @abs_top_srcdir@
250ac_ct_CC = @ac_ct_CC@
251ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252am__include = @am__include@
253am__leading_dot = @am__leading_dot@
254am__quote = @am__quote@
255am__tar = @am__tar@
256am__untar = @am__untar@
257bindir = @bindir@
258build = @build@
259build_alias = @build_alias@
260build_cpu = @build_cpu@
261build_os = @build_os@
262build_vendor = @build_vendor@
263builddir = @builddir@
264datadir = @datadir@
265datarootdir = @datarootdir@
266docdir = @docdir@
267dvidir = @dvidir@
268exec_prefix = @exec_prefix@
269host = @host@
270host_alias = @host_alias@
271host_cpu = @host_cpu@
272host_os = @host_os@
273host_vendor = @host_vendor@
274htmldir = @htmldir@
275includedir = @includedir@
276infodir = @infodir@
277install_sh = @install_sh@
278libdir = @libdir@
279libexecdir = @libexecdir@
280localedir = @localedir@
281localstatedir = @localstatedir@
282lt_ECHO = @lt_ECHO@
283mandir = @mandir@
284mkdir_p = @mkdir_p@
285oldincludedir = @oldincludedir@
286pdfdir = @pdfdir@
287prefix = @prefix@
288program_transform_name = @program_transform_name@
289psdir = @psdir@
290sbindir = @sbindir@
291sharedstatedir = @sharedstatedir@
292srcdir = @srcdir@
293sysconfdir = @sysconfdir@
294target = @target@
295target_alias = @target_alias@
296target_cpu = @target_cpu@
297target_os = @target_os@
298target_vendor = @target_vendor@
299top_build_prefix = @top_build_prefix@
300top_builddir = @top_builddir@
301top_srcdir = @top_srcdir@
6283f55e
BB
302DEFAULT_INCLUDES = -include ${top_builddir}/zfs_config.h \
303 -I$(top_srcdir)/include -I$(top_srcdir)/lib/libspl/include
e70e591c
BB
304AM_LIBTOOLFLAGS = --silent
305AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing \
306 ${DEBUG_CFLAGS} -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
307 -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
308 -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" \
309 $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
310lib_LTLIBRARIES = libefi.la
311libefi_la_SOURCES = \
6283f55e 312 $(top_srcdir)/lib/libefi/rdwr_efi.c
e70e591c
BB
313
314all: all-am
315
316.SUFFIXES:
317.SUFFIXES: .c .lo .o .obj
318$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
319 @for dep in $?; do \
320 case '$(am__configure_deps)' in \
321 *$$dep*) \
322 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323 && { if test -f $@; then exit 0; else break; fi; }; \
324 exit 1;; \
325 esac; \
326 done; \
327 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/libefi/Makefile'; \
328 $(am__cd) $(top_srcdir) && \
329 $(AUTOMAKE) --gnu lib/libefi/Makefile
330.PRECIOUS: Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332 @case '$?' in \
333 *config.status*) \
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335 *) \
336 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
337 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338 esac;
339
340$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(am__aclocal_m4_deps):
348install-libLTLIBRARIES: $(lib_LTLIBRARIES)
349 @$(NORMAL_INSTALL)
350 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
351 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
352 list2=; for p in $$list; do \
353 if test -f $$p; then \
354 list2="$$list2 $$p"; \
355 else :; fi; \
356 done; \
357 test -z "$$list2" || { \
358 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
359 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
360 }
361
362uninstall-libLTLIBRARIES:
363 @$(NORMAL_UNINSTALL)
364 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
365 for p in $$list; do \
366 $(am__strip_dir) \
367 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
368 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
369 done
370
371clean-libLTLIBRARIES:
372 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
373 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
374 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
375 test "$$dir" != "$$p" || dir=.; \
376 echo "rm -f \"$${dir}/so_locations\""; \
377 rm -f "$${dir}/so_locations"; \
378 done
379libefi.la: $(libefi_la_OBJECTS) $(libefi_la_DEPENDENCIES)
380 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libefi_la_OBJECTS) $(libefi_la_LIBADD) $(LIBS)
381
382mostlyclean-compile:
383 -rm -f *.$(OBJEXT)
384
385distclean-compile:
386 -rm -f *.tab.c
387
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdwr_efi.Plo@am__quote@
389
390.c.o:
391@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
392@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
394@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396@am__fastdepCC_FALSE@ $(COMPILE) -c $<
397
398.c.obj:
399@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
400@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
401@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
405
406.c.lo:
407@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
409@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
410@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
411@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
413
6283f55e
BB
414rdwr_efi.lo: $(top_srcdir)/lib/libefi/rdwr_efi.c
415@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rdwr_efi.lo -MD -MP -MF $(DEPDIR)/rdwr_efi.Tpo -c -o rdwr_efi.lo `test -f '$(top_srcdir)/lib/libefi/rdwr_efi.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libefi/rdwr_efi.c
e70e591c
BB
416@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rdwr_efi.Tpo $(DEPDIR)/rdwr_efi.Plo
417@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
6283f55e 418@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/libefi/rdwr_efi.c' object='rdwr_efi.lo' libtool=yes @AMDEPBACKSLASH@
e70e591c 419@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6283f55e 420@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rdwr_efi.lo `test -f '$(top_srcdir)/lib/libefi/rdwr_efi.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/libefi/rdwr_efi.c
e70e591c
BB
421
422mostlyclean-libtool:
423 -rm -f *.lo
424
425clean-libtool:
426 -rm -rf .libs _libs
427
428ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430 unique=`for i in $$list; do \
431 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432 done | \
433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434 END { if (nonempty) { for (i in files) print i; }; }'`; \
435 mkid -fID $$unique
436tags: TAGS
437
438TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
439 $(TAGS_FILES) $(LISP)
440 set x; \
441 here=`pwd`; \
442 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443 unique=`for i in $$list; do \
444 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445 done | \
446 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447 END { if (nonempty) { for (i in files) print i; }; }'`; \
448 shift; \
449 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450 test -n "$$unique" || unique=$$empty_fix; \
451 if test $$# -gt 0; then \
452 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453 "$$@" $$unique; \
454 else \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 $$unique; \
457 fi; \
458 fi
459ctags: CTAGS
460CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
461 $(TAGS_FILES) $(LISP)
462 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463 unique=`for i in $$list; do \
464 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465 done | \
466 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467 END { if (nonempty) { for (i in files) print i; }; }'`; \
468 test -z "$(CTAGS_ARGS)$$unique" \
469 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470 $$unique
471
472GTAGS:
473 here=`$(am__cd) $(top_builddir) && pwd` \
474 && $(am__cd) $(top_srcdir) \
475 && gtags -i $(GTAGS_ARGS) "$$here"
476
477distclean-tags:
478 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 list='$(DISTFILES)'; \
484 dist_files=`for file in $$list; do echo $$file; done | \
485 sed -e "s|^$$srcdirstrip/||;t" \
486 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487 case $$dist_files in \
488 */*) $(MKDIR_P) `echo "$$dist_files" | \
489 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490 sort -u` ;; \
491 esac; \
492 for file in $$dist_files; do \
493 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494 if test -d $$d/$$file; then \
495 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496 if test -d "$(distdir)/$$file"; then \
497 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498 fi; \
499 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502 fi; \
503 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504 else \
505 test -f "$(distdir)/$$file" \
506 || cp -p $$d/$$file "$(distdir)/$$file" \
507 || exit 1; \
508 fi; \
509 done
510check-am: all-am
511check: check-am
512all-am: Makefile $(LTLIBRARIES)
513installdirs:
514 for dir in "$(DESTDIR)$(libdir)"; do \
515 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
516 done
517install: install-am
518install-exec: install-exec-am
519install-data: install-data-am
520uninstall: uninstall-am
521
522install-am: all-am
523 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525installcheck: installcheck-am
526install-strip:
527 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529 `test -z '$(STRIP)' || \
530 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531mostlyclean-generic:
532
533clean-generic:
534
535distclean-generic:
536 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
539maintainer-clean-generic:
540 @echo "This command is intended for maintainers to use"
541 @echo "it deletes files that may require special tools to rebuild."
542clean: clean-am
543
544clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
545 mostlyclean-am
546
547distclean: distclean-am
548 -rm -rf ./$(DEPDIR)
549 -rm -f Makefile
550distclean-am: clean-am distclean-compile distclean-generic \
551 distclean-tags
552
553dvi: dvi-am
554
555dvi-am:
556
557html: html-am
558
559html-am:
560
561info: info-am
562
563info-am:
564
565install-data-am:
566
567install-dvi: install-dvi-am
568
569install-dvi-am:
570
571install-exec-am: install-libLTLIBRARIES
572
573install-html: install-html-am
574
575install-html-am:
576
577install-info: install-info-am
578
579install-info-am:
580
581install-man:
582
583install-pdf: install-pdf-am
584
585install-pdf-am:
586
587install-ps: install-ps-am
588
589install-ps-am:
590
591installcheck-am:
592
593maintainer-clean: maintainer-clean-am
594 -rm -rf ./$(DEPDIR)
595 -rm -f Makefile
596maintainer-clean-am: distclean-am maintainer-clean-generic
597
598mostlyclean: mostlyclean-am
599
600mostlyclean-am: mostlyclean-compile mostlyclean-generic \
601 mostlyclean-libtool
602
603pdf: pdf-am
604
605pdf-am:
606
607ps: ps-am
608
609ps-am:
610
611uninstall-am: uninstall-libLTLIBRARIES
612
613.MAKE: install-am install-strip
614
615.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
616 clean-libLTLIBRARIES clean-libtool ctags distclean \
617 distclean-compile distclean-generic distclean-libtool \
618 distclean-tags distdir dvi dvi-am html html-am info info-am \
619 install install-am install-data install-data-am install-dvi \
620 install-dvi-am install-exec install-exec-am install-html \
621 install-html-am install-info install-info-am \
622 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
623 install-ps install-ps-am install-strip installcheck \
624 installcheck-am installdirs maintainer-clean \
625 maintainer-clean-generic mostlyclean mostlyclean-compile \
626 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
627 tags uninstall uninstall-am uninstall-libLTLIBRARIES
628
629
630# Tell versions [3.59,3.63) of GNU make to not export all variables.
631# Otherwise a system limit (for SysV at least) may be exceeded.
632.NOEXPORT: