diff -Nru fwts-0.24.16/auto-packager/mkpackage.sh fwts-0.24.17/auto-packager/mkpackage.sh --- fwts-0.24.16/auto-packager/mkpackage.sh 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/auto-packager/mkpackage.sh 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2010-2011 Canonical +# Copyright (C) 2010-2012 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/data/klog.json fwts-0.24.17/data/klog.json --- fwts-0.24.16/data/klog.json 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/data/klog.json 2012-01-31 06:15:22.000000000 +0000 @@ -69,6 +69,13 @@ [ { "compare_mode": "regex", + "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_BIOS", + "pattern": "ENERGY_PERF_BIAS.*Set to 'normal'.* was 'performance'", + "advice": "The MSR_IA32_ENERGY_PERF_BIAS was initialized incorrectly and was defaulted to a high performance bias setting. The kernel has detected this and changed it down to a 'normal' bias setting. The BIOS vendor should be informed that the MSR is not defaulted to the normal bias setting." + }, + { + "compare_mode": "regex", "log_level": "LOG_LEVEL_CRITICAL", "tag": "FWTS_TAG_ACPI", "pattern": "pnp.*can't evaluate _CRS: 12311", diff -Nru fwts-0.24.16/debian/changelog fwts-0.24.17/debian/changelog --- fwts-0.24.16/debian/changelog 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/debian/changelog 2012-01-31 09:41:10.000000000 +0000 @@ -1,3 +1,22 @@ +fwts (0.24.17) precise; urgency=low + + New upstream version. (LP: #924192) + + [Alex Hung] + * pcie: aspm: add aspm option and detect if the + "PCIe ASPM Controls" bit is set in FADT. + + [Colin Ian King] + * Sanity check for MSR_IA32_ENERGY_PERF_BIAS messages. + * Since aspm is a test, move it out of the fwts core library + * Update copyright year + + [Keng-Yu Lin] + * lib: add PCIe ASPM configuration check in the batch test + * debian: use dh-autoreconf + + -- Keng-Yu Lin Tue, 31 Jan 2012 13:47:48 +0800 + fwts (0.24.16) precise; urgency=low [Chris Van Hoof] diff -Nru fwts-0.24.16/debian/control fwts-0.24.17/debian/control --- fwts-0.24.16/debian/control 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/debian/control 2012-01-31 06:15:22.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Colin King Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7), libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison +Build-Depends: debhelper (>= 7), dh-autoreconf, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison Package: fwts Architecture: any diff -Nru fwts-0.24.16/debian/rules fwts-0.24.17/debian/rules --- fwts-0.24.16/debian/rules 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/debian/rules 2012-01-31 06:15:22.000000000 +0000 @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf diff -Nru fwts-0.24.16/doc/fwts.1 fwts-0.24.17/doc/fwts.1 --- fwts-0.24.16/doc/fwts.1 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/doc/fwts.1 2012-01-31 06:15:22.000000000 +0000 @@ -257,6 +257,9 @@ .B \-\-stdout\-summary output SUCCESS or FAILED to stdout at end of tests. .TP +.B \-\-aspm +verify PCIE ASPM configuration from firmware. +.TP .B \-t, \-\-table\-path=path specify the path containing ACPI tables. These tables need to be named in the format: tablename.dat, for example DSDT.dat, for example, as extracted using acpidump or fwts \-\-dump and then acpixtract. diff -Nru fwts-0.24.16/live-image/fwts-frontend-text fwts-0.24.17/live-image/fwts-frontend-text --- fwts-0.24.16/live-image/fwts-frontend-text 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/live-image/fwts-frontend-text 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2010-2011 Canonical +# Copyright (C) 2010-2012 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/Makefile.in fwts-0.24.17/Makefile.in --- fwts-0.24.16/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,724 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure config.guess config.sub depcomp \ - install-sh ltmain.sh missing -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir dist dist-all distcheck -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = src -ACLOCAL_AMFLAGS = -I m4 -all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -am--refresh: - @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: $(am__configure_deps) - $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -$(am__aclocal_m4_deps): - -config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi - -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: $(am__configure_deps) - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) - rm -f stamp-h1 - touch $@ - -distclean-hdr: - -rm -f config.h stamp-h1 - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool config.lt - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done - -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -755 \ - -exec chmod u+rwx,go+rx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r "$(distdir)" -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) - -dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz - $(am__remove_distdir) - -dist-tarZ: distdir - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) - -dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) - -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ - *.tar.xz*) \ - xz -dc $(distdir).tar.xz | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - test -d $(distdir)/_build || exit 0; \ - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ - && cd "$$am__cwd" \ - || exit 1 - $(am__remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' -distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-recursive -all-am: Makefile config.h -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-hdr \ - distclean-libtool distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-generic \ - clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-recursive uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/scripts/fwts-collect fwts-0.24.17/scripts/fwts-collect --- fwts-0.24.16/scripts/fwts-collect 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/scripts/fwts-collect 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2011 Canonical +# Copyright (C) 2012 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/ac_adapter/ac_adapter.c fwts-0.24.17/src/acpi/ac_adapter/ac_adapter.c --- fwts-0.24.16/src/acpi/ac_adapter/ac_adapter.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/ac_adapter/ac_adapter.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/acpidump/acpidump.c fwts-0.24.17/src/acpi/acpidump/acpidump.c --- fwts-0.24.16/src/acpi/acpidump/acpidump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/acpidump/acpidump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/acpiinfo/acpiinfo.c fwts-0.24.17/src/acpi/acpiinfo/acpiinfo.c --- fwts-0.24.16/src/acpi/acpiinfo/acpiinfo.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/acpiinfo/acpiinfo.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/acpitables/acpitables.c fwts-0.24.17/src/acpi/acpitables/acpitables.c --- fwts-0.24.16/src/acpi/acpitables/acpitables.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/acpitables/acpitables.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/apicinstance/apicinstance.c fwts-0.24.17/src/acpi/apicinstance/apicinstance.c --- fwts-0.24.16/src/acpi/apicinstance/apicinstance.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/apicinstance/apicinstance.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/battery/battery.c fwts-0.24.17/src/acpi/battery/battery.c --- fwts-0.24.16/src/acpi/battery/battery.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/battery/battery.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/brightness/brightness.c fwts-0.24.17/src/acpi/brightness/brightness.c --- fwts-0.24.16/src/acpi/brightness/brightness.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/brightness/brightness.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/checksum/checksum.c fwts-0.24.17/src/acpi/checksum/checksum.c --- fwts-0.24.16/src/acpi/checksum/checksum.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/checksum/checksum.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/common/common.c fwts-0.24.17/src/acpi/common/common.c --- fwts-0.24.16/src/acpi/common/common.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/common/common.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/cstates/cstates.c fwts-0.24.17/src/acpi/cstates/cstates.c --- fwts-0.24.16/src/acpi/cstates/cstates.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/cstates/cstates.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file is was originally from the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/dmar/dmar.c fwts-0.24.17/src/acpi/dmar/dmar.c --- fwts-0.24.16/src/acpi/dmar/dmar.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/dmar/dmar.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/fadt/fadt.c fwts-0.24.17/src/acpi/fadt/fadt.c --- fwts-0.24.16/src/acpi/fadt/fadt.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/fadt/fadt.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * Portions of this code original from the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/fan/fan.c fwts-0.24.17/src/acpi/fan/fan.c --- fwts-0.24.16/src/acpi/fan/fan.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/fan/fan.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/klog/klog.c fwts-0.24.17/src/acpi/klog/klog.c --- fwts-0.24.16/src/acpi/klog/klog.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/klog/klog.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/lid/lid.c fwts-0.24.17/src/acpi/lid/lid.c --- fwts-0.24.16/src/acpi/lid/lid.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/lid/lid.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/mcfg/mcfg.c fwts-0.24.17/src/acpi/mcfg/mcfg.c --- fwts-0.24.16/src/acpi/mcfg/mcfg.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/mcfg/mcfg.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * Portions of this code original from the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/acpi/method/method.c fwts-0.24.17/src/acpi/method/method.c --- fwts-0.24.16/src/acpi/method/method.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/method/method.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/osilinux/osilinux.c fwts-0.24.17/src/acpi/osilinux/osilinux.c --- fwts-0.24.16/src/acpi/osilinux/osilinux.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/osilinux/osilinux.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/powerbutton/powerbutton.c fwts-0.24.17/src/acpi/powerbutton/powerbutton.c --- fwts-0.24.16/src/acpi/powerbutton/powerbutton.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/powerbutton/powerbutton.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/s3/s3.c fwts-0.24.17/src/acpi/s3/s3.c --- fwts-0.24.16/src/acpi/s3/s3.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/s3/s3.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/s3power/s3power.c fwts-0.24.17/src/acpi/s3power/s3power.c --- fwts-0.24.16/src/acpi/s3power/s3power.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/s3power/s3power.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/s4/s4.c fwts-0.24.17/src/acpi/s4/s4.c --- fwts-0.24.16/src/acpi/s4/s4.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/s4/s4.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/syntaxcheck/syntaxcheck.c fwts-0.24.17/src/acpi/syntaxcheck/syntaxcheck.c --- fwts-0.24.16/src/acpi/syntaxcheck/syntaxcheck.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/syntaxcheck/syntaxcheck.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/wakealarm/wakealarm.c fwts-0.24.17/src/acpi/wakealarm/wakealarm.c --- fwts-0.24.16/src/acpi/wakealarm/wakealarm.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/wakealarm/wakealarm.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpi/wmi/wmi.c fwts-0.24.17/src/acpi/wmi/wmi.c --- fwts-0.24.16/src/acpi/wmi/wmi.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpi/wmi/wmi.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpica/fwts_acpica.c fwts-0.24.17/src/acpica/fwts_acpica.c --- fwts-0.24.16/src/acpica/fwts_acpica.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpica/fwts_acpica.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpica/Makefile.in fwts-0.24.17/src/acpica/Makefile.in --- fwts-0.24.16/src/acpica/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpica/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1913 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -# Nb. the top-level Makefile builds source/compiler for us now... - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = src/acpica -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libdir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -libfwtsacpica_la_DEPENDENCIES = -am_libfwtsacpica_la_OBJECTS = fwts_acpica.lo osunixxf_munged.lo \ - dsopcode_munged.lo dbcmds.lo dbdisply.lo dbexec.lo dbfileio.lo \ - dbhistry.lo dbinput.lo dbstats.lo dbutils.lo dbxface.lo \ - dbmethod.lo dbnames.lo dmbuffer.lo dmnames.lo dmobject.lo \ - dmopcode.lo dmresrc.lo dmresrcl.lo dmresrcs.lo dmutils.lo \ - dmwalk.lo dsfield.lo dsinit.lo dsmethod.lo dsmthdat.lo \ - dsobject.lo dsutils.lo dswexec.lo dswload.lo dswscope.lo \ - dswstate.lo dscontrol.lo dsargs.lo dswload2.lo evevent.lo \ - evgpe.lo evgpeblk.lo evgpeinit.lo evgpeutil.lo evxfgpe.lo \ - evmisc.lo evregion.lo evrgnini.lo evsci.lo evxface.lo \ - evxfevnt.lo evxfregn.lo evglock.lo exfield.lo exfldio.lo \ - exmisc.lo exmutex.lo exnames.lo exoparg1.lo exoparg2.lo \ - exoparg3.lo exoparg6.lo exprep.lo exregion.lo exresnte.lo \ - exresolv.lo exresop.lo exstore.lo exstoren.lo exstorob.lo \ - exsystem.lo exutils.lo exconvrt.lo excreate.lo exdump.lo \ - exdebug.lo exconfig.lo hwacpi.lo hwgpe.lo hwpci.lo hwregs.lo \ - hwsleep.lo hwvalid.lo hwxface.lo nsaccess.lo nsalloc.lo \ - nsdump.lo nsdumpdv.lo nseval.lo nsinit.lo nsload.lo nsnames.lo \ - nsobject.lo nsparse.lo nspredef.lo nsrepair.lo nsrepair2.lo \ - nssearch.lo nsutils.lo nswalk.lo nsxfeval.lo nsxfname.lo \ - nsxfobj.lo psargs.lo psloop.lo psopcode.lo psparse.lo \ - psscope.lo pstree.lo psutils.lo pswalk.lo psxface.lo rsaddr.lo \ - rscalc.lo rscreate.lo rsdump.lo rsio.lo rsinfo.lo rsirq.lo \ - rslist.lo rsmemory.lo rsmisc.lo rsutils.lo rsxface.lo \ - tbfadt.lo tbfind.lo tbinstal.lo tbutils.lo tbxface.lo \ - tbxfroot.lo utalloc.lo utcache.lo utcopy.lo utdebug.lo \ - utdelete.lo uteval.lo utglobal.lo utids.lo utinit.lo utlock.lo \ - utmath.lo utmisc.lo utmutex.lo utobject.lo utresrc.lo \ - utstate.lo uttrack.lo utosi.lo utxferror.lo utxface.lo \ - utdecode.lo aehandlers.lo -libfwtsacpica_la_OBJECTS = $(am_libfwtsacpica_la_OBJECTS) -libfwtsacpica_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libfwtsacpica_la_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(libfwtsacpica_la_SOURCES) -DIST_SOURCES = $(libfwtsacpica_la_SOURCES) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -ACPICA_SRC = source -ACPICA_COMMON = $(ACPICA_SRC)/common -ACPICA_CORE = $(ACPICA_SRC) -ACPICA_TOOLS = $(ACPICA_SRC)/tools -ACPICA_OSL = $(ACPICA_SRC)/os_specific/service_layers -ACPICA_COMP = $(ACPICA_SRC)/components - -# -# -DACPI_EXEC_APP is specific to making ACPICA for the fwts method test -# -AM_CPPFLAGS = -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -I$(top_srcdir)/src/lib/include -I$(ACPICA_SRC)/include -Wall -BUILT_SOURCES = osunixxf_munged.c dsopcode_munged.c -CLEANFILES = osunixxf_munged.c -lib_LTLIBRARIES = libfwtsacpica.la -libfwtsacpica_la_LDFLAGS = -lpthread -version-info 1:0:0 -libfwtsacpica_la_SOURCES = \ - fwts_acpica.c \ - osunixxf_munged.c \ - dsopcode_munged.c \ - $(ACPICA_COMP)/debugger/dbcmds.c \ - $(ACPICA_COMP)/debugger/dbdisply.c \ - $(ACPICA_COMP)/debugger/dbexec.c \ - $(ACPICA_COMP)/debugger/dbfileio.c \ - $(ACPICA_COMP)/debugger/dbhistry.c \ - $(ACPICA_COMP)/debugger/dbinput.c \ - $(ACPICA_COMP)/debugger/dbstats.c \ - $(ACPICA_COMP)/debugger/dbutils.c \ - $(ACPICA_COMP)/debugger/dbxface.c \ - $(ACPICA_COMP)/debugger/dbmethod.c \ - $(ACPICA_COMP)/debugger/dbnames.c \ - $(ACPICA_COMP)/disassembler/dmbuffer.c \ - $(ACPICA_COMP)/disassembler/dmnames.c \ - $(ACPICA_COMP)/disassembler/dmobject.c \ - $(ACPICA_COMP)/disassembler/dmopcode.c \ - $(ACPICA_COMP)/disassembler/dmresrc.c \ - $(ACPICA_COMP)/disassembler/dmresrcl.c \ - $(ACPICA_COMP)/disassembler/dmresrcs.c \ - $(ACPICA_COMP)/disassembler/dmutils.c \ - $(ACPICA_COMP)/disassembler/dmwalk.c \ - $(ACPICA_COMP)/dispatcher/dsfield.c \ - $(ACPICA_COMP)/dispatcher/dsinit.c \ - $(ACPICA_COMP)/dispatcher/dsmethod.c \ - $(ACPICA_COMP)/dispatcher/dsmthdat.c \ - $(ACPICA_COMP)/dispatcher/dsobject.c \ - $(ACPICA_COMP)/dispatcher/dsutils.c \ - $(ACPICA_COMP)/dispatcher/dswexec.c \ - $(ACPICA_COMP)/dispatcher/dswload.c \ - $(ACPICA_COMP)/dispatcher/dswscope.c \ - $(ACPICA_COMP)/dispatcher/dswstate.c \ - $(ACPICA_COMP)/dispatcher/dscontrol.c \ - $(ACPICA_COMP)/dispatcher/dsargs.c \ - $(ACPICA_COMP)/dispatcher/dswload2.c \ - $(ACPICA_COMP)/events/evevent.c \ - $(ACPICA_COMP)/events/evgpe.c \ - $(ACPICA_COMP)/events/evgpeblk.c \ - $(ACPICA_COMP)/events/evgpeinit.c \ - $(ACPICA_COMP)/events/evgpeutil.c \ - $(ACPICA_COMP)/events/evxfgpe.c \ - $(ACPICA_COMP)/events/evmisc.c \ - $(ACPICA_COMP)/events/evregion.c \ - $(ACPICA_COMP)/events/evrgnini.c \ - $(ACPICA_COMP)/events/evsci.c \ - $(ACPICA_COMP)/events/evxface.c \ - $(ACPICA_COMP)/events/evxfevnt.c \ - $(ACPICA_COMP)/events/evxfregn.c \ - $(ACPICA_COMP)/events/evglock.c \ - $(ACPICA_COMP)/executer/exfield.c \ - $(ACPICA_COMP)/executer/exfldio.c \ - $(ACPICA_COMP)/executer/exmisc.c \ - $(ACPICA_COMP)/executer/exmutex.c \ - $(ACPICA_COMP)/executer/exnames.c \ - $(ACPICA_COMP)/executer/exoparg1.c \ - $(ACPICA_COMP)/executer/exoparg2.c \ - $(ACPICA_COMP)/executer/exoparg3.c \ - $(ACPICA_COMP)/executer/exoparg6.c \ - $(ACPICA_COMP)/executer/exprep.c \ - $(ACPICA_COMP)/executer/exregion.c \ - $(ACPICA_COMP)/executer/exresnte.c \ - $(ACPICA_COMP)/executer/exresolv.c \ - $(ACPICA_COMP)/executer/exresop.c \ - $(ACPICA_COMP)/executer/exstore.c \ - $(ACPICA_COMP)/executer/exstoren.c \ - $(ACPICA_COMP)/executer/exstorob.c \ - $(ACPICA_COMP)/executer/exsystem.c \ - $(ACPICA_COMP)/executer/exutils.c \ - $(ACPICA_COMP)/executer/exconvrt.c \ - $(ACPICA_COMP)/executer/excreate.c \ - $(ACPICA_COMP)/executer/exdump.c \ - $(ACPICA_COMP)/executer/exdebug.c \ - $(ACPICA_COMP)/executer/exconfig.c \ - $(ACPICA_COMP)/hardware/hwacpi.c \ - $(ACPICA_COMP)/hardware/hwgpe.c \ - $(ACPICA_COMP)/hardware/hwpci.c \ - $(ACPICA_COMP)/hardware/hwregs.c \ - $(ACPICA_COMP)/hardware/hwsleep.c \ - $(ACPICA_COMP)/hardware/hwvalid.c \ - $(ACPICA_COMP)/hardware/hwxface.c \ - $(ACPICA_COMP)/namespace/nsaccess.c \ - $(ACPICA_COMP)/namespace/nsalloc.c \ - $(ACPICA_COMP)/namespace/nsdump.c \ - $(ACPICA_COMP)/namespace/nsdumpdv.c \ - $(ACPICA_COMP)/namespace/nseval.c \ - $(ACPICA_COMP)/namespace/nsinit.c \ - $(ACPICA_COMP)/namespace/nsload.c \ - $(ACPICA_COMP)/namespace/nsnames.c \ - $(ACPICA_COMP)/namespace/nsobject.c \ - $(ACPICA_COMP)/namespace/nsparse.c \ - $(ACPICA_COMP)/namespace/nspredef.c \ - $(ACPICA_COMP)/namespace/nsrepair.c \ - $(ACPICA_COMP)/namespace/nsrepair2.c \ - $(ACPICA_COMP)/namespace/nssearch.c \ - $(ACPICA_COMP)/namespace/nsutils.c \ - $(ACPICA_COMP)/namespace/nswalk.c \ - $(ACPICA_COMP)/namespace/nsxfeval.c \ - $(ACPICA_COMP)/namespace/nsxfname.c \ - $(ACPICA_COMP)/namespace/nsxfobj.c \ - $(ACPICA_COMP)/parser/psargs.c \ - $(ACPICA_COMP)/parser/psloop.c \ - $(ACPICA_COMP)/parser/psopcode.c \ - $(ACPICA_COMP)/parser/psparse.c \ - $(ACPICA_COMP)/parser/psscope.c \ - $(ACPICA_COMP)/parser/pstree.c \ - $(ACPICA_COMP)/parser/psutils.c \ - $(ACPICA_COMP)/parser/pswalk.c \ - $(ACPICA_COMP)/parser/psxface.c \ - $(ACPICA_COMP)/resources/rsaddr.c \ - $(ACPICA_COMP)/resources/rscalc.c \ - $(ACPICA_COMP)/resources/rscreate.c \ - $(ACPICA_COMP)/resources/rsdump.c \ - $(ACPICA_COMP)/resources/rsio.c \ - $(ACPICA_COMP)/resources/rsinfo.c \ - $(ACPICA_COMP)/resources/rsirq.c \ - $(ACPICA_COMP)/resources/rslist.c \ - $(ACPICA_COMP)/resources/rsmemory.c \ - $(ACPICA_COMP)/resources/rsmisc.c \ - $(ACPICA_COMP)/resources/rsutils.c \ - $(ACPICA_COMP)/resources/rsxface.c \ - $(ACPICA_COMP)/tables/tbfadt.c \ - $(ACPICA_COMP)/tables/tbfind.c \ - $(ACPICA_COMP)/tables/tbinstal.c \ - $(ACPICA_COMP)/tables/tbutils.c \ - $(ACPICA_COMP)/tables/tbxface.c \ - $(ACPICA_COMP)/tables/tbxfroot.c \ - $(ACPICA_COMP)/utilities/utalloc.c \ - $(ACPICA_COMP)/utilities/utcache.c \ - $(ACPICA_COMP)/utilities/utcopy.c \ - $(ACPICA_COMP)/utilities/utdebug.c \ - $(ACPICA_COMP)/utilities/utdelete.c \ - $(ACPICA_COMP)/utilities/uteval.c \ - $(ACPICA_COMP)/utilities/utglobal.c \ - $(ACPICA_COMP)/utilities/utids.c \ - $(ACPICA_COMP)/utilities/utinit.c \ - $(ACPICA_COMP)/utilities/utlock.c \ - $(ACPICA_COMP)/utilities/utmath.c \ - $(ACPICA_COMP)/utilities/utmisc.c \ - $(ACPICA_COMP)/utilities/utmutex.c \ - $(ACPICA_COMP)/utilities/utobject.c \ - $(ACPICA_COMP)/utilities/utresrc.c \ - $(ACPICA_COMP)/utilities/utstate.c \ - $(ACPICA_COMP)/utilities/uttrack.c \ - $(ACPICA_COMP)/utilities/utosi.c \ - $(ACPICA_COMP)/utilities/utxferror.c \ - $(ACPICA_COMP)/utilities/utxface.c \ - $(ACPICA_COMP)/utilities/utdecode.c \ - $(ACPICA_SRC)/tools/acpiexec/aehandlers.c - -libfwtsacpica_la_LIBADD = \ - -L$(top_srcdir)/src/lib/src -lfwts - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/acpica/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/acpica/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libfwtsacpica.la: $(libfwtsacpica_la_OBJECTS) $(libfwtsacpica_la_DEPENDENCIES) - $(libfwtsacpica_la_LINK) -rpath $(libdir) $(libfwtsacpica_la_OBJECTS) $(libfwtsacpica_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aehandlers.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbcmds.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbdisply.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbexec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbfileio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbhistry.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbinput.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbmethod.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbstats.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmopcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrcl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrcs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmwalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsargs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscontrol.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsfield.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsinit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsmethod.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsmthdat.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsopcode_munged.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswexec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswload2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswscope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswstate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evevent.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evglock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evgpe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evgpeblk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evgpeinit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evgpeutil.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evregion.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrgnini.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evsci.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evxfevnt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evxfgpe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evxfregn.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exconfig.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exconvrt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excreate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exdebug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfield.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfldio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exmutex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg1.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg6.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exprep.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exregion.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresnte.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresolv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstore.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstoren.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstorob.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exsystem.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_acpica.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwacpi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwgpe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwpci.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwregs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwsleep.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwvalid.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsaccess.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsalloc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsdumpdv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nseval.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsinit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nspredef.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsrepair.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsrepair2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nssearch.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nswalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsxfeval.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsxfname.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsxfobj.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osunixxf_munged.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psargs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psloop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psopcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psscope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pstree.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pswalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsaddr.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rscalc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rscreate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsinfo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsirq.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rslist.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsmemory.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbfadt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbfind.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbinstal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbxfroot.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utalloc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utcache.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utcopy.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdebug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdecode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdelete.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uteval.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utglobal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utids.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utinit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utlock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmath.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmutex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utosi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utresrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utstate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uttrack.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utxferror.Plo@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< - -.c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -dbcmds.lo: $(ACPICA_COMP)/debugger/dbcmds.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbcmds.lo -MD -MP -MF $(DEPDIR)/dbcmds.Tpo -c -o dbcmds.lo `test -f '$(ACPICA_COMP)/debugger/dbcmds.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbcmds.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbcmds.Tpo $(DEPDIR)/dbcmds.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbcmds.c' object='dbcmds.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbcmds.lo `test -f '$(ACPICA_COMP)/debugger/dbcmds.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbcmds.c - -dbdisply.lo: $(ACPICA_COMP)/debugger/dbdisply.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbdisply.lo -MD -MP -MF $(DEPDIR)/dbdisply.Tpo -c -o dbdisply.lo `test -f '$(ACPICA_COMP)/debugger/dbdisply.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbdisply.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbdisply.Tpo $(DEPDIR)/dbdisply.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbdisply.c' object='dbdisply.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbdisply.lo `test -f '$(ACPICA_COMP)/debugger/dbdisply.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbdisply.c - -dbexec.lo: $(ACPICA_COMP)/debugger/dbexec.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbexec.lo -MD -MP -MF $(DEPDIR)/dbexec.Tpo -c -o dbexec.lo `test -f '$(ACPICA_COMP)/debugger/dbexec.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbexec.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbexec.Tpo $(DEPDIR)/dbexec.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbexec.c' object='dbexec.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbexec.lo `test -f '$(ACPICA_COMP)/debugger/dbexec.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbexec.c - -dbfileio.lo: $(ACPICA_COMP)/debugger/dbfileio.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbfileio.lo -MD -MP -MF $(DEPDIR)/dbfileio.Tpo -c -o dbfileio.lo `test -f '$(ACPICA_COMP)/debugger/dbfileio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbfileio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbfileio.Tpo $(DEPDIR)/dbfileio.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbfileio.c' object='dbfileio.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbfileio.lo `test -f '$(ACPICA_COMP)/debugger/dbfileio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbfileio.c - -dbhistry.lo: $(ACPICA_COMP)/debugger/dbhistry.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbhistry.lo -MD -MP -MF $(DEPDIR)/dbhistry.Tpo -c -o dbhistry.lo `test -f '$(ACPICA_COMP)/debugger/dbhistry.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbhistry.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbhistry.Tpo $(DEPDIR)/dbhistry.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbhistry.c' object='dbhistry.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbhistry.lo `test -f '$(ACPICA_COMP)/debugger/dbhistry.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbhistry.c - -dbinput.lo: $(ACPICA_COMP)/debugger/dbinput.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbinput.lo -MD -MP -MF $(DEPDIR)/dbinput.Tpo -c -o dbinput.lo `test -f '$(ACPICA_COMP)/debugger/dbinput.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbinput.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbinput.Tpo $(DEPDIR)/dbinput.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbinput.c' object='dbinput.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbinput.lo `test -f '$(ACPICA_COMP)/debugger/dbinput.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbinput.c - -dbstats.lo: $(ACPICA_COMP)/debugger/dbstats.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbstats.lo -MD -MP -MF $(DEPDIR)/dbstats.Tpo -c -o dbstats.lo `test -f '$(ACPICA_COMP)/debugger/dbstats.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbstats.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbstats.Tpo $(DEPDIR)/dbstats.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbstats.c' object='dbstats.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbstats.lo `test -f '$(ACPICA_COMP)/debugger/dbstats.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbstats.c - -dbutils.lo: $(ACPICA_COMP)/debugger/dbutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbutils.lo -MD -MP -MF $(DEPDIR)/dbutils.Tpo -c -o dbutils.lo `test -f '$(ACPICA_COMP)/debugger/dbutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbutils.Tpo $(DEPDIR)/dbutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbutils.c' object='dbutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbutils.lo `test -f '$(ACPICA_COMP)/debugger/dbutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbutils.c - -dbxface.lo: $(ACPICA_COMP)/debugger/dbxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbxface.lo -MD -MP -MF $(DEPDIR)/dbxface.Tpo -c -o dbxface.lo `test -f '$(ACPICA_COMP)/debugger/dbxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbxface.Tpo $(DEPDIR)/dbxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbxface.c' object='dbxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbxface.lo `test -f '$(ACPICA_COMP)/debugger/dbxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbxface.c - -dbmethod.lo: $(ACPICA_COMP)/debugger/dbmethod.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbmethod.lo -MD -MP -MF $(DEPDIR)/dbmethod.Tpo -c -o dbmethod.lo `test -f '$(ACPICA_COMP)/debugger/dbmethod.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbmethod.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbmethod.Tpo $(DEPDIR)/dbmethod.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbmethod.c' object='dbmethod.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbmethod.lo `test -f '$(ACPICA_COMP)/debugger/dbmethod.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbmethod.c - -dbnames.lo: $(ACPICA_COMP)/debugger/dbnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbnames.lo -MD -MP -MF $(DEPDIR)/dbnames.Tpo -c -o dbnames.lo `test -f '$(ACPICA_COMP)/debugger/dbnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbnames.Tpo $(DEPDIR)/dbnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/debugger/dbnames.c' object='dbnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbnames.lo `test -f '$(ACPICA_COMP)/debugger/dbnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/debugger/dbnames.c - -dmbuffer.lo: $(ACPICA_COMP)/disassembler/dmbuffer.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmbuffer.lo -MD -MP -MF $(DEPDIR)/dmbuffer.Tpo -c -o dmbuffer.lo `test -f '$(ACPICA_COMP)/disassembler/dmbuffer.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmbuffer.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmbuffer.Tpo $(DEPDIR)/dmbuffer.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmbuffer.c' object='dmbuffer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmbuffer.lo `test -f '$(ACPICA_COMP)/disassembler/dmbuffer.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmbuffer.c - -dmnames.lo: $(ACPICA_COMP)/disassembler/dmnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmnames.lo -MD -MP -MF $(DEPDIR)/dmnames.Tpo -c -o dmnames.lo `test -f '$(ACPICA_COMP)/disassembler/dmnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmnames.Tpo $(DEPDIR)/dmnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmnames.c' object='dmnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmnames.lo `test -f '$(ACPICA_COMP)/disassembler/dmnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmnames.c - -dmobject.lo: $(ACPICA_COMP)/disassembler/dmobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmobject.lo -MD -MP -MF $(DEPDIR)/dmobject.Tpo -c -o dmobject.lo `test -f '$(ACPICA_COMP)/disassembler/dmobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmobject.Tpo $(DEPDIR)/dmobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmobject.c' object='dmobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmobject.lo `test -f '$(ACPICA_COMP)/disassembler/dmobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmobject.c - -dmopcode.lo: $(ACPICA_COMP)/disassembler/dmopcode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmopcode.lo -MD -MP -MF $(DEPDIR)/dmopcode.Tpo -c -o dmopcode.lo `test -f '$(ACPICA_COMP)/disassembler/dmopcode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmopcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmopcode.Tpo $(DEPDIR)/dmopcode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmopcode.c' object='dmopcode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmopcode.lo `test -f '$(ACPICA_COMP)/disassembler/dmopcode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmopcode.c - -dmresrc.lo: $(ACPICA_COMP)/disassembler/dmresrc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrc.lo -MD -MP -MF $(DEPDIR)/dmresrc.Tpo -c -o dmresrc.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrc.Tpo $(DEPDIR)/dmresrc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmresrc.c' object='dmresrc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrc.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrc.c - -dmresrcl.lo: $(ACPICA_COMP)/disassembler/dmresrcl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrcl.lo -MD -MP -MF $(DEPDIR)/dmresrcl.Tpo -c -o dmresrcl.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrcl.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrcl.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrcl.Tpo $(DEPDIR)/dmresrcl.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmresrcl.c' object='dmresrcl.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrcl.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrcl.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrcl.c - -dmresrcs.lo: $(ACPICA_COMP)/disassembler/dmresrcs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrcs.lo -MD -MP -MF $(DEPDIR)/dmresrcs.Tpo -c -o dmresrcs.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrcs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrcs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrcs.Tpo $(DEPDIR)/dmresrcs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmresrcs.c' object='dmresrcs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrcs.lo `test -f '$(ACPICA_COMP)/disassembler/dmresrcs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmresrcs.c - -dmutils.lo: $(ACPICA_COMP)/disassembler/dmutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmutils.lo -MD -MP -MF $(DEPDIR)/dmutils.Tpo -c -o dmutils.lo `test -f '$(ACPICA_COMP)/disassembler/dmutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmutils.Tpo $(DEPDIR)/dmutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmutils.c' object='dmutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmutils.lo `test -f '$(ACPICA_COMP)/disassembler/dmutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmutils.c - -dmwalk.lo: $(ACPICA_COMP)/disassembler/dmwalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmwalk.lo -MD -MP -MF $(DEPDIR)/dmwalk.Tpo -c -o dmwalk.lo `test -f '$(ACPICA_COMP)/disassembler/dmwalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmwalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmwalk.Tpo $(DEPDIR)/dmwalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/disassembler/dmwalk.c' object='dmwalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmwalk.lo `test -f '$(ACPICA_COMP)/disassembler/dmwalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/disassembler/dmwalk.c - -dsfield.lo: $(ACPICA_COMP)/dispatcher/dsfield.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsfield.lo -MD -MP -MF $(DEPDIR)/dsfield.Tpo -c -o dsfield.lo `test -f '$(ACPICA_COMP)/dispatcher/dsfield.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsfield.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsfield.Tpo $(DEPDIR)/dsfield.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsfield.c' object='dsfield.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsfield.lo `test -f '$(ACPICA_COMP)/dispatcher/dsfield.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsfield.c - -dsinit.lo: $(ACPICA_COMP)/dispatcher/dsinit.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsinit.lo -MD -MP -MF $(DEPDIR)/dsinit.Tpo -c -o dsinit.lo `test -f '$(ACPICA_COMP)/dispatcher/dsinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsinit.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsinit.Tpo $(DEPDIR)/dsinit.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsinit.c' object='dsinit.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsinit.lo `test -f '$(ACPICA_COMP)/dispatcher/dsinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsinit.c - -dsmethod.lo: $(ACPICA_COMP)/dispatcher/dsmethod.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsmethod.lo -MD -MP -MF $(DEPDIR)/dsmethod.Tpo -c -o dsmethod.lo `test -f '$(ACPICA_COMP)/dispatcher/dsmethod.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsmethod.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsmethod.Tpo $(DEPDIR)/dsmethod.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsmethod.c' object='dsmethod.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsmethod.lo `test -f '$(ACPICA_COMP)/dispatcher/dsmethod.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsmethod.c - -dsmthdat.lo: $(ACPICA_COMP)/dispatcher/dsmthdat.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsmthdat.lo -MD -MP -MF $(DEPDIR)/dsmthdat.Tpo -c -o dsmthdat.lo `test -f '$(ACPICA_COMP)/dispatcher/dsmthdat.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsmthdat.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsmthdat.Tpo $(DEPDIR)/dsmthdat.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsmthdat.c' object='dsmthdat.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsmthdat.lo `test -f '$(ACPICA_COMP)/dispatcher/dsmthdat.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsmthdat.c - -dsobject.lo: $(ACPICA_COMP)/dispatcher/dsobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsobject.lo -MD -MP -MF $(DEPDIR)/dsobject.Tpo -c -o dsobject.lo `test -f '$(ACPICA_COMP)/dispatcher/dsobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsobject.Tpo $(DEPDIR)/dsobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsobject.c' object='dsobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsobject.lo `test -f '$(ACPICA_COMP)/dispatcher/dsobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsobject.c - -dsutils.lo: $(ACPICA_COMP)/dispatcher/dsutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsutils.lo -MD -MP -MF $(DEPDIR)/dsutils.Tpo -c -o dsutils.lo `test -f '$(ACPICA_COMP)/dispatcher/dsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsutils.Tpo $(DEPDIR)/dsutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsutils.c' object='dsutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsutils.lo `test -f '$(ACPICA_COMP)/dispatcher/dsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsutils.c - -dswexec.lo: $(ACPICA_COMP)/dispatcher/dswexec.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswexec.lo -MD -MP -MF $(DEPDIR)/dswexec.Tpo -c -o dswexec.lo `test -f '$(ACPICA_COMP)/dispatcher/dswexec.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswexec.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswexec.Tpo $(DEPDIR)/dswexec.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dswexec.c' object='dswexec.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswexec.lo `test -f '$(ACPICA_COMP)/dispatcher/dswexec.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswexec.c - -dswload.lo: $(ACPICA_COMP)/dispatcher/dswload.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswload.lo -MD -MP -MF $(DEPDIR)/dswload.Tpo -c -o dswload.lo `test -f '$(ACPICA_COMP)/dispatcher/dswload.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswload.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswload.Tpo $(DEPDIR)/dswload.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dswload.c' object='dswload.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswload.lo `test -f '$(ACPICA_COMP)/dispatcher/dswload.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswload.c - -dswscope.lo: $(ACPICA_COMP)/dispatcher/dswscope.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswscope.lo -MD -MP -MF $(DEPDIR)/dswscope.Tpo -c -o dswscope.lo `test -f '$(ACPICA_COMP)/dispatcher/dswscope.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswscope.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswscope.Tpo $(DEPDIR)/dswscope.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dswscope.c' object='dswscope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswscope.lo `test -f '$(ACPICA_COMP)/dispatcher/dswscope.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswscope.c - -dswstate.lo: $(ACPICA_COMP)/dispatcher/dswstate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswstate.lo -MD -MP -MF $(DEPDIR)/dswstate.Tpo -c -o dswstate.lo `test -f '$(ACPICA_COMP)/dispatcher/dswstate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswstate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswstate.Tpo $(DEPDIR)/dswstate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dswstate.c' object='dswstate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswstate.lo `test -f '$(ACPICA_COMP)/dispatcher/dswstate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswstate.c - -dscontrol.lo: $(ACPICA_COMP)/dispatcher/dscontrol.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dscontrol.lo -MD -MP -MF $(DEPDIR)/dscontrol.Tpo -c -o dscontrol.lo `test -f '$(ACPICA_COMP)/dispatcher/dscontrol.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dscontrol.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dscontrol.Tpo $(DEPDIR)/dscontrol.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dscontrol.c' object='dscontrol.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dscontrol.lo `test -f '$(ACPICA_COMP)/dispatcher/dscontrol.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dscontrol.c - -dsargs.lo: $(ACPICA_COMP)/dispatcher/dsargs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsargs.lo -MD -MP -MF $(DEPDIR)/dsargs.Tpo -c -o dsargs.lo `test -f '$(ACPICA_COMP)/dispatcher/dsargs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsargs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsargs.Tpo $(DEPDIR)/dsargs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dsargs.c' object='dsargs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsargs.lo `test -f '$(ACPICA_COMP)/dispatcher/dsargs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dsargs.c - -dswload2.lo: $(ACPICA_COMP)/dispatcher/dswload2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswload2.lo -MD -MP -MF $(DEPDIR)/dswload2.Tpo -c -o dswload2.lo `test -f '$(ACPICA_COMP)/dispatcher/dswload2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswload2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswload2.Tpo $(DEPDIR)/dswload2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/dispatcher/dswload2.c' object='dswload2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswload2.lo `test -f '$(ACPICA_COMP)/dispatcher/dswload2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/dispatcher/dswload2.c - -evevent.lo: $(ACPICA_COMP)/events/evevent.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evevent.lo -MD -MP -MF $(DEPDIR)/evevent.Tpo -c -o evevent.lo `test -f '$(ACPICA_COMP)/events/evevent.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evevent.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evevent.Tpo $(DEPDIR)/evevent.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evevent.c' object='evevent.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evevent.lo `test -f '$(ACPICA_COMP)/events/evevent.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evevent.c - -evgpe.lo: $(ACPICA_COMP)/events/evgpe.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evgpe.lo -MD -MP -MF $(DEPDIR)/evgpe.Tpo -c -o evgpe.lo `test -f '$(ACPICA_COMP)/events/evgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpe.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evgpe.Tpo $(DEPDIR)/evgpe.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evgpe.c' object='evgpe.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evgpe.lo `test -f '$(ACPICA_COMP)/events/evgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpe.c - -evgpeblk.lo: $(ACPICA_COMP)/events/evgpeblk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evgpeblk.lo -MD -MP -MF $(DEPDIR)/evgpeblk.Tpo -c -o evgpeblk.lo `test -f '$(ACPICA_COMP)/events/evgpeblk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeblk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evgpeblk.Tpo $(DEPDIR)/evgpeblk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evgpeblk.c' object='evgpeblk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evgpeblk.lo `test -f '$(ACPICA_COMP)/events/evgpeblk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeblk.c - -evgpeinit.lo: $(ACPICA_COMP)/events/evgpeinit.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evgpeinit.lo -MD -MP -MF $(DEPDIR)/evgpeinit.Tpo -c -o evgpeinit.lo `test -f '$(ACPICA_COMP)/events/evgpeinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeinit.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evgpeinit.Tpo $(DEPDIR)/evgpeinit.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evgpeinit.c' object='evgpeinit.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evgpeinit.lo `test -f '$(ACPICA_COMP)/events/evgpeinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeinit.c - -evgpeutil.lo: $(ACPICA_COMP)/events/evgpeutil.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evgpeutil.lo -MD -MP -MF $(DEPDIR)/evgpeutil.Tpo -c -o evgpeutil.lo `test -f '$(ACPICA_COMP)/events/evgpeutil.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeutil.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evgpeutil.Tpo $(DEPDIR)/evgpeutil.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evgpeutil.c' object='evgpeutil.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evgpeutil.lo `test -f '$(ACPICA_COMP)/events/evgpeutil.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evgpeutil.c - -evxfgpe.lo: $(ACPICA_COMP)/events/evxfgpe.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evxfgpe.lo -MD -MP -MF $(DEPDIR)/evxfgpe.Tpo -c -o evxfgpe.lo `test -f '$(ACPICA_COMP)/events/evxfgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfgpe.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evxfgpe.Tpo $(DEPDIR)/evxfgpe.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evxfgpe.c' object='evxfgpe.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evxfgpe.lo `test -f '$(ACPICA_COMP)/events/evxfgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfgpe.c - -evmisc.lo: $(ACPICA_COMP)/events/evmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evmisc.lo -MD -MP -MF $(DEPDIR)/evmisc.Tpo -c -o evmisc.lo `test -f '$(ACPICA_COMP)/events/evmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evmisc.Tpo $(DEPDIR)/evmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evmisc.c' object='evmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evmisc.lo `test -f '$(ACPICA_COMP)/events/evmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evmisc.c - -evregion.lo: $(ACPICA_COMP)/events/evregion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evregion.lo -MD -MP -MF $(DEPDIR)/evregion.Tpo -c -o evregion.lo `test -f '$(ACPICA_COMP)/events/evregion.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evregion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evregion.Tpo $(DEPDIR)/evregion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evregion.c' object='evregion.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evregion.lo `test -f '$(ACPICA_COMP)/events/evregion.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evregion.c - -evrgnini.lo: $(ACPICA_COMP)/events/evrgnini.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evrgnini.lo -MD -MP -MF $(DEPDIR)/evrgnini.Tpo -c -o evrgnini.lo `test -f '$(ACPICA_COMP)/events/evrgnini.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evrgnini.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evrgnini.Tpo $(DEPDIR)/evrgnini.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evrgnini.c' object='evrgnini.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evrgnini.lo `test -f '$(ACPICA_COMP)/events/evrgnini.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evrgnini.c - -evsci.lo: $(ACPICA_COMP)/events/evsci.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evsci.lo -MD -MP -MF $(DEPDIR)/evsci.Tpo -c -o evsci.lo `test -f '$(ACPICA_COMP)/events/evsci.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evsci.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evsci.Tpo $(DEPDIR)/evsci.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evsci.c' object='evsci.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evsci.lo `test -f '$(ACPICA_COMP)/events/evsci.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evsci.c - -evxface.lo: $(ACPICA_COMP)/events/evxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evxface.lo -MD -MP -MF $(DEPDIR)/evxface.Tpo -c -o evxface.lo `test -f '$(ACPICA_COMP)/events/evxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evxface.Tpo $(DEPDIR)/evxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evxface.c' object='evxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evxface.lo `test -f '$(ACPICA_COMP)/events/evxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxface.c - -evxfevnt.lo: $(ACPICA_COMP)/events/evxfevnt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evxfevnt.lo -MD -MP -MF $(DEPDIR)/evxfevnt.Tpo -c -o evxfevnt.lo `test -f '$(ACPICA_COMP)/events/evxfevnt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfevnt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evxfevnt.Tpo $(DEPDIR)/evxfevnt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evxfevnt.c' object='evxfevnt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evxfevnt.lo `test -f '$(ACPICA_COMP)/events/evxfevnt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfevnt.c - -evxfregn.lo: $(ACPICA_COMP)/events/evxfregn.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evxfregn.lo -MD -MP -MF $(DEPDIR)/evxfregn.Tpo -c -o evxfregn.lo `test -f '$(ACPICA_COMP)/events/evxfregn.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfregn.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evxfregn.Tpo $(DEPDIR)/evxfregn.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evxfregn.c' object='evxfregn.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evxfregn.lo `test -f '$(ACPICA_COMP)/events/evxfregn.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evxfregn.c - -evglock.lo: $(ACPICA_COMP)/events/evglock.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT evglock.lo -MD -MP -MF $(DEPDIR)/evglock.Tpo -c -o evglock.lo `test -f '$(ACPICA_COMP)/events/evglock.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evglock.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/evglock.Tpo $(DEPDIR)/evglock.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/events/evglock.c' object='evglock.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o evglock.lo `test -f '$(ACPICA_COMP)/events/evglock.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/events/evglock.c - -exfield.lo: $(ACPICA_COMP)/executer/exfield.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exfield.lo -MD -MP -MF $(DEPDIR)/exfield.Tpo -c -o exfield.lo `test -f '$(ACPICA_COMP)/executer/exfield.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exfield.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exfield.Tpo $(DEPDIR)/exfield.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exfield.c' object='exfield.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exfield.lo `test -f '$(ACPICA_COMP)/executer/exfield.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exfield.c - -exfldio.lo: $(ACPICA_COMP)/executer/exfldio.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exfldio.lo -MD -MP -MF $(DEPDIR)/exfldio.Tpo -c -o exfldio.lo `test -f '$(ACPICA_COMP)/executer/exfldio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exfldio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exfldio.Tpo $(DEPDIR)/exfldio.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exfldio.c' object='exfldio.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exfldio.lo `test -f '$(ACPICA_COMP)/executer/exfldio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exfldio.c - -exmisc.lo: $(ACPICA_COMP)/executer/exmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exmisc.lo -MD -MP -MF $(DEPDIR)/exmisc.Tpo -c -o exmisc.lo `test -f '$(ACPICA_COMP)/executer/exmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exmisc.Tpo $(DEPDIR)/exmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exmisc.c' object='exmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exmisc.lo `test -f '$(ACPICA_COMP)/executer/exmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exmisc.c - -exmutex.lo: $(ACPICA_COMP)/executer/exmutex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exmutex.lo -MD -MP -MF $(DEPDIR)/exmutex.Tpo -c -o exmutex.lo `test -f '$(ACPICA_COMP)/executer/exmutex.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exmutex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exmutex.Tpo $(DEPDIR)/exmutex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exmutex.c' object='exmutex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exmutex.lo `test -f '$(ACPICA_COMP)/executer/exmutex.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exmutex.c - -exnames.lo: $(ACPICA_COMP)/executer/exnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exnames.lo -MD -MP -MF $(DEPDIR)/exnames.Tpo -c -o exnames.lo `test -f '$(ACPICA_COMP)/executer/exnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exnames.Tpo $(DEPDIR)/exnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exnames.c' object='exnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exnames.lo `test -f '$(ACPICA_COMP)/executer/exnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exnames.c - -exoparg1.lo: $(ACPICA_COMP)/executer/exoparg1.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg1.lo -MD -MP -MF $(DEPDIR)/exoparg1.Tpo -c -o exoparg1.lo `test -f '$(ACPICA_COMP)/executer/exoparg1.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg1.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg1.Tpo $(DEPDIR)/exoparg1.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exoparg1.c' object='exoparg1.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg1.lo `test -f '$(ACPICA_COMP)/executer/exoparg1.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg1.c - -exoparg2.lo: $(ACPICA_COMP)/executer/exoparg2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg2.lo -MD -MP -MF $(DEPDIR)/exoparg2.Tpo -c -o exoparg2.lo `test -f '$(ACPICA_COMP)/executer/exoparg2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg2.Tpo $(DEPDIR)/exoparg2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exoparg2.c' object='exoparg2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg2.lo `test -f '$(ACPICA_COMP)/executer/exoparg2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg2.c - -exoparg3.lo: $(ACPICA_COMP)/executer/exoparg3.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg3.lo -MD -MP -MF $(DEPDIR)/exoparg3.Tpo -c -o exoparg3.lo `test -f '$(ACPICA_COMP)/executer/exoparg3.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg3.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg3.Tpo $(DEPDIR)/exoparg3.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exoparg3.c' object='exoparg3.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg3.lo `test -f '$(ACPICA_COMP)/executer/exoparg3.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg3.c - -exoparg6.lo: $(ACPICA_COMP)/executer/exoparg6.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg6.lo -MD -MP -MF $(DEPDIR)/exoparg6.Tpo -c -o exoparg6.lo `test -f '$(ACPICA_COMP)/executer/exoparg6.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg6.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg6.Tpo $(DEPDIR)/exoparg6.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exoparg6.c' object='exoparg6.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg6.lo `test -f '$(ACPICA_COMP)/executer/exoparg6.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exoparg6.c - -exprep.lo: $(ACPICA_COMP)/executer/exprep.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exprep.lo -MD -MP -MF $(DEPDIR)/exprep.Tpo -c -o exprep.lo `test -f '$(ACPICA_COMP)/executer/exprep.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exprep.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exprep.Tpo $(DEPDIR)/exprep.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exprep.c' object='exprep.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exprep.lo `test -f '$(ACPICA_COMP)/executer/exprep.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exprep.c - -exregion.lo: $(ACPICA_COMP)/executer/exregion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exregion.lo -MD -MP -MF $(DEPDIR)/exregion.Tpo -c -o exregion.lo `test -f '$(ACPICA_COMP)/executer/exregion.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exregion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exregion.Tpo $(DEPDIR)/exregion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exregion.c' object='exregion.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exregion.lo `test -f '$(ACPICA_COMP)/executer/exregion.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exregion.c - -exresnte.lo: $(ACPICA_COMP)/executer/exresnte.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresnte.lo -MD -MP -MF $(DEPDIR)/exresnte.Tpo -c -o exresnte.lo `test -f '$(ACPICA_COMP)/executer/exresnte.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresnte.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresnte.Tpo $(DEPDIR)/exresnte.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exresnte.c' object='exresnte.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresnte.lo `test -f '$(ACPICA_COMP)/executer/exresnte.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresnte.c - -exresolv.lo: $(ACPICA_COMP)/executer/exresolv.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresolv.lo -MD -MP -MF $(DEPDIR)/exresolv.Tpo -c -o exresolv.lo `test -f '$(ACPICA_COMP)/executer/exresolv.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresolv.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresolv.Tpo $(DEPDIR)/exresolv.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exresolv.c' object='exresolv.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresolv.lo `test -f '$(ACPICA_COMP)/executer/exresolv.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresolv.c - -exresop.lo: $(ACPICA_COMP)/executer/exresop.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresop.lo -MD -MP -MF $(DEPDIR)/exresop.Tpo -c -o exresop.lo `test -f '$(ACPICA_COMP)/executer/exresop.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresop.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresop.Tpo $(DEPDIR)/exresop.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exresop.c' object='exresop.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresop.lo `test -f '$(ACPICA_COMP)/executer/exresop.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exresop.c - -exstore.lo: $(ACPICA_COMP)/executer/exstore.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstore.lo -MD -MP -MF $(DEPDIR)/exstore.Tpo -c -o exstore.lo `test -f '$(ACPICA_COMP)/executer/exstore.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstore.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstore.Tpo $(DEPDIR)/exstore.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exstore.c' object='exstore.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstore.lo `test -f '$(ACPICA_COMP)/executer/exstore.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstore.c - -exstoren.lo: $(ACPICA_COMP)/executer/exstoren.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstoren.lo -MD -MP -MF $(DEPDIR)/exstoren.Tpo -c -o exstoren.lo `test -f '$(ACPICA_COMP)/executer/exstoren.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstoren.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstoren.Tpo $(DEPDIR)/exstoren.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exstoren.c' object='exstoren.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstoren.lo `test -f '$(ACPICA_COMP)/executer/exstoren.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstoren.c - -exstorob.lo: $(ACPICA_COMP)/executer/exstorob.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstorob.lo -MD -MP -MF $(DEPDIR)/exstorob.Tpo -c -o exstorob.lo `test -f '$(ACPICA_COMP)/executer/exstorob.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstorob.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstorob.Tpo $(DEPDIR)/exstorob.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exstorob.c' object='exstorob.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstorob.lo `test -f '$(ACPICA_COMP)/executer/exstorob.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exstorob.c - -exsystem.lo: $(ACPICA_COMP)/executer/exsystem.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exsystem.lo -MD -MP -MF $(DEPDIR)/exsystem.Tpo -c -o exsystem.lo `test -f '$(ACPICA_COMP)/executer/exsystem.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exsystem.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exsystem.Tpo $(DEPDIR)/exsystem.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exsystem.c' object='exsystem.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exsystem.lo `test -f '$(ACPICA_COMP)/executer/exsystem.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exsystem.c - -exutils.lo: $(ACPICA_COMP)/executer/exutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exutils.lo -MD -MP -MF $(DEPDIR)/exutils.Tpo -c -o exutils.lo `test -f '$(ACPICA_COMP)/executer/exutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exutils.Tpo $(DEPDIR)/exutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exutils.c' object='exutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exutils.lo `test -f '$(ACPICA_COMP)/executer/exutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exutils.c - -exconvrt.lo: $(ACPICA_COMP)/executer/exconvrt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exconvrt.lo -MD -MP -MF $(DEPDIR)/exconvrt.Tpo -c -o exconvrt.lo `test -f '$(ACPICA_COMP)/executer/exconvrt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exconvrt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exconvrt.Tpo $(DEPDIR)/exconvrt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exconvrt.c' object='exconvrt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exconvrt.lo `test -f '$(ACPICA_COMP)/executer/exconvrt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exconvrt.c - -excreate.lo: $(ACPICA_COMP)/executer/excreate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT excreate.lo -MD -MP -MF $(DEPDIR)/excreate.Tpo -c -o excreate.lo `test -f '$(ACPICA_COMP)/executer/excreate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/excreate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/excreate.Tpo $(DEPDIR)/excreate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/excreate.c' object='excreate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o excreate.lo `test -f '$(ACPICA_COMP)/executer/excreate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/excreate.c - -exdump.lo: $(ACPICA_COMP)/executer/exdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exdump.lo -MD -MP -MF $(DEPDIR)/exdump.Tpo -c -o exdump.lo `test -f '$(ACPICA_COMP)/executer/exdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exdump.Tpo $(DEPDIR)/exdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exdump.c' object='exdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exdump.lo `test -f '$(ACPICA_COMP)/executer/exdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exdump.c - -exdebug.lo: $(ACPICA_COMP)/executer/exdebug.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exdebug.lo -MD -MP -MF $(DEPDIR)/exdebug.Tpo -c -o exdebug.lo `test -f '$(ACPICA_COMP)/executer/exdebug.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exdebug.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exdebug.Tpo $(DEPDIR)/exdebug.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exdebug.c' object='exdebug.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exdebug.lo `test -f '$(ACPICA_COMP)/executer/exdebug.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exdebug.c - -exconfig.lo: $(ACPICA_COMP)/executer/exconfig.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exconfig.lo -MD -MP -MF $(DEPDIR)/exconfig.Tpo -c -o exconfig.lo `test -f '$(ACPICA_COMP)/executer/exconfig.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exconfig.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exconfig.Tpo $(DEPDIR)/exconfig.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/executer/exconfig.c' object='exconfig.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exconfig.lo `test -f '$(ACPICA_COMP)/executer/exconfig.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/executer/exconfig.c - -hwacpi.lo: $(ACPICA_COMP)/hardware/hwacpi.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwacpi.lo -MD -MP -MF $(DEPDIR)/hwacpi.Tpo -c -o hwacpi.lo `test -f '$(ACPICA_COMP)/hardware/hwacpi.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwacpi.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwacpi.Tpo $(DEPDIR)/hwacpi.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwacpi.c' object='hwacpi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwacpi.lo `test -f '$(ACPICA_COMP)/hardware/hwacpi.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwacpi.c - -hwgpe.lo: $(ACPICA_COMP)/hardware/hwgpe.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwgpe.lo -MD -MP -MF $(DEPDIR)/hwgpe.Tpo -c -o hwgpe.lo `test -f '$(ACPICA_COMP)/hardware/hwgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwgpe.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwgpe.Tpo $(DEPDIR)/hwgpe.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwgpe.c' object='hwgpe.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwgpe.lo `test -f '$(ACPICA_COMP)/hardware/hwgpe.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwgpe.c - -hwpci.lo: $(ACPICA_COMP)/hardware/hwpci.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwpci.lo -MD -MP -MF $(DEPDIR)/hwpci.Tpo -c -o hwpci.lo `test -f '$(ACPICA_COMP)/hardware/hwpci.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwpci.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwpci.Tpo $(DEPDIR)/hwpci.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwpci.c' object='hwpci.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwpci.lo `test -f '$(ACPICA_COMP)/hardware/hwpci.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwpci.c - -hwregs.lo: $(ACPICA_COMP)/hardware/hwregs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwregs.lo -MD -MP -MF $(DEPDIR)/hwregs.Tpo -c -o hwregs.lo `test -f '$(ACPICA_COMP)/hardware/hwregs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwregs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwregs.Tpo $(DEPDIR)/hwregs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwregs.c' object='hwregs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwregs.lo `test -f '$(ACPICA_COMP)/hardware/hwregs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwregs.c - -hwsleep.lo: $(ACPICA_COMP)/hardware/hwsleep.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwsleep.lo -MD -MP -MF $(DEPDIR)/hwsleep.Tpo -c -o hwsleep.lo `test -f '$(ACPICA_COMP)/hardware/hwsleep.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwsleep.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwsleep.Tpo $(DEPDIR)/hwsleep.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwsleep.c' object='hwsleep.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwsleep.lo `test -f '$(ACPICA_COMP)/hardware/hwsleep.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwsleep.c - -hwvalid.lo: $(ACPICA_COMP)/hardware/hwvalid.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwvalid.lo -MD -MP -MF $(DEPDIR)/hwvalid.Tpo -c -o hwvalid.lo `test -f '$(ACPICA_COMP)/hardware/hwvalid.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwvalid.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwvalid.Tpo $(DEPDIR)/hwvalid.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwvalid.c' object='hwvalid.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwvalid.lo `test -f '$(ACPICA_COMP)/hardware/hwvalid.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwvalid.c - -hwxface.lo: $(ACPICA_COMP)/hardware/hwxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hwxface.lo -MD -MP -MF $(DEPDIR)/hwxface.Tpo -c -o hwxface.lo `test -f '$(ACPICA_COMP)/hardware/hwxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hwxface.Tpo $(DEPDIR)/hwxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/hardware/hwxface.c' object='hwxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hwxface.lo `test -f '$(ACPICA_COMP)/hardware/hwxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/hardware/hwxface.c - -nsaccess.lo: $(ACPICA_COMP)/namespace/nsaccess.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsaccess.lo -MD -MP -MF $(DEPDIR)/nsaccess.Tpo -c -o nsaccess.lo `test -f '$(ACPICA_COMP)/namespace/nsaccess.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsaccess.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsaccess.Tpo $(DEPDIR)/nsaccess.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsaccess.c' object='nsaccess.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsaccess.lo `test -f '$(ACPICA_COMP)/namespace/nsaccess.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsaccess.c - -nsalloc.lo: $(ACPICA_COMP)/namespace/nsalloc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsalloc.lo -MD -MP -MF $(DEPDIR)/nsalloc.Tpo -c -o nsalloc.lo `test -f '$(ACPICA_COMP)/namespace/nsalloc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsalloc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsalloc.Tpo $(DEPDIR)/nsalloc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsalloc.c' object='nsalloc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsalloc.lo `test -f '$(ACPICA_COMP)/namespace/nsalloc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsalloc.c - -nsdump.lo: $(ACPICA_COMP)/namespace/nsdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsdump.lo -MD -MP -MF $(DEPDIR)/nsdump.Tpo -c -o nsdump.lo `test -f '$(ACPICA_COMP)/namespace/nsdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsdump.Tpo $(DEPDIR)/nsdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsdump.c' object='nsdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsdump.lo `test -f '$(ACPICA_COMP)/namespace/nsdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsdump.c - -nsdumpdv.lo: $(ACPICA_COMP)/namespace/nsdumpdv.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsdumpdv.lo -MD -MP -MF $(DEPDIR)/nsdumpdv.Tpo -c -o nsdumpdv.lo `test -f '$(ACPICA_COMP)/namespace/nsdumpdv.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsdumpdv.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsdumpdv.Tpo $(DEPDIR)/nsdumpdv.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsdumpdv.c' object='nsdumpdv.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsdumpdv.lo `test -f '$(ACPICA_COMP)/namespace/nsdumpdv.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsdumpdv.c - -nseval.lo: $(ACPICA_COMP)/namespace/nseval.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nseval.lo -MD -MP -MF $(DEPDIR)/nseval.Tpo -c -o nseval.lo `test -f '$(ACPICA_COMP)/namespace/nseval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nseval.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nseval.Tpo $(DEPDIR)/nseval.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nseval.c' object='nseval.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nseval.lo `test -f '$(ACPICA_COMP)/namespace/nseval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nseval.c - -nsinit.lo: $(ACPICA_COMP)/namespace/nsinit.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsinit.lo -MD -MP -MF $(DEPDIR)/nsinit.Tpo -c -o nsinit.lo `test -f '$(ACPICA_COMP)/namespace/nsinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsinit.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsinit.Tpo $(DEPDIR)/nsinit.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsinit.c' object='nsinit.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsinit.lo `test -f '$(ACPICA_COMP)/namespace/nsinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsinit.c - -nsload.lo: $(ACPICA_COMP)/namespace/nsload.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsload.lo -MD -MP -MF $(DEPDIR)/nsload.Tpo -c -o nsload.lo `test -f '$(ACPICA_COMP)/namespace/nsload.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsload.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsload.Tpo $(DEPDIR)/nsload.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsload.c' object='nsload.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsload.lo `test -f '$(ACPICA_COMP)/namespace/nsload.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsload.c - -nsnames.lo: $(ACPICA_COMP)/namespace/nsnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsnames.lo -MD -MP -MF $(DEPDIR)/nsnames.Tpo -c -o nsnames.lo `test -f '$(ACPICA_COMP)/namespace/nsnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsnames.Tpo $(DEPDIR)/nsnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsnames.c' object='nsnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsnames.lo `test -f '$(ACPICA_COMP)/namespace/nsnames.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsnames.c - -nsobject.lo: $(ACPICA_COMP)/namespace/nsobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsobject.lo -MD -MP -MF $(DEPDIR)/nsobject.Tpo -c -o nsobject.lo `test -f '$(ACPICA_COMP)/namespace/nsobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsobject.Tpo $(DEPDIR)/nsobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsobject.c' object='nsobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsobject.lo `test -f '$(ACPICA_COMP)/namespace/nsobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsobject.c - -nsparse.lo: $(ACPICA_COMP)/namespace/nsparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsparse.lo -MD -MP -MF $(DEPDIR)/nsparse.Tpo -c -o nsparse.lo `test -f '$(ACPICA_COMP)/namespace/nsparse.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsparse.Tpo $(DEPDIR)/nsparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsparse.c' object='nsparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsparse.lo `test -f '$(ACPICA_COMP)/namespace/nsparse.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsparse.c - -nspredef.lo: $(ACPICA_COMP)/namespace/nspredef.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nspredef.lo -MD -MP -MF $(DEPDIR)/nspredef.Tpo -c -o nspredef.lo `test -f '$(ACPICA_COMP)/namespace/nspredef.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nspredef.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nspredef.Tpo $(DEPDIR)/nspredef.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nspredef.c' object='nspredef.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nspredef.lo `test -f '$(ACPICA_COMP)/namespace/nspredef.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nspredef.c - -nsrepair.lo: $(ACPICA_COMP)/namespace/nsrepair.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsrepair.lo -MD -MP -MF $(DEPDIR)/nsrepair.Tpo -c -o nsrepair.lo `test -f '$(ACPICA_COMP)/namespace/nsrepair.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsrepair.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsrepair.Tpo $(DEPDIR)/nsrepair.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsrepair.c' object='nsrepair.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsrepair.lo `test -f '$(ACPICA_COMP)/namespace/nsrepair.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsrepair.c - -nsrepair2.lo: $(ACPICA_COMP)/namespace/nsrepair2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsrepair2.lo -MD -MP -MF $(DEPDIR)/nsrepair2.Tpo -c -o nsrepair2.lo `test -f '$(ACPICA_COMP)/namespace/nsrepair2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsrepair2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsrepair2.Tpo $(DEPDIR)/nsrepair2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsrepair2.c' object='nsrepair2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsrepair2.lo `test -f '$(ACPICA_COMP)/namespace/nsrepair2.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsrepair2.c - -nssearch.lo: $(ACPICA_COMP)/namespace/nssearch.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nssearch.lo -MD -MP -MF $(DEPDIR)/nssearch.Tpo -c -o nssearch.lo `test -f '$(ACPICA_COMP)/namespace/nssearch.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nssearch.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nssearch.Tpo $(DEPDIR)/nssearch.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nssearch.c' object='nssearch.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nssearch.lo `test -f '$(ACPICA_COMP)/namespace/nssearch.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nssearch.c - -nsutils.lo: $(ACPICA_COMP)/namespace/nsutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsutils.lo -MD -MP -MF $(DEPDIR)/nsutils.Tpo -c -o nsutils.lo `test -f '$(ACPICA_COMP)/namespace/nsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsutils.Tpo $(DEPDIR)/nsutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsutils.c' object='nsutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsutils.lo `test -f '$(ACPICA_COMP)/namespace/nsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsutils.c - -nswalk.lo: $(ACPICA_COMP)/namespace/nswalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nswalk.lo -MD -MP -MF $(DEPDIR)/nswalk.Tpo -c -o nswalk.lo `test -f '$(ACPICA_COMP)/namespace/nswalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nswalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nswalk.Tpo $(DEPDIR)/nswalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nswalk.c' object='nswalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nswalk.lo `test -f '$(ACPICA_COMP)/namespace/nswalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nswalk.c - -nsxfeval.lo: $(ACPICA_COMP)/namespace/nsxfeval.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsxfeval.lo -MD -MP -MF $(DEPDIR)/nsxfeval.Tpo -c -o nsxfeval.lo `test -f '$(ACPICA_COMP)/namespace/nsxfeval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfeval.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsxfeval.Tpo $(DEPDIR)/nsxfeval.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsxfeval.c' object='nsxfeval.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsxfeval.lo `test -f '$(ACPICA_COMP)/namespace/nsxfeval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfeval.c - -nsxfname.lo: $(ACPICA_COMP)/namespace/nsxfname.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsxfname.lo -MD -MP -MF $(DEPDIR)/nsxfname.Tpo -c -o nsxfname.lo `test -f '$(ACPICA_COMP)/namespace/nsxfname.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfname.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsxfname.Tpo $(DEPDIR)/nsxfname.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsxfname.c' object='nsxfname.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsxfname.lo `test -f '$(ACPICA_COMP)/namespace/nsxfname.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfname.c - -nsxfobj.lo: $(ACPICA_COMP)/namespace/nsxfobj.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsxfobj.lo -MD -MP -MF $(DEPDIR)/nsxfobj.Tpo -c -o nsxfobj.lo `test -f '$(ACPICA_COMP)/namespace/nsxfobj.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfobj.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsxfobj.Tpo $(DEPDIR)/nsxfobj.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/namespace/nsxfobj.c' object='nsxfobj.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsxfobj.lo `test -f '$(ACPICA_COMP)/namespace/nsxfobj.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/namespace/nsxfobj.c - -psargs.lo: $(ACPICA_COMP)/parser/psargs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psargs.lo -MD -MP -MF $(DEPDIR)/psargs.Tpo -c -o psargs.lo `test -f '$(ACPICA_COMP)/parser/psargs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psargs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psargs.Tpo $(DEPDIR)/psargs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psargs.c' object='psargs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psargs.lo `test -f '$(ACPICA_COMP)/parser/psargs.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psargs.c - -psloop.lo: $(ACPICA_COMP)/parser/psloop.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psloop.lo -MD -MP -MF $(DEPDIR)/psloop.Tpo -c -o psloop.lo `test -f '$(ACPICA_COMP)/parser/psloop.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psloop.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psloop.Tpo $(DEPDIR)/psloop.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psloop.c' object='psloop.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psloop.lo `test -f '$(ACPICA_COMP)/parser/psloop.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psloop.c - -psopcode.lo: $(ACPICA_COMP)/parser/psopcode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psopcode.lo -MD -MP -MF $(DEPDIR)/psopcode.Tpo -c -o psopcode.lo `test -f '$(ACPICA_COMP)/parser/psopcode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psopcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psopcode.Tpo $(DEPDIR)/psopcode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psopcode.c' object='psopcode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psopcode.lo `test -f '$(ACPICA_COMP)/parser/psopcode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psopcode.c - -psparse.lo: $(ACPICA_COMP)/parser/psparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psparse.lo -MD -MP -MF $(DEPDIR)/psparse.Tpo -c -o psparse.lo `test -f '$(ACPICA_COMP)/parser/psparse.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psparse.Tpo $(DEPDIR)/psparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psparse.c' object='psparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psparse.lo `test -f '$(ACPICA_COMP)/parser/psparse.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psparse.c - -psscope.lo: $(ACPICA_COMP)/parser/psscope.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psscope.lo -MD -MP -MF $(DEPDIR)/psscope.Tpo -c -o psscope.lo `test -f '$(ACPICA_COMP)/parser/psscope.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psscope.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psscope.Tpo $(DEPDIR)/psscope.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psscope.c' object='psscope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psscope.lo `test -f '$(ACPICA_COMP)/parser/psscope.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psscope.c - -pstree.lo: $(ACPICA_COMP)/parser/pstree.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pstree.lo -MD -MP -MF $(DEPDIR)/pstree.Tpo -c -o pstree.lo `test -f '$(ACPICA_COMP)/parser/pstree.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/pstree.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pstree.Tpo $(DEPDIR)/pstree.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/pstree.c' object='pstree.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pstree.lo `test -f '$(ACPICA_COMP)/parser/pstree.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/pstree.c - -psutils.lo: $(ACPICA_COMP)/parser/psutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psutils.lo -MD -MP -MF $(DEPDIR)/psutils.Tpo -c -o psutils.lo `test -f '$(ACPICA_COMP)/parser/psutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psutils.Tpo $(DEPDIR)/psutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psutils.c' object='psutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psutils.lo `test -f '$(ACPICA_COMP)/parser/psutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psutils.c - -pswalk.lo: $(ACPICA_COMP)/parser/pswalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pswalk.lo -MD -MP -MF $(DEPDIR)/pswalk.Tpo -c -o pswalk.lo `test -f '$(ACPICA_COMP)/parser/pswalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/pswalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pswalk.Tpo $(DEPDIR)/pswalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/pswalk.c' object='pswalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pswalk.lo `test -f '$(ACPICA_COMP)/parser/pswalk.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/pswalk.c - -psxface.lo: $(ACPICA_COMP)/parser/psxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxface.lo -MD -MP -MF $(DEPDIR)/psxface.Tpo -c -o psxface.lo `test -f '$(ACPICA_COMP)/parser/psxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxface.Tpo $(DEPDIR)/psxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/parser/psxface.c' object='psxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxface.lo `test -f '$(ACPICA_COMP)/parser/psxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/parser/psxface.c - -rsaddr.lo: $(ACPICA_COMP)/resources/rsaddr.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsaddr.lo -MD -MP -MF $(DEPDIR)/rsaddr.Tpo -c -o rsaddr.lo `test -f '$(ACPICA_COMP)/resources/rsaddr.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsaddr.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsaddr.Tpo $(DEPDIR)/rsaddr.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsaddr.c' object='rsaddr.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsaddr.lo `test -f '$(ACPICA_COMP)/resources/rsaddr.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsaddr.c - -rscalc.lo: $(ACPICA_COMP)/resources/rscalc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rscalc.lo -MD -MP -MF $(DEPDIR)/rscalc.Tpo -c -o rscalc.lo `test -f '$(ACPICA_COMP)/resources/rscalc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rscalc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rscalc.Tpo $(DEPDIR)/rscalc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rscalc.c' object='rscalc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rscalc.lo `test -f '$(ACPICA_COMP)/resources/rscalc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rscalc.c - -rscreate.lo: $(ACPICA_COMP)/resources/rscreate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rscreate.lo -MD -MP -MF $(DEPDIR)/rscreate.Tpo -c -o rscreate.lo `test -f '$(ACPICA_COMP)/resources/rscreate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rscreate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rscreate.Tpo $(DEPDIR)/rscreate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rscreate.c' object='rscreate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rscreate.lo `test -f '$(ACPICA_COMP)/resources/rscreate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rscreate.c - -rsdump.lo: $(ACPICA_COMP)/resources/rsdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsdump.lo -MD -MP -MF $(DEPDIR)/rsdump.Tpo -c -o rsdump.lo `test -f '$(ACPICA_COMP)/resources/rsdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsdump.Tpo $(DEPDIR)/rsdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsdump.c' object='rsdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsdump.lo `test -f '$(ACPICA_COMP)/resources/rsdump.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsdump.c - -rsio.lo: $(ACPICA_COMP)/resources/rsio.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsio.lo -MD -MP -MF $(DEPDIR)/rsio.Tpo -c -o rsio.lo `test -f '$(ACPICA_COMP)/resources/rsio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsio.Tpo $(DEPDIR)/rsio.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsio.c' object='rsio.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsio.lo `test -f '$(ACPICA_COMP)/resources/rsio.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsio.c - -rsinfo.lo: $(ACPICA_COMP)/resources/rsinfo.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsinfo.lo -MD -MP -MF $(DEPDIR)/rsinfo.Tpo -c -o rsinfo.lo `test -f '$(ACPICA_COMP)/resources/rsinfo.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsinfo.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsinfo.Tpo $(DEPDIR)/rsinfo.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsinfo.c' object='rsinfo.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsinfo.lo `test -f '$(ACPICA_COMP)/resources/rsinfo.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsinfo.c - -rsirq.lo: $(ACPICA_COMP)/resources/rsirq.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsirq.lo -MD -MP -MF $(DEPDIR)/rsirq.Tpo -c -o rsirq.lo `test -f '$(ACPICA_COMP)/resources/rsirq.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsirq.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsirq.Tpo $(DEPDIR)/rsirq.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsirq.c' object='rsirq.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsirq.lo `test -f '$(ACPICA_COMP)/resources/rsirq.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsirq.c - -rslist.lo: $(ACPICA_COMP)/resources/rslist.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rslist.lo -MD -MP -MF $(DEPDIR)/rslist.Tpo -c -o rslist.lo `test -f '$(ACPICA_COMP)/resources/rslist.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rslist.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rslist.Tpo $(DEPDIR)/rslist.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rslist.c' object='rslist.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rslist.lo `test -f '$(ACPICA_COMP)/resources/rslist.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rslist.c - -rsmemory.lo: $(ACPICA_COMP)/resources/rsmemory.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsmemory.lo -MD -MP -MF $(DEPDIR)/rsmemory.Tpo -c -o rsmemory.lo `test -f '$(ACPICA_COMP)/resources/rsmemory.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsmemory.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsmemory.Tpo $(DEPDIR)/rsmemory.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsmemory.c' object='rsmemory.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsmemory.lo `test -f '$(ACPICA_COMP)/resources/rsmemory.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsmemory.c - -rsmisc.lo: $(ACPICA_COMP)/resources/rsmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsmisc.lo -MD -MP -MF $(DEPDIR)/rsmisc.Tpo -c -o rsmisc.lo `test -f '$(ACPICA_COMP)/resources/rsmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsmisc.Tpo $(DEPDIR)/rsmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsmisc.c' object='rsmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsmisc.lo `test -f '$(ACPICA_COMP)/resources/rsmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsmisc.c - -rsutils.lo: $(ACPICA_COMP)/resources/rsutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsutils.lo -MD -MP -MF $(DEPDIR)/rsutils.Tpo -c -o rsutils.lo `test -f '$(ACPICA_COMP)/resources/rsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsutils.Tpo $(DEPDIR)/rsutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsutils.c' object='rsutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsutils.lo `test -f '$(ACPICA_COMP)/resources/rsutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsutils.c - -rsxface.lo: $(ACPICA_COMP)/resources/rsxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rsxface.lo -MD -MP -MF $(DEPDIR)/rsxface.Tpo -c -o rsxface.lo `test -f '$(ACPICA_COMP)/resources/rsxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsxface.Tpo $(DEPDIR)/rsxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/resources/rsxface.c' object='rsxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rsxface.lo `test -f '$(ACPICA_COMP)/resources/rsxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/resources/rsxface.c - -tbfadt.lo: $(ACPICA_COMP)/tables/tbfadt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbfadt.lo -MD -MP -MF $(DEPDIR)/tbfadt.Tpo -c -o tbfadt.lo `test -f '$(ACPICA_COMP)/tables/tbfadt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbfadt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbfadt.Tpo $(DEPDIR)/tbfadt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbfadt.c' object='tbfadt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbfadt.lo `test -f '$(ACPICA_COMP)/tables/tbfadt.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbfadt.c - -tbfind.lo: $(ACPICA_COMP)/tables/tbfind.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbfind.lo -MD -MP -MF $(DEPDIR)/tbfind.Tpo -c -o tbfind.lo `test -f '$(ACPICA_COMP)/tables/tbfind.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbfind.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbfind.Tpo $(DEPDIR)/tbfind.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbfind.c' object='tbfind.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbfind.lo `test -f '$(ACPICA_COMP)/tables/tbfind.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbfind.c - -tbinstal.lo: $(ACPICA_COMP)/tables/tbinstal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbinstal.lo -MD -MP -MF $(DEPDIR)/tbinstal.Tpo -c -o tbinstal.lo `test -f '$(ACPICA_COMP)/tables/tbinstal.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbinstal.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbinstal.Tpo $(DEPDIR)/tbinstal.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbinstal.c' object='tbinstal.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbinstal.lo `test -f '$(ACPICA_COMP)/tables/tbinstal.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbinstal.c - -tbutils.lo: $(ACPICA_COMP)/tables/tbutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbutils.lo -MD -MP -MF $(DEPDIR)/tbutils.Tpo -c -o tbutils.lo `test -f '$(ACPICA_COMP)/tables/tbutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbutils.Tpo $(DEPDIR)/tbutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbutils.c' object='tbutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbutils.lo `test -f '$(ACPICA_COMP)/tables/tbutils.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbutils.c - -tbxface.lo: $(ACPICA_COMP)/tables/tbxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbxface.lo -MD -MP -MF $(DEPDIR)/tbxface.Tpo -c -o tbxface.lo `test -f '$(ACPICA_COMP)/tables/tbxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbxface.Tpo $(DEPDIR)/tbxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbxface.c' object='tbxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbxface.lo `test -f '$(ACPICA_COMP)/tables/tbxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbxface.c - -tbxfroot.lo: $(ACPICA_COMP)/tables/tbxfroot.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbxfroot.lo -MD -MP -MF $(DEPDIR)/tbxfroot.Tpo -c -o tbxfroot.lo `test -f '$(ACPICA_COMP)/tables/tbxfroot.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbxfroot.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbxfroot.Tpo $(DEPDIR)/tbxfroot.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/tables/tbxfroot.c' object='tbxfroot.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbxfroot.lo `test -f '$(ACPICA_COMP)/tables/tbxfroot.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/tables/tbxfroot.c - -utalloc.lo: $(ACPICA_COMP)/utilities/utalloc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utalloc.lo -MD -MP -MF $(DEPDIR)/utalloc.Tpo -c -o utalloc.lo `test -f '$(ACPICA_COMP)/utilities/utalloc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utalloc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utalloc.Tpo $(DEPDIR)/utalloc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utalloc.c' object='utalloc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utalloc.lo `test -f '$(ACPICA_COMP)/utilities/utalloc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utalloc.c - -utcache.lo: $(ACPICA_COMP)/utilities/utcache.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utcache.lo -MD -MP -MF $(DEPDIR)/utcache.Tpo -c -o utcache.lo `test -f '$(ACPICA_COMP)/utilities/utcache.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utcache.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utcache.Tpo $(DEPDIR)/utcache.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utcache.c' object='utcache.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utcache.lo `test -f '$(ACPICA_COMP)/utilities/utcache.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utcache.c - -utcopy.lo: $(ACPICA_COMP)/utilities/utcopy.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utcopy.lo -MD -MP -MF $(DEPDIR)/utcopy.Tpo -c -o utcopy.lo `test -f '$(ACPICA_COMP)/utilities/utcopy.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utcopy.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utcopy.Tpo $(DEPDIR)/utcopy.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utcopy.c' object='utcopy.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utcopy.lo `test -f '$(ACPICA_COMP)/utilities/utcopy.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utcopy.c - -utdebug.lo: $(ACPICA_COMP)/utilities/utdebug.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdebug.lo -MD -MP -MF $(DEPDIR)/utdebug.Tpo -c -o utdebug.lo `test -f '$(ACPICA_COMP)/utilities/utdebug.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdebug.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdebug.Tpo $(DEPDIR)/utdebug.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utdebug.c' object='utdebug.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdebug.lo `test -f '$(ACPICA_COMP)/utilities/utdebug.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdebug.c - -utdelete.lo: $(ACPICA_COMP)/utilities/utdelete.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdelete.lo -MD -MP -MF $(DEPDIR)/utdelete.Tpo -c -o utdelete.lo `test -f '$(ACPICA_COMP)/utilities/utdelete.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdelete.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdelete.Tpo $(DEPDIR)/utdelete.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utdelete.c' object='utdelete.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdelete.lo `test -f '$(ACPICA_COMP)/utilities/utdelete.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdelete.c - -uteval.lo: $(ACPICA_COMP)/utilities/uteval.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uteval.lo -MD -MP -MF $(DEPDIR)/uteval.Tpo -c -o uteval.lo `test -f '$(ACPICA_COMP)/utilities/uteval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/uteval.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/uteval.Tpo $(DEPDIR)/uteval.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/uteval.c' object='uteval.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uteval.lo `test -f '$(ACPICA_COMP)/utilities/uteval.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/uteval.c - -utglobal.lo: $(ACPICA_COMP)/utilities/utglobal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utglobal.lo -MD -MP -MF $(DEPDIR)/utglobal.Tpo -c -o utglobal.lo `test -f '$(ACPICA_COMP)/utilities/utglobal.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utglobal.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utglobal.Tpo $(DEPDIR)/utglobal.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utglobal.c' object='utglobal.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utglobal.lo `test -f '$(ACPICA_COMP)/utilities/utglobal.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utglobal.c - -utids.lo: $(ACPICA_COMP)/utilities/utids.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utids.lo -MD -MP -MF $(DEPDIR)/utids.Tpo -c -o utids.lo `test -f '$(ACPICA_COMP)/utilities/utids.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utids.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utids.Tpo $(DEPDIR)/utids.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utids.c' object='utids.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utids.lo `test -f '$(ACPICA_COMP)/utilities/utids.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utids.c - -utinit.lo: $(ACPICA_COMP)/utilities/utinit.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utinit.lo -MD -MP -MF $(DEPDIR)/utinit.Tpo -c -o utinit.lo `test -f '$(ACPICA_COMP)/utilities/utinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utinit.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utinit.Tpo $(DEPDIR)/utinit.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utinit.c' object='utinit.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utinit.lo `test -f '$(ACPICA_COMP)/utilities/utinit.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utinit.c - -utlock.lo: $(ACPICA_COMP)/utilities/utlock.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utlock.lo -MD -MP -MF $(DEPDIR)/utlock.Tpo -c -o utlock.lo `test -f '$(ACPICA_COMP)/utilities/utlock.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utlock.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utlock.Tpo $(DEPDIR)/utlock.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utlock.c' object='utlock.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utlock.lo `test -f '$(ACPICA_COMP)/utilities/utlock.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utlock.c - -utmath.lo: $(ACPICA_COMP)/utilities/utmath.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmath.lo -MD -MP -MF $(DEPDIR)/utmath.Tpo -c -o utmath.lo `test -f '$(ACPICA_COMP)/utilities/utmath.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmath.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmath.Tpo $(DEPDIR)/utmath.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utmath.c' object='utmath.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmath.lo `test -f '$(ACPICA_COMP)/utilities/utmath.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmath.c - -utmisc.lo: $(ACPICA_COMP)/utilities/utmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmisc.lo -MD -MP -MF $(DEPDIR)/utmisc.Tpo -c -o utmisc.lo `test -f '$(ACPICA_COMP)/utilities/utmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmisc.Tpo $(DEPDIR)/utmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utmisc.c' object='utmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmisc.lo `test -f '$(ACPICA_COMP)/utilities/utmisc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmisc.c - -utmutex.lo: $(ACPICA_COMP)/utilities/utmutex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmutex.lo -MD -MP -MF $(DEPDIR)/utmutex.Tpo -c -o utmutex.lo `test -f '$(ACPICA_COMP)/utilities/utmutex.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmutex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmutex.Tpo $(DEPDIR)/utmutex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utmutex.c' object='utmutex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmutex.lo `test -f '$(ACPICA_COMP)/utilities/utmutex.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utmutex.c - -utobject.lo: $(ACPICA_COMP)/utilities/utobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utobject.lo -MD -MP -MF $(DEPDIR)/utobject.Tpo -c -o utobject.lo `test -f '$(ACPICA_COMP)/utilities/utobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utobject.Tpo $(DEPDIR)/utobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utobject.c' object='utobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utobject.lo `test -f '$(ACPICA_COMP)/utilities/utobject.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utobject.c - -utresrc.lo: $(ACPICA_COMP)/utilities/utresrc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utresrc.lo -MD -MP -MF $(DEPDIR)/utresrc.Tpo -c -o utresrc.lo `test -f '$(ACPICA_COMP)/utilities/utresrc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utresrc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utresrc.Tpo $(DEPDIR)/utresrc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utresrc.c' object='utresrc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utresrc.lo `test -f '$(ACPICA_COMP)/utilities/utresrc.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utresrc.c - -utstate.lo: $(ACPICA_COMP)/utilities/utstate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utstate.lo -MD -MP -MF $(DEPDIR)/utstate.Tpo -c -o utstate.lo `test -f '$(ACPICA_COMP)/utilities/utstate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utstate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utstate.Tpo $(DEPDIR)/utstate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utstate.c' object='utstate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utstate.lo `test -f '$(ACPICA_COMP)/utilities/utstate.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utstate.c - -uttrack.lo: $(ACPICA_COMP)/utilities/uttrack.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uttrack.lo -MD -MP -MF $(DEPDIR)/uttrack.Tpo -c -o uttrack.lo `test -f '$(ACPICA_COMP)/utilities/uttrack.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/uttrack.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/uttrack.Tpo $(DEPDIR)/uttrack.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/uttrack.c' object='uttrack.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uttrack.lo `test -f '$(ACPICA_COMP)/utilities/uttrack.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/uttrack.c - -utosi.lo: $(ACPICA_COMP)/utilities/utosi.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utosi.lo -MD -MP -MF $(DEPDIR)/utosi.Tpo -c -o utosi.lo `test -f '$(ACPICA_COMP)/utilities/utosi.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utosi.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utosi.Tpo $(DEPDIR)/utosi.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utosi.c' object='utosi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utosi.lo `test -f '$(ACPICA_COMP)/utilities/utosi.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utosi.c - -utxferror.lo: $(ACPICA_COMP)/utilities/utxferror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utxferror.lo -MD -MP -MF $(DEPDIR)/utxferror.Tpo -c -o utxferror.lo `test -f '$(ACPICA_COMP)/utilities/utxferror.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utxferror.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utxferror.Tpo $(DEPDIR)/utxferror.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utxferror.c' object='utxferror.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utxferror.lo `test -f '$(ACPICA_COMP)/utilities/utxferror.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utxferror.c - -utxface.lo: $(ACPICA_COMP)/utilities/utxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utxface.lo -MD -MP -MF $(DEPDIR)/utxface.Tpo -c -o utxface.lo `test -f '$(ACPICA_COMP)/utilities/utxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utxface.Tpo $(DEPDIR)/utxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utxface.c' object='utxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utxface.lo `test -f '$(ACPICA_COMP)/utilities/utxface.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utxface.c - -utdecode.lo: $(ACPICA_COMP)/utilities/utdecode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdecode.lo -MD -MP -MF $(DEPDIR)/utdecode.Tpo -c -o utdecode.lo `test -f '$(ACPICA_COMP)/utilities/utdecode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdecode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdecode.Tpo $(DEPDIR)/utdecode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMP)/utilities/utdecode.c' object='utdecode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdecode.lo `test -f '$(ACPICA_COMP)/utilities/utdecode.c' || echo '$(srcdir)/'`$(ACPICA_COMP)/utilities/utdecode.c - -aehandlers.lo: $(ACPICA_SRC)/tools/acpiexec/aehandlers.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aehandlers.lo -MD -MP -MF $(DEPDIR)/aehandlers.Tpo -c -o aehandlers.lo `test -f '$(ACPICA_SRC)/tools/acpiexec/aehandlers.c' || echo '$(srcdir)/'`$(ACPICA_SRC)/tools/acpiexec/aehandlers.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aehandlers.Tpo $(DEPDIR)/aehandlers.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_SRC)/tools/acpiexec/aehandlers.c' object='aehandlers.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aehandlers.lo `test -f '$(ACPICA_SRC)/tools/acpiexec/aehandlers.c' || echo '$(srcdir)/'`$(ACPICA_SRC)/tools/acpiexec/aehandlers.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(libdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-libLTLIBRARIES - -.MAKE: all check install install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libLTLIBRARIES install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libLTLIBRARIES - - -osunixxf_munged.c: $(ACPICA_OSL)/osunixxf.c - cat $(ACPICA_OSL)/osunixxf.c | \ - sed 's/^AcpiOsPrintf/__AcpiOsPrintf/' | \ - sed 's/^AcpiOsReadPort/__AcpiOsReadPort/' | \ - sed 's/^AcpiOsReadPciConfiguration/__AcpiOsReadPciConfiguration/' | \ - sed 's/^AcpiOsSignalSemaphore/__AcpiOsSignalSemaphore/' | \ - sed 's/^AcpiOsWaitSemaphore/__AcpiOsWaitSemaphore/' | \ - sed 's/^AcpiOsVprintf/__AcpiOsVprintf/' | \ - sed 's/^AcpiOsSignal/__AcpiOsSignal/' \ - > osunixxf_munged.c - -dsopcode_munged.c: $(ACPICA_COMP)/dispatcher/dsopcode.c - cat $(ACPICA_COMP)/dispatcher/dsopcode.c | \ - sed 's/ACPI_MAX_LOOP_ITERATIONS/0x0400/' \ - > dsopcode_munged.c - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/src/acpica/source/compiler/fwts_iasl_interface.c fwts-0.24.17/src/acpica/source/compiler/fwts_iasl_interface.c --- fwts-0.24.16/src/acpica/source/compiler/fwts_iasl_interface.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpica/source/compiler/fwts_iasl_interface.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpica/source/compiler/fwts_iasl_interface.h fwts-0.24.17/src/acpica/source/compiler/fwts_iasl_interface.h --- fwts-0.24.16/src/acpica/source/compiler/fwts_iasl_interface.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpica/source/compiler/fwts_iasl_interface.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/acpica/source/compiler/Makefile.in fwts-0.24.17/src/acpica/source/compiler/Makefile.in --- fwts-0.24.16/src/acpica/source/compiler/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/acpica/source/compiler/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1806 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = src/acpica/source/compiler -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libdir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -libfwtsiasl_la_LIBADD = -am_libfwtsiasl_la_OBJECTS = aslcompile.lo aslcompilerlex.lo \ - aslcompilerparse.lo aslanalyze.lo aslcodegen.lo aslerror.lo \ - aslfiles.lo aslfold.lo asllength.lo asllisting.lo aslload.lo \ - asllookup.lo aslmap.lo aslopcodes.lo asloperands.lo aslopt.lo \ - aslpredef.lo aslresource.lo aslrestype1.lo aslrestype1i.lo \ - aslrestype2.lo aslrestype2d.lo aslrestype2e.lo aslrestype2q.lo \ - aslrestype2w.lo aslstartup.lo aslstubs.lo asltransform.lo \ - asltree.lo aslutils.lo aslbtypes.lo aslwalks.lo asluuid.lo \ - dtfield.lo dtio.lo dtsubtable.lo dttemplate.lo dttable.lo \ - dtutils.lo dtexpress.lo dtcompile.lo dtparserparse.lo \ - dtparserlex.lo utalloc.lo utcache.lo utcopy.lo utdebug.lo \ - utdelete.lo utglobal.lo utinit.lo utlock.lo utobject.lo \ - utmisc.lo utmath.lo utmutex.lo utresrc.lo utstate.lo \ - utxface.lo utxferror.lo utdecode.lo nsaccess.lo nsalloc.lo \ - nsdump.lo nsnames.lo nsobject.lo nsparse.lo nssearch.lo \ - nsutils.lo nswalk.lo nsxfobj.lo psargs.lo psloop.lo \ - psopcode.lo psparse.lo psscope.lo pstree.lo psutils.lo \ - pswalk.lo dswscope.lo dswstate.lo dsfield.lo dsobject.lo \ - dsopcode.lo dsutils.lo dswexec.lo dswload.lo dswload2.lo \ - dsargs.lo dscontrol.lo exconvrt.lo excreate.lo exdump.lo \ - exmisc.lo exmutex.lo exnames.lo exoparg1.lo exoparg2.lo \ - exoparg3.lo exoparg6.lo exprep.lo exregion.lo exresnte.lo \ - exresolv.lo exresop.lo exstore.lo exstoren.lo exstorob.lo \ - exsystem.lo exutils.lo adfile.lo adisasm.lo adwalk.lo \ - dmextern.lo dmrestag.lo dmtable.lo dmtbinfo.lo dmtbdump.lo \ - dbfileio.lo dmbuffer.lo dmnames.lo dmopcode.lo dmobject.lo \ - dmresrc.lo dmresrcl.lo dmresrcs.lo dmutils.lo dmwalk.lo \ - tbfadt.lo tbinstal.lo tbutils.lo tbxface.lo osunixxf.lo \ - fwts_iasl_interface.lo -libfwtsiasl_la_OBJECTS = $(am_libfwtsiasl_la_OBJECTS) -libfwtsiasl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libfwtsiasl_la_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(libfwtsiasl_la_SOURCES) -DIST_SOURCES = $(libfwtsiasl_la_SOURCES) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ - -# -# We need to build this as a seperate shared library with the iasl functionality built in. We -# just export the fwts_* interface. -# -AM_CPPFLAGS = -Wall -Wstrict-prototypes -D_LINUX -DACPI_ASL_COMPILER $(CFLAGS) -I$(top_srcdir)/src/acpica/source/include -ACPICA_COMPILER = . -ACPICA_COMMON = ../common -ACPICA_COMPONENTS = ../components -ACPICA_UTILS = $(ACPICA_COMPONENTS)/utilities -ACPICA_NAMESPACE = $(ACPICA_COMPONENTS)/namespace -ACPICA_PARSER = $(ACPICA_COMPONENTS)/parser -ACPICA_DISPATCHER = $(ACPICA_COMPONENTS)/dispatcher -ACPICA_EXECUTER = $(ACPICA_COMPONENTS)/executer -ACPICA_DEBUGGER = $(ACPICA_COMPONENTS)/debugger -ACPICA_DISASSEMBLER = $(ACPICA_COMPONENTS)/disassembler -ACPICA_TABLES = $(ACPICA_COMPONENTS)/tables -ACPICA_SERVICE = ../os_specific/service_layers -AM_YFLAGS = -v -d -y - -# -# Case in-sensitive scanning -# -AM_LFLAGS = -i -lib_LTLIBRARIES = libfwtsiasl.la -BUILT_SOURCES = aslcompilerparse.c aslcompilerlex.c \ - dtparserparse.c dtparserlex.c - - -# -# Just export fwts specific API so we don't clash with core ACPICA library -# -libfwtsiasl_la_LDFLAGS = -export-symbols-regex "fwts_.*" -lpthread -version-info 1:0:0 -CLEANFILES = y.output y.tab.c y.tab.h aslcompiler.y.h \ - aslcompilerparse.c aslcompilerlex.c \ - dtparserparse.c dtparserlex.c - -libfwtsiasl_la_SOURCES = \ - $(ACPICA_COMPILER)/aslcompile.c \ - $(ACPICA_COMPILER)/aslcompilerlex.c \ - $(ACPICA_COMPILER)/aslcompilerparse.c \ - $(ACPICA_COMPILER)/aslanalyze.c \ - $(ACPICA_COMPILER)/aslcodegen.c \ - $(ACPICA_COMPILER)/aslerror.c \ - $(ACPICA_COMPILER)/aslfiles.c \ - $(ACPICA_COMPILER)/aslfold.c \ - $(ACPICA_COMPILER)/asllength.c \ - $(ACPICA_COMPILER)/asllisting.c \ - $(ACPICA_COMPILER)/aslload.c \ - $(ACPICA_COMPILER)/asllookup.c \ - $(ACPICA_COMPILER)/aslmap.c \ - $(ACPICA_COMPILER)/aslopcodes.c \ - $(ACPICA_COMPILER)/asloperands.c \ - $(ACPICA_COMPILER)/aslopt.c \ - $(ACPICA_COMPILER)/aslpredef.c \ - $(ACPICA_COMPILER)/aslresource.c \ - $(ACPICA_COMPILER)/aslrestype1.c \ - $(ACPICA_COMPILER)/aslrestype1i.c \ - $(ACPICA_COMPILER)/aslrestype2.c \ - $(ACPICA_COMPILER)/aslrestype2d.c \ - $(ACPICA_COMPILER)/aslrestype2e.c \ - $(ACPICA_COMPILER)/aslrestype2q.c \ - $(ACPICA_COMPILER)/aslrestype2w.c \ - $(ACPICA_COMPILER)/aslstartup.c \ - $(ACPICA_COMPILER)/aslstubs.c \ - $(ACPICA_COMPILER)/asltransform.c \ - $(ACPICA_COMPILER)/asltree.c \ - $(ACPICA_COMPILER)/aslutils.c \ - $(ACPICA_COMPILER)/aslbtypes.c \ - $(ACPICA_COMPILER)/aslwalks.c \ - $(ACPICA_COMPILER)/asluuid.c \ - $(ACPICA_COMPILER)/dtfield.c \ - $(ACPICA_COMPILER)/dtio.c \ - $(ACPICA_COMPILER)/dtsubtable.c \ - $(ACPICA_COMPILER)/dttemplate.c \ - $(ACPICA_COMPILER)/dttable.c \ - $(ACPICA_COMPILER)/dtutils.c \ - $(ACPICA_COMPILER)/dtexpress.c \ - $(ACPICA_COMPILER)/dtcompile.c \ - $(ACPICA_COMPILER)/dtparserparse.c \ - $(ACPICA_COMPILER)/dtparserlex.c \ - $(ACPICA_UTILS)/utalloc.c \ - $(ACPICA_UTILS)/utcache.c \ - $(ACPICA_UTILS)/utcopy.c \ - $(ACPICA_UTILS)/utdebug.c \ - $(ACPICA_UTILS)/utdelete.c \ - $(ACPICA_UTILS)/utglobal.c \ - $(ACPICA_UTILS)/utinit.c \ - $(ACPICA_UTILS)/utlock.c \ - $(ACPICA_UTILS)/utobject.c \ - $(ACPICA_UTILS)/utmisc.c \ - $(ACPICA_UTILS)/utmath.c \ - $(ACPICA_UTILS)/utmutex.c \ - $(ACPICA_UTILS)/utresrc.c \ - $(ACPICA_UTILS)/utstate.c \ - $(ACPICA_UTILS)/utxface.c \ - $(ACPICA_UTILS)/utxferror.c \ - $(ACPICA_UTILS)/utdecode.c \ - $(ACPICA_NAMESPACE)/nsaccess.c \ - $(ACPICA_NAMESPACE)/nsalloc.c \ - $(ACPICA_NAMESPACE)/nsdump.c \ - $(ACPICA_NAMESPACE)/nsnames.c \ - $(ACPICA_NAMESPACE)/nsobject.c \ - $(ACPICA_NAMESPACE)/nsparse.c \ - $(ACPICA_NAMESPACE)/nssearch.c \ - $(ACPICA_NAMESPACE)/nsutils.c \ - $(ACPICA_NAMESPACE)/nswalk.c \ - $(ACPICA_NAMESPACE)/nsxfobj.c \ - $(ACPICA_PARSER)/psargs.c \ - $(ACPICA_PARSER)/psloop.c \ - $(ACPICA_PARSER)/psopcode.c \ - $(ACPICA_PARSER)/psparse.c \ - $(ACPICA_PARSER)/psscope.c \ - $(ACPICA_PARSER)/pstree.c \ - $(ACPICA_PARSER)/psutils.c \ - $(ACPICA_PARSER)/pswalk.c \ - $(ACPICA_DISPATCHER)/dswscope.c \ - $(ACPICA_DISPATCHER)/dswstate.c \ - $(ACPICA_DISPATCHER)/dsfield.c \ - $(ACPICA_DISPATCHER)/dsobject.c \ - $(ACPICA_DISPATCHER)/dsopcode.c \ - $(ACPICA_DISPATCHER)/dsutils.c \ - $(ACPICA_DISPATCHER)/dswexec.c \ - $(ACPICA_DISPATCHER)/dswload.c \ - $(ACPICA_DISPATCHER)/dswload2.c \ - $(ACPICA_DISPATCHER)/dsargs.c \ - $(ACPICA_DISPATCHER)/dscontrol.c \ - $(ACPICA_EXECUTER)/exconvrt.c \ - $(ACPICA_EXECUTER)/excreate.c \ - $(ACPICA_EXECUTER)/exdump.c \ - $(ACPICA_EXECUTER)/exmisc.c \ - $(ACPICA_EXECUTER)/exmutex.c \ - $(ACPICA_EXECUTER)/exnames.c \ - $(ACPICA_EXECUTER)/exoparg1.c \ - $(ACPICA_EXECUTER)/exoparg2.c \ - $(ACPICA_EXECUTER)/exoparg3.c \ - $(ACPICA_EXECUTER)/exoparg6.c \ - $(ACPICA_EXECUTER)/exprep.c \ - $(ACPICA_EXECUTER)/exregion.c \ - $(ACPICA_EXECUTER)/exresnte.c \ - $(ACPICA_EXECUTER)/exresolv.c \ - $(ACPICA_EXECUTER)/exresop.c \ - $(ACPICA_EXECUTER)/exstore.c \ - $(ACPICA_EXECUTER)/exstoren.c \ - $(ACPICA_EXECUTER)/exstorob.c \ - $(ACPICA_EXECUTER)/exsystem.c \ - $(ACPICA_EXECUTER)/exutils.c \ - $(ACPICA_COMMON)/adfile.c \ - $(ACPICA_COMMON)/adisasm.c \ - $(ACPICA_COMMON)/adwalk.c \ - $(ACPICA_COMMON)/dmextern.c \ - $(ACPICA_COMMON)/dmrestag.c \ - $(ACPICA_COMMON)/dmtable.c \ - $(ACPICA_COMMON)/dmtbinfo.c \ - $(ACPICA_COMMON)/dmtbdump.c \ - $(ACPICA_DEBUGGER)/dbfileio.c \ - $(ACPICA_DISASSEMBLER)/dmbuffer.c \ - $(ACPICA_DISASSEMBLER)/dmnames.c \ - $(ACPICA_DISASSEMBLER)/dmopcode.c \ - $(ACPICA_DISASSEMBLER)/dmobject.c \ - $(ACPICA_DISASSEMBLER)/dmresrc.c \ - $(ACPICA_DISASSEMBLER)/dmresrcl.c \ - $(ACPICA_DISASSEMBLER)/dmresrcs.c \ - $(ACPICA_DISASSEMBLER)/dmutils.c \ - $(ACPICA_DISASSEMBLER)/dmwalk.c \ - $(ACPICA_TABLES)/tbfadt.c \ - $(ACPICA_TABLES)/tbinstal.c \ - $(ACPICA_TABLES)/tbutils.c \ - $(ACPICA_TABLES)/tbxface.c \ - $(ACPICA_SERVICE)/osunixxf.c \ - $(ACPICA_COMPILER)/fwts_iasl_interface.c - -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/acpica/source/compiler/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/acpica/source/compiler/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libfwtsiasl.la: $(libfwtsiasl_la_OBJECTS) $(libfwtsiasl_la_DEPENDENCIES) - $(libfwtsiasl_la_LINK) -rpath $(libdir) $(libfwtsiasl_la_OBJECTS) $(libfwtsiasl_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adfile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adisasm.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adwalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslanalyze.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslbtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslcodegen.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslcompile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslcompilerlex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslcompilerparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslerror.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslfiles.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslfold.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asllength.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asllisting.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asllookup.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslmap.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslopcodes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asloperands.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslopt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslpredef.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslresource.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype1.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype1i.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype2d.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype2e.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype2q.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslrestype2w.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslstartup.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslstubs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asltransform.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asltree.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asluuid.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aslwalks.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbfileio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmextern.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmopcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrcl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmresrcs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmrestag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmtable.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmtbdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmtbinfo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmwalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsargs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dscontrol.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsfield.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsopcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswexec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswload2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswscope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dswstate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtcompile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtexpress.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtfield.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtparserlex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtparserparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtsubtable.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dttable.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dttemplate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exconvrt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excreate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exmutex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg1.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exoparg6.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exprep.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exregion.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresnte.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresolv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exresop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstore.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstoren.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exstorob.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exsystem.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_iasl_interface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsaccess.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsalloc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsnames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nssearch.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nswalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsxfobj.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osunixxf.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psargs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psloop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psopcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psscope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pstree.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pswalk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbfadt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbinstal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tbxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utalloc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utcache.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utcopy.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdebug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdecode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utdelete.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utglobal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utinit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utlock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmath.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmisc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmutex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utobject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utresrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utstate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utxface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utxferror.Plo@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< - -.c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -aslcompile.lo: $(ACPICA_COMPILER)/aslcompile.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslcompile.lo -MD -MP -MF $(DEPDIR)/aslcompile.Tpo -c -o aslcompile.lo `test -f '$(ACPICA_COMPILER)/aslcompile.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompile.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslcompile.Tpo $(DEPDIR)/aslcompile.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslcompile.c' object='aslcompile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslcompile.lo `test -f '$(ACPICA_COMPILER)/aslcompile.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompile.c - -aslcompilerlex.lo: $(ACPICA_COMPILER)/aslcompilerlex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslcompilerlex.lo -MD -MP -MF $(DEPDIR)/aslcompilerlex.Tpo -c -o aslcompilerlex.lo `test -f '$(ACPICA_COMPILER)/aslcompilerlex.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompilerlex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslcompilerlex.Tpo $(DEPDIR)/aslcompilerlex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslcompilerlex.c' object='aslcompilerlex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslcompilerlex.lo `test -f '$(ACPICA_COMPILER)/aslcompilerlex.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompilerlex.c - -aslcompilerparse.lo: $(ACPICA_COMPILER)/aslcompilerparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslcompilerparse.lo -MD -MP -MF $(DEPDIR)/aslcompilerparse.Tpo -c -o aslcompilerparse.lo `test -f '$(ACPICA_COMPILER)/aslcompilerparse.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompilerparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslcompilerparse.Tpo $(DEPDIR)/aslcompilerparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslcompilerparse.c' object='aslcompilerparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslcompilerparse.lo `test -f '$(ACPICA_COMPILER)/aslcompilerparse.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcompilerparse.c - -aslanalyze.lo: $(ACPICA_COMPILER)/aslanalyze.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslanalyze.lo -MD -MP -MF $(DEPDIR)/aslanalyze.Tpo -c -o aslanalyze.lo `test -f '$(ACPICA_COMPILER)/aslanalyze.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslanalyze.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslanalyze.Tpo $(DEPDIR)/aslanalyze.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslanalyze.c' object='aslanalyze.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslanalyze.lo `test -f '$(ACPICA_COMPILER)/aslanalyze.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslanalyze.c - -aslcodegen.lo: $(ACPICA_COMPILER)/aslcodegen.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslcodegen.lo -MD -MP -MF $(DEPDIR)/aslcodegen.Tpo -c -o aslcodegen.lo `test -f '$(ACPICA_COMPILER)/aslcodegen.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcodegen.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslcodegen.Tpo $(DEPDIR)/aslcodegen.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslcodegen.c' object='aslcodegen.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslcodegen.lo `test -f '$(ACPICA_COMPILER)/aslcodegen.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslcodegen.c - -aslerror.lo: $(ACPICA_COMPILER)/aslerror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslerror.lo -MD -MP -MF $(DEPDIR)/aslerror.Tpo -c -o aslerror.lo `test -f '$(ACPICA_COMPILER)/aslerror.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslerror.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslerror.Tpo $(DEPDIR)/aslerror.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslerror.c' object='aslerror.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslerror.lo `test -f '$(ACPICA_COMPILER)/aslerror.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslerror.c - -aslfiles.lo: $(ACPICA_COMPILER)/aslfiles.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslfiles.lo -MD -MP -MF $(DEPDIR)/aslfiles.Tpo -c -o aslfiles.lo `test -f '$(ACPICA_COMPILER)/aslfiles.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslfiles.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslfiles.Tpo $(DEPDIR)/aslfiles.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslfiles.c' object='aslfiles.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslfiles.lo `test -f '$(ACPICA_COMPILER)/aslfiles.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslfiles.c - -aslfold.lo: $(ACPICA_COMPILER)/aslfold.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslfold.lo -MD -MP -MF $(DEPDIR)/aslfold.Tpo -c -o aslfold.lo `test -f '$(ACPICA_COMPILER)/aslfold.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslfold.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslfold.Tpo $(DEPDIR)/aslfold.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslfold.c' object='aslfold.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslfold.lo `test -f '$(ACPICA_COMPILER)/aslfold.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslfold.c - -asllength.lo: $(ACPICA_COMPILER)/asllength.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asllength.lo -MD -MP -MF $(DEPDIR)/asllength.Tpo -c -o asllength.lo `test -f '$(ACPICA_COMPILER)/asllength.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllength.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asllength.Tpo $(DEPDIR)/asllength.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asllength.c' object='asllength.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asllength.lo `test -f '$(ACPICA_COMPILER)/asllength.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllength.c - -asllisting.lo: $(ACPICA_COMPILER)/asllisting.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asllisting.lo -MD -MP -MF $(DEPDIR)/asllisting.Tpo -c -o asllisting.lo `test -f '$(ACPICA_COMPILER)/asllisting.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllisting.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asllisting.Tpo $(DEPDIR)/asllisting.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asllisting.c' object='asllisting.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asllisting.lo `test -f '$(ACPICA_COMPILER)/asllisting.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllisting.c - -aslload.lo: $(ACPICA_COMPILER)/aslload.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslload.lo -MD -MP -MF $(DEPDIR)/aslload.Tpo -c -o aslload.lo `test -f '$(ACPICA_COMPILER)/aslload.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslload.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslload.Tpo $(DEPDIR)/aslload.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslload.c' object='aslload.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslload.lo `test -f '$(ACPICA_COMPILER)/aslload.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslload.c - -asllookup.lo: $(ACPICA_COMPILER)/asllookup.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asllookup.lo -MD -MP -MF $(DEPDIR)/asllookup.Tpo -c -o asllookup.lo `test -f '$(ACPICA_COMPILER)/asllookup.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllookup.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asllookup.Tpo $(DEPDIR)/asllookup.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asllookup.c' object='asllookup.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asllookup.lo `test -f '$(ACPICA_COMPILER)/asllookup.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asllookup.c - -aslmap.lo: $(ACPICA_COMPILER)/aslmap.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslmap.lo -MD -MP -MF $(DEPDIR)/aslmap.Tpo -c -o aslmap.lo `test -f '$(ACPICA_COMPILER)/aslmap.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslmap.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslmap.Tpo $(DEPDIR)/aslmap.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslmap.c' object='aslmap.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslmap.lo `test -f '$(ACPICA_COMPILER)/aslmap.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslmap.c - -aslopcodes.lo: $(ACPICA_COMPILER)/aslopcodes.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslopcodes.lo -MD -MP -MF $(DEPDIR)/aslopcodes.Tpo -c -o aslopcodes.lo `test -f '$(ACPICA_COMPILER)/aslopcodes.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslopcodes.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslopcodes.Tpo $(DEPDIR)/aslopcodes.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslopcodes.c' object='aslopcodes.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslopcodes.lo `test -f '$(ACPICA_COMPILER)/aslopcodes.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslopcodes.c - -asloperands.lo: $(ACPICA_COMPILER)/asloperands.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asloperands.lo -MD -MP -MF $(DEPDIR)/asloperands.Tpo -c -o asloperands.lo `test -f '$(ACPICA_COMPILER)/asloperands.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asloperands.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asloperands.Tpo $(DEPDIR)/asloperands.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asloperands.c' object='asloperands.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asloperands.lo `test -f '$(ACPICA_COMPILER)/asloperands.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asloperands.c - -aslopt.lo: $(ACPICA_COMPILER)/aslopt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslopt.lo -MD -MP -MF $(DEPDIR)/aslopt.Tpo -c -o aslopt.lo `test -f '$(ACPICA_COMPILER)/aslopt.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslopt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslopt.Tpo $(DEPDIR)/aslopt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslopt.c' object='aslopt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslopt.lo `test -f '$(ACPICA_COMPILER)/aslopt.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslopt.c - -aslpredef.lo: $(ACPICA_COMPILER)/aslpredef.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslpredef.lo -MD -MP -MF $(DEPDIR)/aslpredef.Tpo -c -o aslpredef.lo `test -f '$(ACPICA_COMPILER)/aslpredef.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslpredef.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslpredef.Tpo $(DEPDIR)/aslpredef.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslpredef.c' object='aslpredef.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslpredef.lo `test -f '$(ACPICA_COMPILER)/aslpredef.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslpredef.c - -aslresource.lo: $(ACPICA_COMPILER)/aslresource.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslresource.lo -MD -MP -MF $(DEPDIR)/aslresource.Tpo -c -o aslresource.lo `test -f '$(ACPICA_COMPILER)/aslresource.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslresource.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslresource.Tpo $(DEPDIR)/aslresource.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslresource.c' object='aslresource.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslresource.lo `test -f '$(ACPICA_COMPILER)/aslresource.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslresource.c - -aslrestype1.lo: $(ACPICA_COMPILER)/aslrestype1.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype1.lo -MD -MP -MF $(DEPDIR)/aslrestype1.Tpo -c -o aslrestype1.lo `test -f '$(ACPICA_COMPILER)/aslrestype1.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype1.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype1.Tpo $(DEPDIR)/aslrestype1.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype1.c' object='aslrestype1.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype1.lo `test -f '$(ACPICA_COMPILER)/aslrestype1.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype1.c - -aslrestype1i.lo: $(ACPICA_COMPILER)/aslrestype1i.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype1i.lo -MD -MP -MF $(DEPDIR)/aslrestype1i.Tpo -c -o aslrestype1i.lo `test -f '$(ACPICA_COMPILER)/aslrestype1i.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype1i.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype1i.Tpo $(DEPDIR)/aslrestype1i.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype1i.c' object='aslrestype1i.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype1i.lo `test -f '$(ACPICA_COMPILER)/aslrestype1i.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype1i.c - -aslrestype2.lo: $(ACPICA_COMPILER)/aslrestype2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype2.lo -MD -MP -MF $(DEPDIR)/aslrestype2.Tpo -c -o aslrestype2.lo `test -f '$(ACPICA_COMPILER)/aslrestype2.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype2.Tpo $(DEPDIR)/aslrestype2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype2.c' object='aslrestype2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype2.lo `test -f '$(ACPICA_COMPILER)/aslrestype2.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2.c - -aslrestype2d.lo: $(ACPICA_COMPILER)/aslrestype2d.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype2d.lo -MD -MP -MF $(DEPDIR)/aslrestype2d.Tpo -c -o aslrestype2d.lo `test -f '$(ACPICA_COMPILER)/aslrestype2d.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2d.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype2d.Tpo $(DEPDIR)/aslrestype2d.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype2d.c' object='aslrestype2d.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype2d.lo `test -f '$(ACPICA_COMPILER)/aslrestype2d.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2d.c - -aslrestype2e.lo: $(ACPICA_COMPILER)/aslrestype2e.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype2e.lo -MD -MP -MF $(DEPDIR)/aslrestype2e.Tpo -c -o aslrestype2e.lo `test -f '$(ACPICA_COMPILER)/aslrestype2e.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2e.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype2e.Tpo $(DEPDIR)/aslrestype2e.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype2e.c' object='aslrestype2e.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype2e.lo `test -f '$(ACPICA_COMPILER)/aslrestype2e.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2e.c - -aslrestype2q.lo: $(ACPICA_COMPILER)/aslrestype2q.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype2q.lo -MD -MP -MF $(DEPDIR)/aslrestype2q.Tpo -c -o aslrestype2q.lo `test -f '$(ACPICA_COMPILER)/aslrestype2q.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2q.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype2q.Tpo $(DEPDIR)/aslrestype2q.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype2q.c' object='aslrestype2q.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype2q.lo `test -f '$(ACPICA_COMPILER)/aslrestype2q.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2q.c - -aslrestype2w.lo: $(ACPICA_COMPILER)/aslrestype2w.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslrestype2w.lo -MD -MP -MF $(DEPDIR)/aslrestype2w.Tpo -c -o aslrestype2w.lo `test -f '$(ACPICA_COMPILER)/aslrestype2w.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2w.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslrestype2w.Tpo $(DEPDIR)/aslrestype2w.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslrestype2w.c' object='aslrestype2w.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslrestype2w.lo `test -f '$(ACPICA_COMPILER)/aslrestype2w.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslrestype2w.c - -aslstartup.lo: $(ACPICA_COMPILER)/aslstartup.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslstartup.lo -MD -MP -MF $(DEPDIR)/aslstartup.Tpo -c -o aslstartup.lo `test -f '$(ACPICA_COMPILER)/aslstartup.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslstartup.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslstartup.Tpo $(DEPDIR)/aslstartup.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslstartup.c' object='aslstartup.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslstartup.lo `test -f '$(ACPICA_COMPILER)/aslstartup.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslstartup.c - -aslstubs.lo: $(ACPICA_COMPILER)/aslstubs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslstubs.lo -MD -MP -MF $(DEPDIR)/aslstubs.Tpo -c -o aslstubs.lo `test -f '$(ACPICA_COMPILER)/aslstubs.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslstubs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslstubs.Tpo $(DEPDIR)/aslstubs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslstubs.c' object='aslstubs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslstubs.lo `test -f '$(ACPICA_COMPILER)/aslstubs.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslstubs.c - -asltransform.lo: $(ACPICA_COMPILER)/asltransform.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asltransform.lo -MD -MP -MF $(DEPDIR)/asltransform.Tpo -c -o asltransform.lo `test -f '$(ACPICA_COMPILER)/asltransform.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asltransform.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asltransform.Tpo $(DEPDIR)/asltransform.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asltransform.c' object='asltransform.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asltransform.lo `test -f '$(ACPICA_COMPILER)/asltransform.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asltransform.c - -asltree.lo: $(ACPICA_COMPILER)/asltree.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asltree.lo -MD -MP -MF $(DEPDIR)/asltree.Tpo -c -o asltree.lo `test -f '$(ACPICA_COMPILER)/asltree.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asltree.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asltree.Tpo $(DEPDIR)/asltree.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asltree.c' object='asltree.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asltree.lo `test -f '$(ACPICA_COMPILER)/asltree.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asltree.c - -aslutils.lo: $(ACPICA_COMPILER)/aslutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslutils.lo -MD -MP -MF $(DEPDIR)/aslutils.Tpo -c -o aslutils.lo `test -f '$(ACPICA_COMPILER)/aslutils.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslutils.Tpo $(DEPDIR)/aslutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslutils.c' object='aslutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslutils.lo `test -f '$(ACPICA_COMPILER)/aslutils.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslutils.c - -aslbtypes.lo: $(ACPICA_COMPILER)/aslbtypes.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslbtypes.lo -MD -MP -MF $(DEPDIR)/aslbtypes.Tpo -c -o aslbtypes.lo `test -f '$(ACPICA_COMPILER)/aslbtypes.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslbtypes.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslbtypes.Tpo $(DEPDIR)/aslbtypes.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslbtypes.c' object='aslbtypes.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslbtypes.lo `test -f '$(ACPICA_COMPILER)/aslbtypes.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslbtypes.c - -aslwalks.lo: $(ACPICA_COMPILER)/aslwalks.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aslwalks.lo -MD -MP -MF $(DEPDIR)/aslwalks.Tpo -c -o aslwalks.lo `test -f '$(ACPICA_COMPILER)/aslwalks.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslwalks.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aslwalks.Tpo $(DEPDIR)/aslwalks.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/aslwalks.c' object='aslwalks.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aslwalks.lo `test -f '$(ACPICA_COMPILER)/aslwalks.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/aslwalks.c - -asluuid.lo: $(ACPICA_COMPILER)/asluuid.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT asluuid.lo -MD -MP -MF $(DEPDIR)/asluuid.Tpo -c -o asluuid.lo `test -f '$(ACPICA_COMPILER)/asluuid.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asluuid.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/asluuid.Tpo $(DEPDIR)/asluuid.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/asluuid.c' object='asluuid.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o asluuid.lo `test -f '$(ACPICA_COMPILER)/asluuid.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/asluuid.c - -dtfield.lo: $(ACPICA_COMPILER)/dtfield.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtfield.lo -MD -MP -MF $(DEPDIR)/dtfield.Tpo -c -o dtfield.lo `test -f '$(ACPICA_COMPILER)/dtfield.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtfield.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtfield.Tpo $(DEPDIR)/dtfield.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtfield.c' object='dtfield.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtfield.lo `test -f '$(ACPICA_COMPILER)/dtfield.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtfield.c - -dtio.lo: $(ACPICA_COMPILER)/dtio.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtio.lo -MD -MP -MF $(DEPDIR)/dtio.Tpo -c -o dtio.lo `test -f '$(ACPICA_COMPILER)/dtio.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtio.Tpo $(DEPDIR)/dtio.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtio.c' object='dtio.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtio.lo `test -f '$(ACPICA_COMPILER)/dtio.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtio.c - -dtsubtable.lo: $(ACPICA_COMPILER)/dtsubtable.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtsubtable.lo -MD -MP -MF $(DEPDIR)/dtsubtable.Tpo -c -o dtsubtable.lo `test -f '$(ACPICA_COMPILER)/dtsubtable.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtsubtable.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtsubtable.Tpo $(DEPDIR)/dtsubtable.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtsubtable.c' object='dtsubtable.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtsubtable.lo `test -f '$(ACPICA_COMPILER)/dtsubtable.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtsubtable.c - -dttemplate.lo: $(ACPICA_COMPILER)/dttemplate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dttemplate.lo -MD -MP -MF $(DEPDIR)/dttemplate.Tpo -c -o dttemplate.lo `test -f '$(ACPICA_COMPILER)/dttemplate.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dttemplate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dttemplate.Tpo $(DEPDIR)/dttemplate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dttemplate.c' object='dttemplate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dttemplate.lo `test -f '$(ACPICA_COMPILER)/dttemplate.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dttemplate.c - -dttable.lo: $(ACPICA_COMPILER)/dttable.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dttable.lo -MD -MP -MF $(DEPDIR)/dttable.Tpo -c -o dttable.lo `test -f '$(ACPICA_COMPILER)/dttable.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dttable.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dttable.Tpo $(DEPDIR)/dttable.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dttable.c' object='dttable.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dttable.lo `test -f '$(ACPICA_COMPILER)/dttable.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dttable.c - -dtutils.lo: $(ACPICA_COMPILER)/dtutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtutils.lo -MD -MP -MF $(DEPDIR)/dtutils.Tpo -c -o dtutils.lo `test -f '$(ACPICA_COMPILER)/dtutils.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtutils.Tpo $(DEPDIR)/dtutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtutils.c' object='dtutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtutils.lo `test -f '$(ACPICA_COMPILER)/dtutils.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtutils.c - -dtexpress.lo: $(ACPICA_COMPILER)/dtexpress.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtexpress.lo -MD -MP -MF $(DEPDIR)/dtexpress.Tpo -c -o dtexpress.lo `test -f '$(ACPICA_COMPILER)/dtexpress.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtexpress.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtexpress.Tpo $(DEPDIR)/dtexpress.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtexpress.c' object='dtexpress.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtexpress.lo `test -f '$(ACPICA_COMPILER)/dtexpress.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtexpress.c - -dtcompile.lo: $(ACPICA_COMPILER)/dtcompile.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtcompile.lo -MD -MP -MF $(DEPDIR)/dtcompile.Tpo -c -o dtcompile.lo `test -f '$(ACPICA_COMPILER)/dtcompile.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtcompile.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtcompile.Tpo $(DEPDIR)/dtcompile.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtcompile.c' object='dtcompile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtcompile.lo `test -f '$(ACPICA_COMPILER)/dtcompile.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtcompile.c - -dtparserparse.lo: $(ACPICA_COMPILER)/dtparserparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtparserparse.lo -MD -MP -MF $(DEPDIR)/dtparserparse.Tpo -c -o dtparserparse.lo `test -f '$(ACPICA_COMPILER)/dtparserparse.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtparserparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtparserparse.Tpo $(DEPDIR)/dtparserparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtparserparse.c' object='dtparserparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtparserparse.lo `test -f '$(ACPICA_COMPILER)/dtparserparse.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtparserparse.c - -dtparserlex.lo: $(ACPICA_COMPILER)/dtparserlex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dtparserlex.lo -MD -MP -MF $(DEPDIR)/dtparserlex.Tpo -c -o dtparserlex.lo `test -f '$(ACPICA_COMPILER)/dtparserlex.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtparserlex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dtparserlex.Tpo $(DEPDIR)/dtparserlex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/dtparserlex.c' object='dtparserlex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dtparserlex.lo `test -f '$(ACPICA_COMPILER)/dtparserlex.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/dtparserlex.c - -utalloc.lo: $(ACPICA_UTILS)/utalloc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utalloc.lo -MD -MP -MF $(DEPDIR)/utalloc.Tpo -c -o utalloc.lo `test -f '$(ACPICA_UTILS)/utalloc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utalloc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utalloc.Tpo $(DEPDIR)/utalloc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utalloc.c' object='utalloc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utalloc.lo `test -f '$(ACPICA_UTILS)/utalloc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utalloc.c - -utcache.lo: $(ACPICA_UTILS)/utcache.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utcache.lo -MD -MP -MF $(DEPDIR)/utcache.Tpo -c -o utcache.lo `test -f '$(ACPICA_UTILS)/utcache.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utcache.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utcache.Tpo $(DEPDIR)/utcache.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utcache.c' object='utcache.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utcache.lo `test -f '$(ACPICA_UTILS)/utcache.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utcache.c - -utcopy.lo: $(ACPICA_UTILS)/utcopy.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utcopy.lo -MD -MP -MF $(DEPDIR)/utcopy.Tpo -c -o utcopy.lo `test -f '$(ACPICA_UTILS)/utcopy.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utcopy.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utcopy.Tpo $(DEPDIR)/utcopy.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utcopy.c' object='utcopy.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utcopy.lo `test -f '$(ACPICA_UTILS)/utcopy.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utcopy.c - -utdebug.lo: $(ACPICA_UTILS)/utdebug.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdebug.lo -MD -MP -MF $(DEPDIR)/utdebug.Tpo -c -o utdebug.lo `test -f '$(ACPICA_UTILS)/utdebug.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdebug.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdebug.Tpo $(DEPDIR)/utdebug.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utdebug.c' object='utdebug.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdebug.lo `test -f '$(ACPICA_UTILS)/utdebug.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdebug.c - -utdelete.lo: $(ACPICA_UTILS)/utdelete.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdelete.lo -MD -MP -MF $(DEPDIR)/utdelete.Tpo -c -o utdelete.lo `test -f '$(ACPICA_UTILS)/utdelete.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdelete.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdelete.Tpo $(DEPDIR)/utdelete.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utdelete.c' object='utdelete.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdelete.lo `test -f '$(ACPICA_UTILS)/utdelete.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdelete.c - -utglobal.lo: $(ACPICA_UTILS)/utglobal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utglobal.lo -MD -MP -MF $(DEPDIR)/utglobal.Tpo -c -o utglobal.lo `test -f '$(ACPICA_UTILS)/utglobal.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utglobal.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utglobal.Tpo $(DEPDIR)/utglobal.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utglobal.c' object='utglobal.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utglobal.lo `test -f '$(ACPICA_UTILS)/utglobal.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utglobal.c - -utinit.lo: $(ACPICA_UTILS)/utinit.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utinit.lo -MD -MP -MF $(DEPDIR)/utinit.Tpo -c -o utinit.lo `test -f '$(ACPICA_UTILS)/utinit.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utinit.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utinit.Tpo $(DEPDIR)/utinit.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utinit.c' object='utinit.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utinit.lo `test -f '$(ACPICA_UTILS)/utinit.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utinit.c - -utlock.lo: $(ACPICA_UTILS)/utlock.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utlock.lo -MD -MP -MF $(DEPDIR)/utlock.Tpo -c -o utlock.lo `test -f '$(ACPICA_UTILS)/utlock.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utlock.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utlock.Tpo $(DEPDIR)/utlock.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utlock.c' object='utlock.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utlock.lo `test -f '$(ACPICA_UTILS)/utlock.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utlock.c - -utobject.lo: $(ACPICA_UTILS)/utobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utobject.lo -MD -MP -MF $(DEPDIR)/utobject.Tpo -c -o utobject.lo `test -f '$(ACPICA_UTILS)/utobject.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utobject.Tpo $(DEPDIR)/utobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utobject.c' object='utobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utobject.lo `test -f '$(ACPICA_UTILS)/utobject.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utobject.c - -utmisc.lo: $(ACPICA_UTILS)/utmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmisc.lo -MD -MP -MF $(DEPDIR)/utmisc.Tpo -c -o utmisc.lo `test -f '$(ACPICA_UTILS)/utmisc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmisc.Tpo $(DEPDIR)/utmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utmisc.c' object='utmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmisc.lo `test -f '$(ACPICA_UTILS)/utmisc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmisc.c - -utmath.lo: $(ACPICA_UTILS)/utmath.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmath.lo -MD -MP -MF $(DEPDIR)/utmath.Tpo -c -o utmath.lo `test -f '$(ACPICA_UTILS)/utmath.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmath.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmath.Tpo $(DEPDIR)/utmath.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utmath.c' object='utmath.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmath.lo `test -f '$(ACPICA_UTILS)/utmath.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmath.c - -utmutex.lo: $(ACPICA_UTILS)/utmutex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utmutex.lo -MD -MP -MF $(DEPDIR)/utmutex.Tpo -c -o utmutex.lo `test -f '$(ACPICA_UTILS)/utmutex.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmutex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utmutex.Tpo $(DEPDIR)/utmutex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utmutex.c' object='utmutex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utmutex.lo `test -f '$(ACPICA_UTILS)/utmutex.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utmutex.c - -utresrc.lo: $(ACPICA_UTILS)/utresrc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utresrc.lo -MD -MP -MF $(DEPDIR)/utresrc.Tpo -c -o utresrc.lo `test -f '$(ACPICA_UTILS)/utresrc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utresrc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utresrc.Tpo $(DEPDIR)/utresrc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utresrc.c' object='utresrc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utresrc.lo `test -f '$(ACPICA_UTILS)/utresrc.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utresrc.c - -utstate.lo: $(ACPICA_UTILS)/utstate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utstate.lo -MD -MP -MF $(DEPDIR)/utstate.Tpo -c -o utstate.lo `test -f '$(ACPICA_UTILS)/utstate.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utstate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utstate.Tpo $(DEPDIR)/utstate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utstate.c' object='utstate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utstate.lo `test -f '$(ACPICA_UTILS)/utstate.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utstate.c - -utxface.lo: $(ACPICA_UTILS)/utxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utxface.lo -MD -MP -MF $(DEPDIR)/utxface.Tpo -c -o utxface.lo `test -f '$(ACPICA_UTILS)/utxface.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utxface.Tpo $(DEPDIR)/utxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utxface.c' object='utxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utxface.lo `test -f '$(ACPICA_UTILS)/utxface.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utxface.c - -utxferror.lo: $(ACPICA_UTILS)/utxferror.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utxferror.lo -MD -MP -MF $(DEPDIR)/utxferror.Tpo -c -o utxferror.lo `test -f '$(ACPICA_UTILS)/utxferror.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utxferror.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utxferror.Tpo $(DEPDIR)/utxferror.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utxferror.c' object='utxferror.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utxferror.lo `test -f '$(ACPICA_UTILS)/utxferror.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utxferror.c - -utdecode.lo: $(ACPICA_UTILS)/utdecode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utdecode.lo -MD -MP -MF $(DEPDIR)/utdecode.Tpo -c -o utdecode.lo `test -f '$(ACPICA_UTILS)/utdecode.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdecode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/utdecode.Tpo $(DEPDIR)/utdecode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_UTILS)/utdecode.c' object='utdecode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utdecode.lo `test -f '$(ACPICA_UTILS)/utdecode.c' || echo '$(srcdir)/'`$(ACPICA_UTILS)/utdecode.c - -nsaccess.lo: $(ACPICA_NAMESPACE)/nsaccess.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsaccess.lo -MD -MP -MF $(DEPDIR)/nsaccess.Tpo -c -o nsaccess.lo `test -f '$(ACPICA_NAMESPACE)/nsaccess.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsaccess.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsaccess.Tpo $(DEPDIR)/nsaccess.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsaccess.c' object='nsaccess.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsaccess.lo `test -f '$(ACPICA_NAMESPACE)/nsaccess.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsaccess.c - -nsalloc.lo: $(ACPICA_NAMESPACE)/nsalloc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsalloc.lo -MD -MP -MF $(DEPDIR)/nsalloc.Tpo -c -o nsalloc.lo `test -f '$(ACPICA_NAMESPACE)/nsalloc.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsalloc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsalloc.Tpo $(DEPDIR)/nsalloc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsalloc.c' object='nsalloc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsalloc.lo `test -f '$(ACPICA_NAMESPACE)/nsalloc.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsalloc.c - -nsdump.lo: $(ACPICA_NAMESPACE)/nsdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsdump.lo -MD -MP -MF $(DEPDIR)/nsdump.Tpo -c -o nsdump.lo `test -f '$(ACPICA_NAMESPACE)/nsdump.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsdump.Tpo $(DEPDIR)/nsdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsdump.c' object='nsdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsdump.lo `test -f '$(ACPICA_NAMESPACE)/nsdump.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsdump.c - -nsnames.lo: $(ACPICA_NAMESPACE)/nsnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsnames.lo -MD -MP -MF $(DEPDIR)/nsnames.Tpo -c -o nsnames.lo `test -f '$(ACPICA_NAMESPACE)/nsnames.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsnames.Tpo $(DEPDIR)/nsnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsnames.c' object='nsnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsnames.lo `test -f '$(ACPICA_NAMESPACE)/nsnames.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsnames.c - -nsobject.lo: $(ACPICA_NAMESPACE)/nsobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsobject.lo -MD -MP -MF $(DEPDIR)/nsobject.Tpo -c -o nsobject.lo `test -f '$(ACPICA_NAMESPACE)/nsobject.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsobject.Tpo $(DEPDIR)/nsobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsobject.c' object='nsobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsobject.lo `test -f '$(ACPICA_NAMESPACE)/nsobject.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsobject.c - -nsparse.lo: $(ACPICA_NAMESPACE)/nsparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsparse.lo -MD -MP -MF $(DEPDIR)/nsparse.Tpo -c -o nsparse.lo `test -f '$(ACPICA_NAMESPACE)/nsparse.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsparse.Tpo $(DEPDIR)/nsparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsparse.c' object='nsparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsparse.lo `test -f '$(ACPICA_NAMESPACE)/nsparse.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsparse.c - -nssearch.lo: $(ACPICA_NAMESPACE)/nssearch.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nssearch.lo -MD -MP -MF $(DEPDIR)/nssearch.Tpo -c -o nssearch.lo `test -f '$(ACPICA_NAMESPACE)/nssearch.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nssearch.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nssearch.Tpo $(DEPDIR)/nssearch.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nssearch.c' object='nssearch.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nssearch.lo `test -f '$(ACPICA_NAMESPACE)/nssearch.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nssearch.c - -nsutils.lo: $(ACPICA_NAMESPACE)/nsutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsutils.lo -MD -MP -MF $(DEPDIR)/nsutils.Tpo -c -o nsutils.lo `test -f '$(ACPICA_NAMESPACE)/nsutils.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsutils.Tpo $(DEPDIR)/nsutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsutils.c' object='nsutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsutils.lo `test -f '$(ACPICA_NAMESPACE)/nsutils.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsutils.c - -nswalk.lo: $(ACPICA_NAMESPACE)/nswalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nswalk.lo -MD -MP -MF $(DEPDIR)/nswalk.Tpo -c -o nswalk.lo `test -f '$(ACPICA_NAMESPACE)/nswalk.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nswalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nswalk.Tpo $(DEPDIR)/nswalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nswalk.c' object='nswalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nswalk.lo `test -f '$(ACPICA_NAMESPACE)/nswalk.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nswalk.c - -nsxfobj.lo: $(ACPICA_NAMESPACE)/nsxfobj.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nsxfobj.lo -MD -MP -MF $(DEPDIR)/nsxfobj.Tpo -c -o nsxfobj.lo `test -f '$(ACPICA_NAMESPACE)/nsxfobj.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsxfobj.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nsxfobj.Tpo $(DEPDIR)/nsxfobj.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_NAMESPACE)/nsxfobj.c' object='nsxfobj.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nsxfobj.lo `test -f '$(ACPICA_NAMESPACE)/nsxfobj.c' || echo '$(srcdir)/'`$(ACPICA_NAMESPACE)/nsxfobj.c - -psargs.lo: $(ACPICA_PARSER)/psargs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psargs.lo -MD -MP -MF $(DEPDIR)/psargs.Tpo -c -o psargs.lo `test -f '$(ACPICA_PARSER)/psargs.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psargs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psargs.Tpo $(DEPDIR)/psargs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psargs.c' object='psargs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psargs.lo `test -f '$(ACPICA_PARSER)/psargs.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psargs.c - -psloop.lo: $(ACPICA_PARSER)/psloop.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psloop.lo -MD -MP -MF $(DEPDIR)/psloop.Tpo -c -o psloop.lo `test -f '$(ACPICA_PARSER)/psloop.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psloop.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psloop.Tpo $(DEPDIR)/psloop.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psloop.c' object='psloop.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psloop.lo `test -f '$(ACPICA_PARSER)/psloop.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psloop.c - -psopcode.lo: $(ACPICA_PARSER)/psopcode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psopcode.lo -MD -MP -MF $(DEPDIR)/psopcode.Tpo -c -o psopcode.lo `test -f '$(ACPICA_PARSER)/psopcode.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psopcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psopcode.Tpo $(DEPDIR)/psopcode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psopcode.c' object='psopcode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psopcode.lo `test -f '$(ACPICA_PARSER)/psopcode.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psopcode.c - -psparse.lo: $(ACPICA_PARSER)/psparse.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psparse.lo -MD -MP -MF $(DEPDIR)/psparse.Tpo -c -o psparse.lo `test -f '$(ACPICA_PARSER)/psparse.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psparse.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psparse.Tpo $(DEPDIR)/psparse.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psparse.c' object='psparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psparse.lo `test -f '$(ACPICA_PARSER)/psparse.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psparse.c - -psscope.lo: $(ACPICA_PARSER)/psscope.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psscope.lo -MD -MP -MF $(DEPDIR)/psscope.Tpo -c -o psscope.lo `test -f '$(ACPICA_PARSER)/psscope.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psscope.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psscope.Tpo $(DEPDIR)/psscope.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psscope.c' object='psscope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psscope.lo `test -f '$(ACPICA_PARSER)/psscope.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psscope.c - -pstree.lo: $(ACPICA_PARSER)/pstree.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pstree.lo -MD -MP -MF $(DEPDIR)/pstree.Tpo -c -o pstree.lo `test -f '$(ACPICA_PARSER)/pstree.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/pstree.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pstree.Tpo $(DEPDIR)/pstree.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/pstree.c' object='pstree.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pstree.lo `test -f '$(ACPICA_PARSER)/pstree.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/pstree.c - -psutils.lo: $(ACPICA_PARSER)/psutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psutils.lo -MD -MP -MF $(DEPDIR)/psutils.Tpo -c -o psutils.lo `test -f '$(ACPICA_PARSER)/psutils.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psutils.Tpo $(DEPDIR)/psutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/psutils.c' object='psutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psutils.lo `test -f '$(ACPICA_PARSER)/psutils.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/psutils.c - -pswalk.lo: $(ACPICA_PARSER)/pswalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pswalk.lo -MD -MP -MF $(DEPDIR)/pswalk.Tpo -c -o pswalk.lo `test -f '$(ACPICA_PARSER)/pswalk.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/pswalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pswalk.Tpo $(DEPDIR)/pswalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_PARSER)/pswalk.c' object='pswalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pswalk.lo `test -f '$(ACPICA_PARSER)/pswalk.c' || echo '$(srcdir)/'`$(ACPICA_PARSER)/pswalk.c - -dswscope.lo: $(ACPICA_DISPATCHER)/dswscope.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswscope.lo -MD -MP -MF $(DEPDIR)/dswscope.Tpo -c -o dswscope.lo `test -f '$(ACPICA_DISPATCHER)/dswscope.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswscope.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswscope.Tpo $(DEPDIR)/dswscope.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dswscope.c' object='dswscope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswscope.lo `test -f '$(ACPICA_DISPATCHER)/dswscope.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswscope.c - -dswstate.lo: $(ACPICA_DISPATCHER)/dswstate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswstate.lo -MD -MP -MF $(DEPDIR)/dswstate.Tpo -c -o dswstate.lo `test -f '$(ACPICA_DISPATCHER)/dswstate.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswstate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswstate.Tpo $(DEPDIR)/dswstate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dswstate.c' object='dswstate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswstate.lo `test -f '$(ACPICA_DISPATCHER)/dswstate.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswstate.c - -dsfield.lo: $(ACPICA_DISPATCHER)/dsfield.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsfield.lo -MD -MP -MF $(DEPDIR)/dsfield.Tpo -c -o dsfield.lo `test -f '$(ACPICA_DISPATCHER)/dsfield.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsfield.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsfield.Tpo $(DEPDIR)/dsfield.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dsfield.c' object='dsfield.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsfield.lo `test -f '$(ACPICA_DISPATCHER)/dsfield.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsfield.c - -dsobject.lo: $(ACPICA_DISPATCHER)/dsobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsobject.lo -MD -MP -MF $(DEPDIR)/dsobject.Tpo -c -o dsobject.lo `test -f '$(ACPICA_DISPATCHER)/dsobject.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsobject.Tpo $(DEPDIR)/dsobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dsobject.c' object='dsobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsobject.lo `test -f '$(ACPICA_DISPATCHER)/dsobject.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsobject.c - -dsopcode.lo: $(ACPICA_DISPATCHER)/dsopcode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsopcode.lo -MD -MP -MF $(DEPDIR)/dsopcode.Tpo -c -o dsopcode.lo `test -f '$(ACPICA_DISPATCHER)/dsopcode.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsopcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsopcode.Tpo $(DEPDIR)/dsopcode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dsopcode.c' object='dsopcode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsopcode.lo `test -f '$(ACPICA_DISPATCHER)/dsopcode.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsopcode.c - -dsutils.lo: $(ACPICA_DISPATCHER)/dsutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsutils.lo -MD -MP -MF $(DEPDIR)/dsutils.Tpo -c -o dsutils.lo `test -f '$(ACPICA_DISPATCHER)/dsutils.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsutils.Tpo $(DEPDIR)/dsutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dsutils.c' object='dsutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsutils.lo `test -f '$(ACPICA_DISPATCHER)/dsutils.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsutils.c - -dswexec.lo: $(ACPICA_DISPATCHER)/dswexec.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswexec.lo -MD -MP -MF $(DEPDIR)/dswexec.Tpo -c -o dswexec.lo `test -f '$(ACPICA_DISPATCHER)/dswexec.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswexec.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswexec.Tpo $(DEPDIR)/dswexec.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dswexec.c' object='dswexec.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswexec.lo `test -f '$(ACPICA_DISPATCHER)/dswexec.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswexec.c - -dswload.lo: $(ACPICA_DISPATCHER)/dswload.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswload.lo -MD -MP -MF $(DEPDIR)/dswload.Tpo -c -o dswload.lo `test -f '$(ACPICA_DISPATCHER)/dswload.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswload.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswload.Tpo $(DEPDIR)/dswload.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dswload.c' object='dswload.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswload.lo `test -f '$(ACPICA_DISPATCHER)/dswload.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswload.c - -dswload2.lo: $(ACPICA_DISPATCHER)/dswload2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dswload2.lo -MD -MP -MF $(DEPDIR)/dswload2.Tpo -c -o dswload2.lo `test -f '$(ACPICA_DISPATCHER)/dswload2.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswload2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dswload2.Tpo $(DEPDIR)/dswload2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dswload2.c' object='dswload2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dswload2.lo `test -f '$(ACPICA_DISPATCHER)/dswload2.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dswload2.c - -dsargs.lo: $(ACPICA_DISPATCHER)/dsargs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dsargs.lo -MD -MP -MF $(DEPDIR)/dsargs.Tpo -c -o dsargs.lo `test -f '$(ACPICA_DISPATCHER)/dsargs.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsargs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dsargs.Tpo $(DEPDIR)/dsargs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dsargs.c' object='dsargs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dsargs.lo `test -f '$(ACPICA_DISPATCHER)/dsargs.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dsargs.c - -dscontrol.lo: $(ACPICA_DISPATCHER)/dscontrol.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dscontrol.lo -MD -MP -MF $(DEPDIR)/dscontrol.Tpo -c -o dscontrol.lo `test -f '$(ACPICA_DISPATCHER)/dscontrol.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dscontrol.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dscontrol.Tpo $(DEPDIR)/dscontrol.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISPATCHER)/dscontrol.c' object='dscontrol.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dscontrol.lo `test -f '$(ACPICA_DISPATCHER)/dscontrol.c' || echo '$(srcdir)/'`$(ACPICA_DISPATCHER)/dscontrol.c - -exconvrt.lo: $(ACPICA_EXECUTER)/exconvrt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exconvrt.lo -MD -MP -MF $(DEPDIR)/exconvrt.Tpo -c -o exconvrt.lo `test -f '$(ACPICA_EXECUTER)/exconvrt.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exconvrt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exconvrt.Tpo $(DEPDIR)/exconvrt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exconvrt.c' object='exconvrt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exconvrt.lo `test -f '$(ACPICA_EXECUTER)/exconvrt.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exconvrt.c - -excreate.lo: $(ACPICA_EXECUTER)/excreate.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT excreate.lo -MD -MP -MF $(DEPDIR)/excreate.Tpo -c -o excreate.lo `test -f '$(ACPICA_EXECUTER)/excreate.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/excreate.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/excreate.Tpo $(DEPDIR)/excreate.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/excreate.c' object='excreate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o excreate.lo `test -f '$(ACPICA_EXECUTER)/excreate.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/excreate.c - -exdump.lo: $(ACPICA_EXECUTER)/exdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exdump.lo -MD -MP -MF $(DEPDIR)/exdump.Tpo -c -o exdump.lo `test -f '$(ACPICA_EXECUTER)/exdump.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exdump.Tpo $(DEPDIR)/exdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exdump.c' object='exdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exdump.lo `test -f '$(ACPICA_EXECUTER)/exdump.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exdump.c - -exmisc.lo: $(ACPICA_EXECUTER)/exmisc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exmisc.lo -MD -MP -MF $(DEPDIR)/exmisc.Tpo -c -o exmisc.lo `test -f '$(ACPICA_EXECUTER)/exmisc.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exmisc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exmisc.Tpo $(DEPDIR)/exmisc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exmisc.c' object='exmisc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exmisc.lo `test -f '$(ACPICA_EXECUTER)/exmisc.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exmisc.c - -exmutex.lo: $(ACPICA_EXECUTER)/exmutex.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exmutex.lo -MD -MP -MF $(DEPDIR)/exmutex.Tpo -c -o exmutex.lo `test -f '$(ACPICA_EXECUTER)/exmutex.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exmutex.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exmutex.Tpo $(DEPDIR)/exmutex.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exmutex.c' object='exmutex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exmutex.lo `test -f '$(ACPICA_EXECUTER)/exmutex.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exmutex.c - -exnames.lo: $(ACPICA_EXECUTER)/exnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exnames.lo -MD -MP -MF $(DEPDIR)/exnames.Tpo -c -o exnames.lo `test -f '$(ACPICA_EXECUTER)/exnames.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exnames.Tpo $(DEPDIR)/exnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exnames.c' object='exnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exnames.lo `test -f '$(ACPICA_EXECUTER)/exnames.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exnames.c - -exoparg1.lo: $(ACPICA_EXECUTER)/exoparg1.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg1.lo -MD -MP -MF $(DEPDIR)/exoparg1.Tpo -c -o exoparg1.lo `test -f '$(ACPICA_EXECUTER)/exoparg1.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg1.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg1.Tpo $(DEPDIR)/exoparg1.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exoparg1.c' object='exoparg1.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg1.lo `test -f '$(ACPICA_EXECUTER)/exoparg1.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg1.c - -exoparg2.lo: $(ACPICA_EXECUTER)/exoparg2.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg2.lo -MD -MP -MF $(DEPDIR)/exoparg2.Tpo -c -o exoparg2.lo `test -f '$(ACPICA_EXECUTER)/exoparg2.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg2.Tpo $(DEPDIR)/exoparg2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exoparg2.c' object='exoparg2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg2.lo `test -f '$(ACPICA_EXECUTER)/exoparg2.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg2.c - -exoparg3.lo: $(ACPICA_EXECUTER)/exoparg3.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg3.lo -MD -MP -MF $(DEPDIR)/exoparg3.Tpo -c -o exoparg3.lo `test -f '$(ACPICA_EXECUTER)/exoparg3.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg3.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg3.Tpo $(DEPDIR)/exoparg3.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exoparg3.c' object='exoparg3.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg3.lo `test -f '$(ACPICA_EXECUTER)/exoparg3.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg3.c - -exoparg6.lo: $(ACPICA_EXECUTER)/exoparg6.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exoparg6.lo -MD -MP -MF $(DEPDIR)/exoparg6.Tpo -c -o exoparg6.lo `test -f '$(ACPICA_EXECUTER)/exoparg6.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg6.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exoparg6.Tpo $(DEPDIR)/exoparg6.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exoparg6.c' object='exoparg6.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exoparg6.lo `test -f '$(ACPICA_EXECUTER)/exoparg6.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exoparg6.c - -exprep.lo: $(ACPICA_EXECUTER)/exprep.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exprep.lo -MD -MP -MF $(DEPDIR)/exprep.Tpo -c -o exprep.lo `test -f '$(ACPICA_EXECUTER)/exprep.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exprep.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exprep.Tpo $(DEPDIR)/exprep.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exprep.c' object='exprep.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exprep.lo `test -f '$(ACPICA_EXECUTER)/exprep.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exprep.c - -exregion.lo: $(ACPICA_EXECUTER)/exregion.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exregion.lo -MD -MP -MF $(DEPDIR)/exregion.Tpo -c -o exregion.lo `test -f '$(ACPICA_EXECUTER)/exregion.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exregion.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exregion.Tpo $(DEPDIR)/exregion.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exregion.c' object='exregion.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exregion.lo `test -f '$(ACPICA_EXECUTER)/exregion.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exregion.c - -exresnte.lo: $(ACPICA_EXECUTER)/exresnte.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresnte.lo -MD -MP -MF $(DEPDIR)/exresnte.Tpo -c -o exresnte.lo `test -f '$(ACPICA_EXECUTER)/exresnte.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresnte.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresnte.Tpo $(DEPDIR)/exresnte.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exresnte.c' object='exresnte.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresnte.lo `test -f '$(ACPICA_EXECUTER)/exresnte.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresnte.c - -exresolv.lo: $(ACPICA_EXECUTER)/exresolv.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresolv.lo -MD -MP -MF $(DEPDIR)/exresolv.Tpo -c -o exresolv.lo `test -f '$(ACPICA_EXECUTER)/exresolv.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresolv.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresolv.Tpo $(DEPDIR)/exresolv.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exresolv.c' object='exresolv.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresolv.lo `test -f '$(ACPICA_EXECUTER)/exresolv.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresolv.c - -exresop.lo: $(ACPICA_EXECUTER)/exresop.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exresop.lo -MD -MP -MF $(DEPDIR)/exresop.Tpo -c -o exresop.lo `test -f '$(ACPICA_EXECUTER)/exresop.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresop.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exresop.Tpo $(DEPDIR)/exresop.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exresop.c' object='exresop.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exresop.lo `test -f '$(ACPICA_EXECUTER)/exresop.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exresop.c - -exstore.lo: $(ACPICA_EXECUTER)/exstore.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstore.lo -MD -MP -MF $(DEPDIR)/exstore.Tpo -c -o exstore.lo `test -f '$(ACPICA_EXECUTER)/exstore.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstore.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstore.Tpo $(DEPDIR)/exstore.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exstore.c' object='exstore.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstore.lo `test -f '$(ACPICA_EXECUTER)/exstore.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstore.c - -exstoren.lo: $(ACPICA_EXECUTER)/exstoren.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstoren.lo -MD -MP -MF $(DEPDIR)/exstoren.Tpo -c -o exstoren.lo `test -f '$(ACPICA_EXECUTER)/exstoren.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstoren.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstoren.Tpo $(DEPDIR)/exstoren.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exstoren.c' object='exstoren.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstoren.lo `test -f '$(ACPICA_EXECUTER)/exstoren.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstoren.c - -exstorob.lo: $(ACPICA_EXECUTER)/exstorob.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exstorob.lo -MD -MP -MF $(DEPDIR)/exstorob.Tpo -c -o exstorob.lo `test -f '$(ACPICA_EXECUTER)/exstorob.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstorob.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exstorob.Tpo $(DEPDIR)/exstorob.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exstorob.c' object='exstorob.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exstorob.lo `test -f '$(ACPICA_EXECUTER)/exstorob.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exstorob.c - -exsystem.lo: $(ACPICA_EXECUTER)/exsystem.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exsystem.lo -MD -MP -MF $(DEPDIR)/exsystem.Tpo -c -o exsystem.lo `test -f '$(ACPICA_EXECUTER)/exsystem.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exsystem.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exsystem.Tpo $(DEPDIR)/exsystem.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exsystem.c' object='exsystem.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exsystem.lo `test -f '$(ACPICA_EXECUTER)/exsystem.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exsystem.c - -exutils.lo: $(ACPICA_EXECUTER)/exutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exutils.lo -MD -MP -MF $(DEPDIR)/exutils.Tpo -c -o exutils.lo `test -f '$(ACPICA_EXECUTER)/exutils.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/exutils.Tpo $(DEPDIR)/exutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_EXECUTER)/exutils.c' object='exutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exutils.lo `test -f '$(ACPICA_EXECUTER)/exutils.c' || echo '$(srcdir)/'`$(ACPICA_EXECUTER)/exutils.c - -adfile.lo: $(ACPICA_COMMON)/adfile.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT adfile.lo -MD -MP -MF $(DEPDIR)/adfile.Tpo -c -o adfile.lo `test -f '$(ACPICA_COMMON)/adfile.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adfile.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/adfile.Tpo $(DEPDIR)/adfile.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/adfile.c' object='adfile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o adfile.lo `test -f '$(ACPICA_COMMON)/adfile.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adfile.c - -adisasm.lo: $(ACPICA_COMMON)/adisasm.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT adisasm.lo -MD -MP -MF $(DEPDIR)/adisasm.Tpo -c -o adisasm.lo `test -f '$(ACPICA_COMMON)/adisasm.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adisasm.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/adisasm.Tpo $(DEPDIR)/adisasm.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/adisasm.c' object='adisasm.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o adisasm.lo `test -f '$(ACPICA_COMMON)/adisasm.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adisasm.c - -adwalk.lo: $(ACPICA_COMMON)/adwalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT adwalk.lo -MD -MP -MF $(DEPDIR)/adwalk.Tpo -c -o adwalk.lo `test -f '$(ACPICA_COMMON)/adwalk.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adwalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/adwalk.Tpo $(DEPDIR)/adwalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/adwalk.c' object='adwalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o adwalk.lo `test -f '$(ACPICA_COMMON)/adwalk.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/adwalk.c - -dmextern.lo: $(ACPICA_COMMON)/dmextern.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmextern.lo -MD -MP -MF $(DEPDIR)/dmextern.Tpo -c -o dmextern.lo `test -f '$(ACPICA_COMMON)/dmextern.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmextern.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmextern.Tpo $(DEPDIR)/dmextern.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/dmextern.c' object='dmextern.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmextern.lo `test -f '$(ACPICA_COMMON)/dmextern.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmextern.c - -dmrestag.lo: $(ACPICA_COMMON)/dmrestag.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmrestag.lo -MD -MP -MF $(DEPDIR)/dmrestag.Tpo -c -o dmrestag.lo `test -f '$(ACPICA_COMMON)/dmrestag.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmrestag.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmrestag.Tpo $(DEPDIR)/dmrestag.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/dmrestag.c' object='dmrestag.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmrestag.lo `test -f '$(ACPICA_COMMON)/dmrestag.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmrestag.c - -dmtable.lo: $(ACPICA_COMMON)/dmtable.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmtable.lo -MD -MP -MF $(DEPDIR)/dmtable.Tpo -c -o dmtable.lo `test -f '$(ACPICA_COMMON)/dmtable.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtable.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmtable.Tpo $(DEPDIR)/dmtable.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/dmtable.c' object='dmtable.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmtable.lo `test -f '$(ACPICA_COMMON)/dmtable.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtable.c - -dmtbinfo.lo: $(ACPICA_COMMON)/dmtbinfo.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmtbinfo.lo -MD -MP -MF $(DEPDIR)/dmtbinfo.Tpo -c -o dmtbinfo.lo `test -f '$(ACPICA_COMMON)/dmtbinfo.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtbinfo.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmtbinfo.Tpo $(DEPDIR)/dmtbinfo.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/dmtbinfo.c' object='dmtbinfo.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmtbinfo.lo `test -f '$(ACPICA_COMMON)/dmtbinfo.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtbinfo.c - -dmtbdump.lo: $(ACPICA_COMMON)/dmtbdump.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmtbdump.lo -MD -MP -MF $(DEPDIR)/dmtbdump.Tpo -c -o dmtbdump.lo `test -f '$(ACPICA_COMMON)/dmtbdump.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtbdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmtbdump.Tpo $(DEPDIR)/dmtbdump.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMMON)/dmtbdump.c' object='dmtbdump.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmtbdump.lo `test -f '$(ACPICA_COMMON)/dmtbdump.c' || echo '$(srcdir)/'`$(ACPICA_COMMON)/dmtbdump.c - -dbfileio.lo: $(ACPICA_DEBUGGER)/dbfileio.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbfileio.lo -MD -MP -MF $(DEPDIR)/dbfileio.Tpo -c -o dbfileio.lo `test -f '$(ACPICA_DEBUGGER)/dbfileio.c' || echo '$(srcdir)/'`$(ACPICA_DEBUGGER)/dbfileio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dbfileio.Tpo $(DEPDIR)/dbfileio.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DEBUGGER)/dbfileio.c' object='dbfileio.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbfileio.lo `test -f '$(ACPICA_DEBUGGER)/dbfileio.c' || echo '$(srcdir)/'`$(ACPICA_DEBUGGER)/dbfileio.c - -dmbuffer.lo: $(ACPICA_DISASSEMBLER)/dmbuffer.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmbuffer.lo -MD -MP -MF $(DEPDIR)/dmbuffer.Tpo -c -o dmbuffer.lo `test -f '$(ACPICA_DISASSEMBLER)/dmbuffer.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmbuffer.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmbuffer.Tpo $(DEPDIR)/dmbuffer.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmbuffer.c' object='dmbuffer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmbuffer.lo `test -f '$(ACPICA_DISASSEMBLER)/dmbuffer.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmbuffer.c - -dmnames.lo: $(ACPICA_DISASSEMBLER)/dmnames.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmnames.lo -MD -MP -MF $(DEPDIR)/dmnames.Tpo -c -o dmnames.lo `test -f '$(ACPICA_DISASSEMBLER)/dmnames.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmnames.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmnames.Tpo $(DEPDIR)/dmnames.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmnames.c' object='dmnames.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmnames.lo `test -f '$(ACPICA_DISASSEMBLER)/dmnames.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmnames.c - -dmopcode.lo: $(ACPICA_DISASSEMBLER)/dmopcode.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmopcode.lo -MD -MP -MF $(DEPDIR)/dmopcode.Tpo -c -o dmopcode.lo `test -f '$(ACPICA_DISASSEMBLER)/dmopcode.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmopcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmopcode.Tpo $(DEPDIR)/dmopcode.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmopcode.c' object='dmopcode.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmopcode.lo `test -f '$(ACPICA_DISASSEMBLER)/dmopcode.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmopcode.c - -dmobject.lo: $(ACPICA_DISASSEMBLER)/dmobject.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmobject.lo -MD -MP -MF $(DEPDIR)/dmobject.Tpo -c -o dmobject.lo `test -f '$(ACPICA_DISASSEMBLER)/dmobject.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmobject.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmobject.Tpo $(DEPDIR)/dmobject.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmobject.c' object='dmobject.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmobject.lo `test -f '$(ACPICA_DISASSEMBLER)/dmobject.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmobject.c - -dmresrc.lo: $(ACPICA_DISASSEMBLER)/dmresrc.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrc.lo -MD -MP -MF $(DEPDIR)/dmresrc.Tpo -c -o dmresrc.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrc.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrc.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrc.Tpo $(DEPDIR)/dmresrc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmresrc.c' object='dmresrc.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrc.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrc.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrc.c - -dmresrcl.lo: $(ACPICA_DISASSEMBLER)/dmresrcl.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrcl.lo -MD -MP -MF $(DEPDIR)/dmresrcl.Tpo -c -o dmresrcl.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrcl.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrcl.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrcl.Tpo $(DEPDIR)/dmresrcl.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmresrcl.c' object='dmresrcl.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrcl.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrcl.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrcl.c - -dmresrcs.lo: $(ACPICA_DISASSEMBLER)/dmresrcs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmresrcs.lo -MD -MP -MF $(DEPDIR)/dmresrcs.Tpo -c -o dmresrcs.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrcs.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrcs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmresrcs.Tpo $(DEPDIR)/dmresrcs.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmresrcs.c' object='dmresrcs.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmresrcs.lo `test -f '$(ACPICA_DISASSEMBLER)/dmresrcs.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmresrcs.c - -dmutils.lo: $(ACPICA_DISASSEMBLER)/dmutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmutils.lo -MD -MP -MF $(DEPDIR)/dmutils.Tpo -c -o dmutils.lo `test -f '$(ACPICA_DISASSEMBLER)/dmutils.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmutils.Tpo $(DEPDIR)/dmutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmutils.c' object='dmutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmutils.lo `test -f '$(ACPICA_DISASSEMBLER)/dmutils.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmutils.c - -dmwalk.lo: $(ACPICA_DISASSEMBLER)/dmwalk.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmwalk.lo -MD -MP -MF $(DEPDIR)/dmwalk.Tpo -c -o dmwalk.lo `test -f '$(ACPICA_DISASSEMBLER)/dmwalk.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmwalk.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmwalk.Tpo $(DEPDIR)/dmwalk.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_DISASSEMBLER)/dmwalk.c' object='dmwalk.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmwalk.lo `test -f '$(ACPICA_DISASSEMBLER)/dmwalk.c' || echo '$(srcdir)/'`$(ACPICA_DISASSEMBLER)/dmwalk.c - -tbfadt.lo: $(ACPICA_TABLES)/tbfadt.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbfadt.lo -MD -MP -MF $(DEPDIR)/tbfadt.Tpo -c -o tbfadt.lo `test -f '$(ACPICA_TABLES)/tbfadt.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbfadt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbfadt.Tpo $(DEPDIR)/tbfadt.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_TABLES)/tbfadt.c' object='tbfadt.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbfadt.lo `test -f '$(ACPICA_TABLES)/tbfadt.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbfadt.c - -tbinstal.lo: $(ACPICA_TABLES)/tbinstal.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbinstal.lo -MD -MP -MF $(DEPDIR)/tbinstal.Tpo -c -o tbinstal.lo `test -f '$(ACPICA_TABLES)/tbinstal.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbinstal.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbinstal.Tpo $(DEPDIR)/tbinstal.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_TABLES)/tbinstal.c' object='tbinstal.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbinstal.lo `test -f '$(ACPICA_TABLES)/tbinstal.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbinstal.c - -tbutils.lo: $(ACPICA_TABLES)/tbutils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbutils.lo -MD -MP -MF $(DEPDIR)/tbutils.Tpo -c -o tbutils.lo `test -f '$(ACPICA_TABLES)/tbutils.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbutils.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbutils.Tpo $(DEPDIR)/tbutils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_TABLES)/tbutils.c' object='tbutils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbutils.lo `test -f '$(ACPICA_TABLES)/tbutils.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbutils.c - -tbxface.lo: $(ACPICA_TABLES)/tbxface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tbxface.lo -MD -MP -MF $(DEPDIR)/tbxface.Tpo -c -o tbxface.lo `test -f '$(ACPICA_TABLES)/tbxface.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbxface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tbxface.Tpo $(DEPDIR)/tbxface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_TABLES)/tbxface.c' object='tbxface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tbxface.lo `test -f '$(ACPICA_TABLES)/tbxface.c' || echo '$(srcdir)/'`$(ACPICA_TABLES)/tbxface.c - -osunixxf.lo: $(ACPICA_SERVICE)/osunixxf.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osunixxf.lo -MD -MP -MF $(DEPDIR)/osunixxf.Tpo -c -o osunixxf.lo `test -f '$(ACPICA_SERVICE)/osunixxf.c' || echo '$(srcdir)/'`$(ACPICA_SERVICE)/osunixxf.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osunixxf.Tpo $(DEPDIR)/osunixxf.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_SERVICE)/osunixxf.c' object='osunixxf.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osunixxf.lo `test -f '$(ACPICA_SERVICE)/osunixxf.c' || echo '$(srcdir)/'`$(ACPICA_SERVICE)/osunixxf.c - -fwts_iasl_interface.lo: $(ACPICA_COMPILER)/fwts_iasl_interface.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fwts_iasl_interface.lo -MD -MP -MF $(DEPDIR)/fwts_iasl_interface.Tpo -c -o fwts_iasl_interface.lo `test -f '$(ACPICA_COMPILER)/fwts_iasl_interface.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/fwts_iasl_interface.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fwts_iasl_interface.Tpo $(DEPDIR)/fwts_iasl_interface.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(ACPICA_COMPILER)/fwts_iasl_interface.c' object='fwts_iasl_interface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fwts_iasl_interface.lo `test -f '$(ACPICA_COMPILER)/fwts_iasl_interface.c' || echo '$(srcdir)/'`$(ACPICA_COMPILER)/fwts_iasl_interface.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(libdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-libLTLIBRARIES - -.MAKE: all check install install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libLTLIBRARIES install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libLTLIBRARIES - - -aslcompilerparse.c: aslcompiler.y - ${YACC} ${AM_YFLAGS} -baslcompiler -pAslCompiler aslcompiler.y - mv aslcompiler.tab.c aslcompilerparse.c - mv aslcompiler.tab.h aslcompiler.y.h - -aslcompilerlex.c: aslcompiler.l - ${LEX} ${AM_LFLAGS} -PAslCompiler -oaslcompilerlex.c aslcompiler.l - -dtparserparse.c: dtparser.y - ${YACC} ${AM_YFLAGS} -bdtparser -pDtParser dtparser.y - mv dtparser.tab.c dtparserparse.c - mv dtparser.tab.h dtparser.y.h - -dtparserlex.c: dtparser.l - ${LEX} ${AM_LFLAGS} -PDtParser -odtparserlex.c dtparser.l - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/src/apic/apicedge/apicedge.c fwts-0.24.17/src/apic/apicedge/apicedge.c --- fwts-0.24.16/src/apic/apicedge/apicedge.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/apic/apicedge/apicedge.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/bios/bios32/bios32.c fwts-0.24.17/src/bios/bios32/bios32.c --- fwts-0.24.16/src/bios/bios32/bios32.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/bios32/bios32.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/bios_info/bios_info.c fwts-0.24.17/src/bios/bios_info/bios_info.c --- fwts-0.24.16/src/bios/bios_info/bios_info.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/bios_info/bios_info.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/ebdadump/ebdadump.c fwts-0.24.17/src/bios/ebdadump/ebdadump.c --- fwts-0.24.16/src/bios/ebdadump/ebdadump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/ebdadump/ebdadump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/ebda_region/ebda_region.c fwts-0.24.17/src/bios/ebda_region/ebda_region.c --- fwts-0.24.16/src/bios/ebda_region/ebda_region.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/ebda_region/ebda_region.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/bios/hdaaudio/hdaaudio.c fwts-0.24.17/src/bios/hdaaudio/hdaaudio.c --- fwts-0.24.16/src/bios/hdaaudio/hdaaudio.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/hdaaudio/hdaaudio.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/memmapdump/memmapdump.c fwts-0.24.17/src/bios/memmapdump/memmapdump.c --- fwts-0.24.16/src/bios/memmapdump/memmapdump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/memmapdump/memmapdump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/mtrr/mtrr.c fwts-0.24.17/src/bios/mtrr/mtrr.c --- fwts-0.24.16/src/bios/mtrr/mtrr.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/mtrr/mtrr.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/bios/multiproc/mpcheck.c fwts-0.24.17/src/bios/multiproc/mpcheck.c --- fwts-0.24.16/src/bios/multiproc/mpcheck.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/multiproc/mpcheck.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/multiproc/mpdump.c fwts-0.24.17/src/bios/multiproc/mpdump.c --- fwts-0.24.16/src/bios/multiproc/mpdump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/multiproc/mpdump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/os2gap/os2gap.c fwts-0.24.17/src/bios/os2gap/os2gap.c --- fwts-0.24.16/src/bios/os2gap/os2gap.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/os2gap/os2gap.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/bios/pciirq/pciirq.c fwts-0.24.17/src/bios/pciirq/pciirq.c --- fwts-0.24.16/src/bios/pciirq/pciirq.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/pciirq/pciirq.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/pnp/pnp.c fwts-0.24.17/src/bios/pnp/pnp.c --- fwts-0.24.16/src/bios/pnp/pnp.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/pnp/pnp.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/romdump/romdump.c fwts-0.24.17/src/bios/romdump/romdump.c --- fwts-0.24.16/src/bios/romdump/romdump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/romdump/romdump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/bios/smbios/smbios.c fwts-0.24.17/src/bios/smbios/smbios.c --- fwts-0.24.16/src/bios/smbios/smbios.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/bios/smbios/smbios.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/cmos/cmosdump/cmosdump.c fwts-0.24.17/src/cmos/cmosdump/cmosdump.c --- fwts-0.24.16/src/cmos/cmosdump/cmosdump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cmos/cmosdump/cmosdump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/cpu/cpufreq/cpufreq.c fwts-0.24.17/src/cpu/cpufreq/cpufreq.c --- fwts-0.24.16/src/cpu/cpufreq/cpufreq.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/cpufreq/cpufreq.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/cpu/maxfreq/maxfreq.c fwts-0.24.17/src/cpu/maxfreq/maxfreq.c --- fwts-0.24.16/src/cpu/maxfreq/maxfreq.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/maxfreq/maxfreq.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/cpu/microcode/microcode.c fwts-0.24.17/src/cpu/microcode/microcode.c --- fwts-0.24.16/src/cpu/microcode/microcode.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/microcode/microcode.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file is derived from part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/cpu/msr/msr.c fwts-0.24.17/src/cpu/msr/msr.c --- fwts-0.24.16/src/cpu/msr/msr.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/msr/msr.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/cpu/nx/nx.c fwts-0.24.17/src/cpu/nx/nx.c --- fwts-0.24.16/src/cpu/nx/nx.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/nx/nx.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * from ideas in check-bios-nx * diff -Nru fwts-0.24.16/src/cpu/virt/virt.c fwts-0.24.17/src/cpu/virt/virt.c --- fwts-0.24.16/src/cpu/virt/virt.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/virt/virt.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/cpu/virt/virt_svm.c fwts-0.24.17/src/cpu/virt/virt_svm.c --- fwts-0.24.16/src/cpu/virt/virt_svm.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/virt/virt_svm.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/cpu/virt/virt_vmx.c fwts-0.24.17/src/cpu/virt/virt_vmx.c --- fwts-0.24.16/src/cpu/virt/virt_vmx.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/cpu/virt/virt_vmx.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corporation * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originall part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/dmi/dmi_decode/dmi_decode.c fwts-0.24.17/src/dmi/dmi_decode/dmi_decode.c --- fwts-0.24.16/src/dmi/dmi_decode/dmi_decode.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/dmi/dmi_decode/dmi_decode.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/example/blank/blank.c fwts-0.24.17/src/example/blank/blank.c --- fwts-0.24.16/src/example/blank/blank.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/example/blank/blank.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/hotkey/hotkey/hotkey.c fwts-0.24.17/src/hotkey/hotkey/hotkey.c --- fwts-0.24.16/src/hotkey/hotkey/hotkey.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/hotkey/hotkey/hotkey.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/hpet/hpet_check/hpet_check.c fwts-0.24.17/src/hpet/hpet_check/hpet_check.c --- fwts-0.24.16/src/hpet/hpet_check/hpet_check.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/hpet/hpet_check/hpet_check.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/kernel/oops/oops.c fwts-0.24.17/src/kernel/oops/oops.c --- fwts-0.24.16/src/kernel/oops/oops.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/kernel/oops/oops.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/kernel/version/version.c fwts-0.24.17/src/kernel/version/version.c --- fwts-0.24.16/src/kernel/version/version.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/kernel/version/version.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_ac_adapter.h fwts-0.24.17/src/lib/include/fwts_ac_adapter.h --- fwts-0.24.16/src/lib/include/fwts_ac_adapter.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_ac_adapter.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_acpica.h fwts-0.24.17/src/lib/include/fwts_acpica.h --- fwts-0.24.16/src/lib/include/fwts_acpica.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_acpica.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_acpid.h fwts-0.24.17/src/lib/include/fwts_acpid.h --- fwts-0.24.16/src/lib/include/fwts_acpid.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_acpid.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_acpi.h fwts-0.24.17/src/lib/include/fwts_acpi.h --- fwts-0.24.16/src/lib/include/fwts_acpi.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_acpi.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,6 +22,12 @@ #define FWTS_ACPI_TABLES_PATH "/sys/firmware/acpi/tables" +#define FWTS_FACP_IAPC_BOOT_ARCH_LEGACY_DEVICES (0x0001) +#define FWTS_FACP_IAPC_BOOT_ARCH_8042 (0x0002) +#define FWTS_FACP_IAPC_BOOT_ARCH_VGA_NOT_PRESENT (0x0004) +#define FWTS_FACP_IAPC_BOOT_ARCH_MSI_NOT_SUPPORTED (0x0008) +#define FWTS_FACP_IAPC_BOOT_ARCH_PCIE_ASPM_CONTROLS (0x0010) + #include "fwts_types.h" #include "fwts_framework.h" #include "fwts_log.h" diff -Nru fwts-0.24.16/src/lib/include/fwts_acpi_method.h fwts-0.24.17/src/lib/include/fwts_acpi_method.h --- fwts-0.24.16/src/lib/include/fwts_acpi_method.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_acpi_method.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_acpi_tables.h fwts-0.24.17/src/lib/include/fwts_acpi_tables.h --- fwts-0.24.16/src/lib/include/fwts_acpi_tables.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_acpi_tables.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_alloc.h fwts-0.24.17/src/lib/include/fwts_alloc.h --- fwts-0.24.16/src/lib/include/fwts_alloc.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_alloc.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_args.h fwts-0.24.17/src/lib/include/fwts_args.h --- fwts-0.24.16/src/lib/include/fwts_args.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_args.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_battery.h fwts-0.24.17/src/lib/include/fwts_battery.h --- fwts-0.24.16/src/lib/include/fwts_battery.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_battery.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_binpaths.h fwts-0.24.17/src/lib/include/fwts_binpaths.h --- fwts-0.24.16/src/lib/include/fwts_binpaths.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_binpaths.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_button.h fwts-0.24.17/src/lib/include/fwts_button.h --- fwts-0.24.16/src/lib/include/fwts_button.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_button.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_checkeuid.h fwts-0.24.17/src/lib/include/fwts_checkeuid.h --- fwts-0.24.16/src/lib/include/fwts_checkeuid.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_checkeuid.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_checksum.h fwts-0.24.17/src/lib/include/fwts_checksum.h --- fwts-0.24.16/src/lib/include/fwts_checksum.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_checksum.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_cmos.h fwts-0.24.17/src/lib/include/fwts_cmos.h --- fwts-0.24.16/src/lib/include/fwts_cmos.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_cmos.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_cpu.h fwts-0.24.17/src/lib/include/fwts_cpu.h --- fwts-0.24.16/src/lib/include/fwts_cpu.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_cpu.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_dump_data.h fwts-0.24.17/src/lib/include/fwts_dump_data.h --- fwts-0.24.16/src/lib/include/fwts_dump_data.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_dump_data.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_dump.h fwts-0.24.17/src/lib/include/fwts_dump.h --- fwts-0.24.16/src/lib/include/fwts_dump.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_dump.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_ebda.h fwts-0.24.17/src/lib/include/fwts_ebda.h --- fwts-0.24.16/src/lib/include/fwts_ebda.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_ebda.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_fileio.h fwts-0.24.17/src/lib/include/fwts_fileio.h --- fwts-0.24.16/src/lib/include/fwts_fileio.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_fileio.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_firmware.h fwts-0.24.17/src/lib/include/fwts_firmware.h --- fwts-0.24.16/src/lib/include/fwts_firmware.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_firmware.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_formatting.h fwts-0.24.17/src/lib/include/fwts_formatting.h --- fwts-0.24.16/src/lib/include/fwts_formatting.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_formatting.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_framework.h fwts-0.24.17/src/lib/include/fwts_framework.h --- fwts-0.24.16/src/lib/include/fwts_framework.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_framework.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_get.h fwts-0.24.17/src/lib/include/fwts_get.h --- fwts-0.24.16/src/lib/include/fwts_get.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_get.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_gpe.h fwts-0.24.17/src/lib/include/fwts_gpe.h --- fwts-0.24.16/src/lib/include/fwts_gpe.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_gpe.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_guid.h fwts-0.24.17/src/lib/include/fwts_guid.h --- fwts-0.24.16/src/lib/include/fwts_guid.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_guid.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts.h fwts-0.24.17/src/lib/include/fwts.h --- fwts-0.24.16/src/lib/include/fwts.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_helpers.h fwts-0.24.17/src/lib/include/fwts_helpers.h --- fwts-0.24.16/src/lib/include/fwts_helpers.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_helpers.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_hwinfo.h fwts-0.24.17/src/lib/include/fwts_hwinfo.h --- fwts-0.24.16/src/lib/include/fwts_hwinfo.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_hwinfo.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_iasl.h fwts-0.24.17/src/lib/include/fwts_iasl.h --- fwts-0.24.16/src/lib/include/fwts_iasl.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_iasl.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_interactive.h fwts-0.24.17/src/lib/include/fwts_interactive.h --- fwts-0.24.16/src/lib/include/fwts_interactive.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_interactive.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_keymap.h fwts-0.24.17/src/lib/include/fwts_keymap.h --- fwts-0.24.16/src/lib/include/fwts_keymap.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_keymap.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_klog.h fwts-0.24.17/src/lib/include/fwts_klog.h --- fwts-0.24.16/src/lib/include/fwts_klog.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_klog.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_list.h fwts-0.24.17/src/lib/include/fwts_list.h --- fwts-0.24.16/src/lib/include/fwts_list.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_list.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_log.h fwts-0.24.17/src/lib/include/fwts_log.h --- fwts-0.24.16/src/lib/include/fwts_log.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_log.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_memorymap.h fwts-0.24.17/src/lib/include/fwts_memorymap.h --- fwts-0.24.16/src/lib/include/fwts_memorymap.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_memorymap.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/lib/include/fwts_microcode.h fwts-0.24.17/src/lib/include/fwts_microcode.h --- fwts-0.24.16/src/lib/include/fwts_microcode.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_microcode.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_mmap.h fwts-0.24.17/src/lib/include/fwts_mmap.h --- fwts-0.24.16/src/lib/include/fwts_mmap.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_mmap.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_multiproc.h fwts-0.24.17/src/lib/include/fwts_multiproc.h --- fwts-0.24.16/src/lib/include/fwts_multiproc.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_multiproc.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_oops.h fwts-0.24.17/src/lib/include/fwts_oops.h --- fwts-0.24.16/src/lib/include/fwts_oops.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_oops.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_pipeio.h fwts-0.24.17/src/lib/include/fwts_pipeio.h --- fwts-0.24.16/src/lib/include/fwts_pipeio.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_pipeio.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_scan_efi_systab.h fwts-0.24.17/src/lib/include/fwts_scan_efi_systab.h --- fwts-0.24.16/src/lib/include/fwts_scan_efi_systab.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_scan_efi_systab.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_set.h fwts-0.24.17/src/lib/include/fwts_set.h --- fwts-0.24.16/src/lib/include/fwts_set.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_set.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_smbios.h fwts-0.24.17/src/lib/include/fwts_smbios.h --- fwts-0.24.16/src/lib/include/fwts_smbios.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_smbios.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_stringextras.h fwts-0.24.17/src/lib/include/fwts_stringextras.h --- fwts-0.24.16/src/lib/include/fwts_stringextras.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_stringextras.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_summary.h fwts-0.24.17/src/lib/include/fwts_summary.h --- fwts-0.24.16/src/lib/include/fwts_summary.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_summary.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_tag.h fwts-0.24.17/src/lib/include/fwts_tag.h --- fwts-0.24.16/src/lib/include/fwts_tag.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_tag.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_text_list.h fwts-0.24.17/src/lib/include/fwts_text_list.h --- fwts-0.24.16/src/lib/include/fwts_text_list.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_text_list.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_tty.h fwts-0.24.17/src/lib/include/fwts_tty.h --- fwts-0.24.16/src/lib/include/fwts_tty.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_tty.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_types.h fwts-0.24.17/src/lib/include/fwts_types.h --- fwts-0.24.16/src/lib/include/fwts_types.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_types.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_uefi.h fwts-0.24.17/src/lib/include/fwts_uefi.h --- fwts-0.24.16/src/lib/include/fwts_uefi.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_uefi.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/include/fwts_version.h fwts-0.24.17/src/lib/include/fwts_version.h --- fwts-0.24.16/src/lib/include/fwts_version.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_version.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -16,5 +16,5 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ -#define FWTS_VERSION "V0.24.16" -#define FWTS_DATE "Mon Jan 9 11:14:48 CET 2012" +#define FWTS_VERSION "V0.24.17" +#define FWTS_DATE "Tue Jan 31 14:10:02 CST 2012" diff -Nru fwts-0.24.16/src/lib/include/fwts_virt.h fwts-0.24.17/src/lib/include/fwts_virt.h --- fwts-0.24.16/src/lib/include/fwts_virt.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_virt.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/lib/include/fwts_wakealarm.h fwts-0.24.17/src/lib/include/fwts_wakealarm.h --- fwts-0.24.16/src/lib/include/fwts_wakealarm.h 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/include/fwts_wakealarm.h 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/Makefile.in fwts-0.24.17/src/lib/Makefile.in --- fwts-0.24.16/src/lib/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,560 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = src/lib -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = src -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/lib/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/src/lib/src/fwts_ac_adapter.c fwts-0.24.17/src/lib/src/fwts_ac_adapter.c --- fwts-0.24.16/src/lib/src/fwts_ac_adapter.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_ac_adapter.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_acpi.c fwts-0.24.17/src/lib/src/fwts_acpi.c --- fwts-0.24.16/src/lib/src/fwts_acpi.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_acpi.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_acpid.c fwts-0.24.17/src/lib/src/fwts_acpid.c --- fwts-0.24.16/src/lib/src/fwts_acpid.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_acpid.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_acpi_method.c fwts-0.24.17/src/lib/src/fwts_acpi_method.c --- fwts-0.24.16/src/lib/src/fwts_acpi_method.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_acpi_method.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_acpi_tables.c fwts-0.24.17/src/lib/src/fwts_acpi_tables.c --- fwts-0.24.16/src/lib/src/fwts_acpi_tables.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_acpi_tables.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_alloc.c fwts-0.24.17/src/lib/src/fwts_alloc.c --- fwts-0.24.16/src/lib/src/fwts_alloc.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_alloc.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_args.c fwts-0.24.17/src/lib/src/fwts_args.c --- fwts-0.24.16/src/lib/src/fwts_args.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_args.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_battery.c fwts-0.24.17/src/lib/src/fwts_battery.c --- fwts-0.24.16/src/lib/src/fwts_battery.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_battery.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_binpaths.c fwts-0.24.17/src/lib/src/fwts_binpaths.c --- fwts-0.24.16/src/lib/src/fwts_binpaths.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_binpaths.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_button.c fwts-0.24.17/src/lib/src/fwts_button.c --- fwts-0.24.16/src/lib/src/fwts_button.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_button.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_checkeuid.c fwts-0.24.17/src/lib/src/fwts_checkeuid.c --- fwts-0.24.16/src/lib/src/fwts_checkeuid.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_checkeuid.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_checksum.c fwts-0.24.17/src/lib/src/fwts_checksum.c --- fwts-0.24.16/src/lib/src/fwts_checksum.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_checksum.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_cmos.c fwts-0.24.17/src/lib/src/fwts_cmos.c --- fwts-0.24.16/src/lib/src/fwts_cmos.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_cmos.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_cpu.c fwts-0.24.17/src/lib/src/fwts_cpu.c --- fwts-0.24.16/src/lib/src/fwts_cpu.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_cpu.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_dump.c fwts-0.24.17/src/lib/src/fwts_dump.c --- fwts-0.24.16/src/lib/src/fwts_dump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_dump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_dump_data.c fwts-0.24.17/src/lib/src/fwts_dump_data.c --- fwts-0.24.16/src/lib/src/fwts_dump_data.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_dump_data.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_ebda.c fwts-0.24.17/src/lib/src/fwts_ebda.c --- fwts-0.24.16/src/lib/src/fwts_ebda.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_ebda.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_fileio.c fwts-0.24.17/src/lib/src/fwts_fileio.c --- fwts-0.24.16/src/lib/src/fwts_fileio.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_fileio.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_firmware.c fwts-0.24.17/src/lib/src/fwts_firmware.c --- fwts-0.24.16/src/lib/src/fwts_firmware.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_firmware.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_formatting.c fwts-0.24.17/src/lib/src/fwts_formatting.c --- fwts-0.24.16/src/lib/src/fwts_formatting.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_formatting.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_framework.c fwts-0.24.17/src/lib/src/fwts_framework.c --- fwts-0.24.16/src/lib/src/fwts_framework.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_framework.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_get.c fwts-0.24.17/src/lib/src/fwts_get.c --- fwts-0.24.16/src/lib/src/fwts_get.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_get.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_gpe.c fwts-0.24.17/src/lib/src/fwts_gpe.c --- fwts-0.24.16/src/lib/src/fwts_gpe.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_gpe.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_guid.c fwts-0.24.17/src/lib/src/fwts_guid.c --- fwts-0.24.16/src/lib/src/fwts_guid.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_guid.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_hwinfo.c fwts-0.24.17/src/lib/src/fwts_hwinfo.c --- fwts-0.24.16/src/lib/src/fwts_hwinfo.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_hwinfo.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_iasl.c fwts-0.24.17/src/lib/src/fwts_iasl.c --- fwts-0.24.16/src/lib/src/fwts_iasl.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_iasl.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_interactive.c fwts-0.24.17/src/lib/src/fwts_interactive.c --- fwts-0.24.16/src/lib/src/fwts_interactive.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_interactive.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_keymap.c fwts-0.24.17/src/lib/src/fwts_keymap.c --- fwts-0.24.16/src/lib/src/fwts_keymap.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_keymap.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_klog.c fwts-0.24.17/src/lib/src/fwts_klog.c --- fwts-0.24.16/src/lib/src/fwts_klog.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_klog.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_list.c fwts-0.24.17/src/lib/src/fwts_list.c --- fwts-0.24.16/src/lib/src/fwts_list.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_list.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_log.c fwts-0.24.17/src/lib/src/fwts_log.c --- fwts-0.24.16/src/lib/src/fwts_log.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_log.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_memorymap.c fwts-0.24.17/src/lib/src/fwts_memorymap.c --- fwts-0.24.16/src/lib/src/fwts_memorymap.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_memorymap.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/lib/src/fwts_microcode.c fwts-0.24.17/src/lib/src/fwts_microcode.c --- fwts-0.24.16/src/lib/src/fwts_microcode.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_microcode.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * * Copyright 2000 (c) Simon Trimmer, Tigran Aivazian. - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * Originally microcode_ctl.c * Manipulate /dev/cpu/microcode under Linux diff -Nru fwts-0.24.16/src/lib/src/fwts_mmap.c fwts-0.24.17/src/lib/src/fwts_mmap.c --- fwts-0.24.16/src/lib/src/fwts_mmap.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_mmap.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_multiproc.c fwts-0.24.17/src/lib/src/fwts_multiproc.c --- fwts-0.24.16/src/lib/src/fwts_multiproc.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_multiproc.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_oops.c fwts-0.24.17/src/lib/src/fwts_oops.c --- fwts-0.24.16/src/lib/src/fwts_oops.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_oops.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_pipeio.c fwts-0.24.17/src/lib/src/fwts_pipeio.c --- fwts-0.24.16/src/lib/src/fwts_pipeio.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_pipeio.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_scan_efi_systab.c fwts-0.24.17/src/lib/src/fwts_scan_efi_systab.c --- fwts-0.24.16/src/lib/src/fwts_scan_efi_systab.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_scan_efi_systab.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_set.c fwts-0.24.17/src/lib/src/fwts_set.c --- fwts-0.24.16/src/lib/src/fwts_set.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_set.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_smbios.c fwts-0.24.17/src/lib/src/fwts_smbios.c --- fwts-0.24.16/src/lib/src/fwts_smbios.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_smbios.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_stringextras.c fwts-0.24.17/src/lib/src/fwts_stringextras.c --- fwts-0.24.16/src/lib/src/fwts_stringextras.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_stringextras.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_summary.c fwts-0.24.17/src/lib/src/fwts_summary.c --- fwts-0.24.16/src/lib/src/fwts_summary.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_summary.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_tag.c fwts-0.24.17/src/lib/src/fwts_tag.c --- fwts-0.24.16/src/lib/src/fwts_tag.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_tag.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_text_list.c fwts-0.24.17/src/lib/src/fwts_text_list.c --- fwts-0.24.16/src/lib/src/fwts_text_list.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_text_list.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_tty.c fwts-0.24.17/src/lib/src/fwts_tty.c --- fwts-0.24.16/src/lib/src/fwts_tty.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_tty.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_uefi.c fwts-0.24.17/src/lib/src/fwts_uefi.c --- fwts-0.24.16/src/lib/src/fwts_uefi.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_uefi.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/fwts_virt.c fwts-0.24.17/src/lib/src/fwts_virt.c --- fwts-0.24.16/src/lib/src/fwts_virt.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_virt.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/lib/src/fwts_wakealarm.c fwts-0.24.17/src/lib/src/fwts_wakealarm.c --- fwts-0.24.16/src/lib/src/fwts_wakealarm.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/fwts_wakealarm.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/lib/src/Makefile.in fwts-0.24.17/src/lib/src/Makefile.in --- fwts-0.24.16/src/lib/src/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/lib/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,643 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = src/lib/src -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libdir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -libfwts_la_LIBADD = -am_libfwts_la_OBJECTS = fwts_acpi.lo fwts_acpid.lo fwts_acpi_tables.lo \ - fwts_acpi_method.lo fwts_args.lo fwts_alloc.lo \ - fwts_binpaths.lo fwts_checkeuid.lo fwts_checksum.lo \ - fwts_cmos.lo fwts_cpu.lo fwts_dump.lo fwts_dump_data.lo \ - fwts_ebda.lo fwts_fileio.lo fwts_firmware.lo \ - fwts_formatting.lo fwts_framework.lo fwts_get.lo fwts_guid.lo \ - fwts_gpe.lo fwts_hwinfo.lo fwts_iasl.lo fwts_interactive.lo \ - fwts_keymap.lo fwts_klog.lo fwts_list.lo fwts_log.lo \ - fwts_memorymap.lo fwts_microcode.lo fwts_mmap.lo \ - fwts_multiproc.lo fwts_oops.lo fwts_pipeio.lo \ - fwts_scan_efi_systab.lo fwts_set.lo fwts_smbios.lo \ - fwts_stringextras.lo fwts_summary.lo fwts_tag.lo \ - fwts_text_list.lo fwts_tty.lo fwts_uefi.lo fwts_virt.lo \ - fwts_wakealarm.lo fwts_ac_adapter.lo fwts_battery.lo \ - fwts_button.lo -libfwts_la_OBJECTS = $(am_libfwts_la_OBJECTS) -libfwts_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libfwts_la_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(libfwts_la_SOURCES) -DIST_SOURCES = $(libfwts_la_SOURCES) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/lib/include \ - -I$(top_srcdir)/src/acpica/source/include \ - -I$(top_srcdir)/src/acpica/source/compiler \ - -Wall -Werror - -lib_LTLIBRARIES = libfwts.la -libfwts_la_LDFLAGS = -lpcre -lpthread -ljson -version-info 1:0:0 \ - -L$(top_srcdir)/src/acpica/source/compiler -lfwtsiasl - -libfwts_la_SOURCES = \ - fwts_acpi.c \ - fwts_acpid.c \ - fwts_acpi_tables.c \ - fwts_acpi_method.c \ - fwts_args.c \ - fwts_alloc.c \ - fwts_binpaths.c \ - fwts_checkeuid.c \ - fwts_checksum.c \ - fwts_cmos.c \ - fwts_cpu.c \ - fwts_dump.c \ - fwts_dump_data.c \ - fwts_ebda.c \ - fwts_fileio.c \ - fwts_firmware.c \ - fwts_formatting.c \ - fwts_framework.c \ - fwts_get.c \ - fwts_guid.c \ - fwts_gpe.c \ - fwts_hwinfo.c \ - fwts_iasl.c \ - fwts_interactive.c \ - fwts_keymap.c \ - fwts_klog.c \ - fwts_list.c \ - fwts_log.c \ - fwts_memorymap.c \ - fwts_microcode.c \ - fwts_mmap.c \ - fwts_multiproc.c \ - fwts_oops.c \ - fwts_pipeio.c \ - fwts_scan_efi_systab.c \ - fwts_set.c \ - fwts_smbios.c \ - fwts_stringextras.c \ - fwts_summary.c \ - fwts_tag.c \ - fwts_text_list.c \ - fwts_tty.c \ - fwts_uefi.c \ - fwts_virt.c \ - fwts_wakealarm.c \ - fwts_ac_adapter.c \ - fwts_battery.c \ - fwts_button.c - -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/src/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/lib/src/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libfwts.la: $(libfwts_la_OBJECTS) $(libfwts_la_DEPENDENCIES) - $(libfwts_la_LINK) -rpath $(libdir) $(libfwts_la_OBJECTS) $(libfwts_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_ac_adapter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_acpi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_acpi_method.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_acpi_tables.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_acpid.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_alloc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_args.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_battery.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_binpaths.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_button.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_checkeuid.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_checksum.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_cmos.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_cpu.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_dump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_dump_data.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_ebda.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_fileio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_firmware.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_formatting.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_framework.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_get.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_gpe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_guid.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_hwinfo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_iasl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_interactive.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_keymap.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_klog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_list.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_log.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_memorymap.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_microcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_mmap.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_multiproc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_oops.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_pipeio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_scan_efi_systab.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_set.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_smbios.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_stringextras.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_summary.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_tag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_text_list.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_tty.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_uefi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_virt.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fwts_wakealarm.Plo@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< - -.c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) -installdirs: - for dir in "$(DESTDIR)$(libdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-libLTLIBRARIES - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libLTLIBRARIES install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-libLTLIBRARIES - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/src/main.c fwts-0.24.17/src/main.c --- fwts-0.24.16/src/main.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/main.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/Makefile.am fwts-0.24.17/src/Makefile.am --- fwts-0.24.16/src/Makefile.am 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/Makefile.am 2012-01-31 06:15:22.000000000 +0000 @@ -53,6 +53,7 @@ cmos/cmosdump/cmosdump.c \ dmi/dmi_decode/dmi_decode.c \ hpet/hpet_check/hpet_check.c \ + pci/aspm/aspm.c \ pci/crs/crs.c \ pci/maxreadreq/maxreadreq.c \ cpu/virt/virt.c cpu/virt/virt_svm.c cpu/virt/virt_vmx.c \ diff -Nru fwts-0.24.16/src/Makefile.in fwts-0.24.17/src/Makefile.in --- fwts-0.24.16/src/Makefile.in 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,1705 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -bin_PROGRAMS = fwts$(EXEEXT) -subdir = src -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -PROGRAMS = $(bin_PROGRAMS) -am_fwts_OBJECTS = main.$(OBJEXT) klog.$(OBJEXT) wakealarm.$(OBJEXT) \ - syntaxcheck.$(OBJEXT) s3.$(OBJEXT) s3power.$(OBJEXT) \ - s4.$(OBJEXT) ac_adapter.$(OBJEXT) acpiinfo.$(OBJEXT) \ - acpidump.$(OBJEXT) acpitables.$(OBJEXT) apicinstance.$(OBJEXT) \ - battery.$(OBJEXT) brightness.$(OBJEXT) checksum.$(OBJEXT) \ - common.$(OBJEXT) cstates.$(OBJEXT) dmar.$(OBJEXT) \ - fadt.$(OBJEXT) fan.$(OBJEXT) mcfg.$(OBJEXT) method.$(OBJEXT) \ - apicedge.$(OBJEXT) osilinux.$(OBJEXT) lid.$(OBJEXT) \ - powerbutton.$(OBJEXT) wmi.$(OBJEXT) ebda_region.$(OBJEXT) \ - ebdadump.$(OBJEXT) mtrr.$(OBJEXT) bios_info.$(OBJEXT) \ - bios32.$(OBJEXT) hdaaudio.$(OBJEXT) romdump.$(OBJEXT) \ - os2gap.$(OBJEXT) memmapdump.$(OBJEXT) mpdump.$(OBJEXT) \ - mpcheck.$(OBJEXT) pciirq.$(OBJEXT) pnp.$(OBJEXT) \ - smbios.$(OBJEXT) cmosdump.$(OBJEXT) dmi_decode.$(OBJEXT) \ - hpet_check.$(OBJEXT) crs.$(OBJEXT) maxreadreq.$(OBJEXT) \ - virt.$(OBJEXT) virt_svm.$(OBJEXT) virt_vmx.$(OBJEXT) \ - maxfreq.$(OBJEXT) cpufreq.$(OBJEXT) nx.$(OBJEXT) msr.$(OBJEXT) \ - microcode.$(OBJEXT) hotkey.$(OBJEXT) version.$(OBJEXT) \ - oops.$(OBJEXT) csm.$(OBJEXT) uefidump.$(OBJEXT) -fwts_OBJECTS = $(am_fwts_OBJECTS) -fwts_DEPENDENCIES = -fwts_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(fwts_LDFLAGS) \ - $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(fwts_SOURCES) -DIST_SOURCES = $(fwts_SOURCES) -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -man1dir = $(mandir)/man1 -NROFF = nroff -MANS = $(man_MANS) -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LEX = @LEX@ -LEXLIB = @LEXLIB@ -LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MANIFEST_TOOL = @MANIFEST_TOOL@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ - -# Must build in this order: -# 1. acpica/source/compiler -# 2. lib -# 3. acpica -# ... because the libs in this bundled acpica/ depend on lib/ (libfwts.so), -# but libfwts.so depends on libraries produced by acpica/source/compiler. -SUBDIRS = acpica/source/compiler lib acpica -AM_CPPFLAGS = -I$(top_srcdir)/src/lib/include -I$(top_srcdir)/src/acpica/source/include -Wall -Werror -fwts_SOURCES = main.c \ - acpi/klog/klog.c \ - acpi/wakealarm/wakealarm.c \ - acpi/syntaxcheck/syntaxcheck.c \ - acpi/s3/s3.c \ - acpi/s3power/s3power.c \ - acpi/s4/s4.c \ - acpi/ac_adapter/ac_adapter.c \ - acpi/acpiinfo/acpiinfo.c \ - acpi/acpidump/acpidump.c \ - acpi/acpitables/acpitables.c \ - acpi/apicinstance/apicinstance.c \ - acpi/battery/battery.c \ - acpi/brightness/brightness.c \ - acpi/checksum/checksum.c \ - acpi/common/common.c \ - acpi/cstates/cstates.c \ - acpi/dmar/dmar.c \ - acpi/fadt/fadt.c \ - acpi/fan/fan.c \ - acpi/mcfg/mcfg.c \ - acpi/method/method.c \ - apic/apicedge/apicedge.c \ - acpi/osilinux/osilinux.c \ - acpi/lid/lid.c \ - acpi/powerbutton/powerbutton.c \ - acpi/wmi/wmi.c \ - bios/ebda_region/ebda_region.c \ - bios/ebdadump/ebdadump.c \ - bios/mtrr/mtrr.c \ - bios/bios_info/bios_info.c \ - bios/bios32/bios32.c \ - bios/hdaaudio/hdaaudio.c \ - bios/romdump/romdump.c \ - bios/os2gap/os2gap.c \ - bios/memmapdump/memmapdump.c \ - bios/multiproc/mpdump.c \ - bios/multiproc/mpcheck.c \ - bios/pciirq/pciirq.c \ - bios/pnp/pnp.c \ - bios/smbios/smbios.c \ - cmos/cmosdump/cmosdump.c \ - dmi/dmi_decode/dmi_decode.c \ - hpet/hpet_check/hpet_check.c \ - pci/crs/crs.c \ - pci/maxreadreq/maxreadreq.c \ - cpu/virt/virt.c cpu/virt/virt_svm.c cpu/virt/virt_vmx.c \ - cpu/maxfreq/maxfreq.c \ - cpu/cpufreq/cpufreq.c \ - cpu/nx/nx.c \ - cpu/msr/msr.c \ - cpu/microcode/microcode.c \ - hotkey/hotkey/hotkey.c \ - kernel/version/version.c \ - kernel/oops/oops.c \ - uefi/csm/csm.c \ - uefi/uefidump/uefidump.c - -fwts_LDFLAGS = -ljson -lm -fwts_LDADD = \ - -Llib/src -lfwts \ - -L$(top_srcdir)/src/acpica -lfwtsacpica - -man_MANS = ../doc/fwts.1 ../doc/fwts-collect.1 -all: all-recursive - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p || test -f $$p1; \ - then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list -fwts$(EXEEXT): $(fwts_OBJECTS) $(fwts_DEPENDENCIES) - @rm -f fwts$(EXEEXT) - $(fwts_LINK) $(fwts_OBJECTS) $(fwts_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ac_adapter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acpidump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acpiinfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acpitables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apicedge.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apicinstance.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/battery.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bios32.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bios_info.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brightness.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksum.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmosdump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cstates.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmar.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmi_decode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ebda_region.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ebdadump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fadt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fan.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdaaudio.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hotkey.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hpet_check.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lid.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maxfreq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maxreadreq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcfg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmapdump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/microcode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpcheck.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpdump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtrr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oops.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os2gap.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osilinux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pciirq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pnp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerbutton.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/romdump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s3power.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s4.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smbios.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syntaxcheck.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uefidump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_svm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_vmx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wakealarm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmi.Po@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< - -.c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -klog.o: acpi/klog/klog.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT klog.o -MD -MP -MF $(DEPDIR)/klog.Tpo -c -o klog.o `test -f 'acpi/klog/klog.c' || echo '$(srcdir)/'`acpi/klog/klog.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/klog.Tpo $(DEPDIR)/klog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/klog/klog.c' object='klog.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o klog.o `test -f 'acpi/klog/klog.c' || echo '$(srcdir)/'`acpi/klog/klog.c - -klog.obj: acpi/klog/klog.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT klog.obj -MD -MP -MF $(DEPDIR)/klog.Tpo -c -o klog.obj `if test -f 'acpi/klog/klog.c'; then $(CYGPATH_W) 'acpi/klog/klog.c'; else $(CYGPATH_W) '$(srcdir)/acpi/klog/klog.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/klog.Tpo $(DEPDIR)/klog.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/klog/klog.c' object='klog.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o klog.obj `if test -f 'acpi/klog/klog.c'; then $(CYGPATH_W) 'acpi/klog/klog.c'; else $(CYGPATH_W) '$(srcdir)/acpi/klog/klog.c'; fi` - -wakealarm.o: acpi/wakealarm/wakealarm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wakealarm.o -MD -MP -MF $(DEPDIR)/wakealarm.Tpo -c -o wakealarm.o `test -f 'acpi/wakealarm/wakealarm.c' || echo '$(srcdir)/'`acpi/wakealarm/wakealarm.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wakealarm.Tpo $(DEPDIR)/wakealarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/wakealarm/wakealarm.c' object='wakealarm.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wakealarm.o `test -f 'acpi/wakealarm/wakealarm.c' || echo '$(srcdir)/'`acpi/wakealarm/wakealarm.c - -wakealarm.obj: acpi/wakealarm/wakealarm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wakealarm.obj -MD -MP -MF $(DEPDIR)/wakealarm.Tpo -c -o wakealarm.obj `if test -f 'acpi/wakealarm/wakealarm.c'; then $(CYGPATH_W) 'acpi/wakealarm/wakealarm.c'; else $(CYGPATH_W) '$(srcdir)/acpi/wakealarm/wakealarm.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wakealarm.Tpo $(DEPDIR)/wakealarm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/wakealarm/wakealarm.c' object='wakealarm.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wakealarm.obj `if test -f 'acpi/wakealarm/wakealarm.c'; then $(CYGPATH_W) 'acpi/wakealarm/wakealarm.c'; else $(CYGPATH_W) '$(srcdir)/acpi/wakealarm/wakealarm.c'; fi` - -syntaxcheck.o: acpi/syntaxcheck/syntaxcheck.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT syntaxcheck.o -MD -MP -MF $(DEPDIR)/syntaxcheck.Tpo -c -o syntaxcheck.o `test -f 'acpi/syntaxcheck/syntaxcheck.c' || echo '$(srcdir)/'`acpi/syntaxcheck/syntaxcheck.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/syntaxcheck.Tpo $(DEPDIR)/syntaxcheck.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/syntaxcheck/syntaxcheck.c' object='syntaxcheck.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o syntaxcheck.o `test -f 'acpi/syntaxcheck/syntaxcheck.c' || echo '$(srcdir)/'`acpi/syntaxcheck/syntaxcheck.c - -syntaxcheck.obj: acpi/syntaxcheck/syntaxcheck.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT syntaxcheck.obj -MD -MP -MF $(DEPDIR)/syntaxcheck.Tpo -c -o syntaxcheck.obj `if test -f 'acpi/syntaxcheck/syntaxcheck.c'; then $(CYGPATH_W) 'acpi/syntaxcheck/syntaxcheck.c'; else $(CYGPATH_W) '$(srcdir)/acpi/syntaxcheck/syntaxcheck.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/syntaxcheck.Tpo $(DEPDIR)/syntaxcheck.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/syntaxcheck/syntaxcheck.c' object='syntaxcheck.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o syntaxcheck.obj `if test -f 'acpi/syntaxcheck/syntaxcheck.c'; then $(CYGPATH_W) 'acpi/syntaxcheck/syntaxcheck.c'; else $(CYGPATH_W) '$(srcdir)/acpi/syntaxcheck/syntaxcheck.c'; fi` - -s3.o: acpi/s3/s3.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s3.o -MD -MP -MF $(DEPDIR)/s3.Tpo -c -o s3.o `test -f 'acpi/s3/s3.c' || echo '$(srcdir)/'`acpi/s3/s3.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s3.Tpo $(DEPDIR)/s3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s3/s3.c' object='s3.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s3.o `test -f 'acpi/s3/s3.c' || echo '$(srcdir)/'`acpi/s3/s3.c - -s3.obj: acpi/s3/s3.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s3.obj -MD -MP -MF $(DEPDIR)/s3.Tpo -c -o s3.obj `if test -f 'acpi/s3/s3.c'; then $(CYGPATH_W) 'acpi/s3/s3.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s3/s3.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s3.Tpo $(DEPDIR)/s3.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s3/s3.c' object='s3.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s3.obj `if test -f 'acpi/s3/s3.c'; then $(CYGPATH_W) 'acpi/s3/s3.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s3/s3.c'; fi` - -s3power.o: acpi/s3power/s3power.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s3power.o -MD -MP -MF $(DEPDIR)/s3power.Tpo -c -o s3power.o `test -f 'acpi/s3power/s3power.c' || echo '$(srcdir)/'`acpi/s3power/s3power.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s3power.Tpo $(DEPDIR)/s3power.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s3power/s3power.c' object='s3power.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s3power.o `test -f 'acpi/s3power/s3power.c' || echo '$(srcdir)/'`acpi/s3power/s3power.c - -s3power.obj: acpi/s3power/s3power.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s3power.obj -MD -MP -MF $(DEPDIR)/s3power.Tpo -c -o s3power.obj `if test -f 'acpi/s3power/s3power.c'; then $(CYGPATH_W) 'acpi/s3power/s3power.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s3power/s3power.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s3power.Tpo $(DEPDIR)/s3power.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s3power/s3power.c' object='s3power.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s3power.obj `if test -f 'acpi/s3power/s3power.c'; then $(CYGPATH_W) 'acpi/s3power/s3power.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s3power/s3power.c'; fi` - -s4.o: acpi/s4/s4.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s4.o -MD -MP -MF $(DEPDIR)/s4.Tpo -c -o s4.o `test -f 'acpi/s4/s4.c' || echo '$(srcdir)/'`acpi/s4/s4.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s4.Tpo $(DEPDIR)/s4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s4/s4.c' object='s4.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s4.o `test -f 'acpi/s4/s4.c' || echo '$(srcdir)/'`acpi/s4/s4.c - -s4.obj: acpi/s4/s4.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT s4.obj -MD -MP -MF $(DEPDIR)/s4.Tpo -c -o s4.obj `if test -f 'acpi/s4/s4.c'; then $(CYGPATH_W) 'acpi/s4/s4.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s4/s4.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/s4.Tpo $(DEPDIR)/s4.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/s4/s4.c' object='s4.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o s4.obj `if test -f 'acpi/s4/s4.c'; then $(CYGPATH_W) 'acpi/s4/s4.c'; else $(CYGPATH_W) '$(srcdir)/acpi/s4/s4.c'; fi` - -ac_adapter.o: acpi/ac_adapter/ac_adapter.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ac_adapter.o -MD -MP -MF $(DEPDIR)/ac_adapter.Tpo -c -o ac_adapter.o `test -f 'acpi/ac_adapter/ac_adapter.c' || echo '$(srcdir)/'`acpi/ac_adapter/ac_adapter.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ac_adapter.Tpo $(DEPDIR)/ac_adapter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/ac_adapter/ac_adapter.c' object='ac_adapter.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ac_adapter.o `test -f 'acpi/ac_adapter/ac_adapter.c' || echo '$(srcdir)/'`acpi/ac_adapter/ac_adapter.c - -ac_adapter.obj: acpi/ac_adapter/ac_adapter.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ac_adapter.obj -MD -MP -MF $(DEPDIR)/ac_adapter.Tpo -c -o ac_adapter.obj `if test -f 'acpi/ac_adapter/ac_adapter.c'; then $(CYGPATH_W) 'acpi/ac_adapter/ac_adapter.c'; else $(CYGPATH_W) '$(srcdir)/acpi/ac_adapter/ac_adapter.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ac_adapter.Tpo $(DEPDIR)/ac_adapter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/ac_adapter/ac_adapter.c' object='ac_adapter.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ac_adapter.obj `if test -f 'acpi/ac_adapter/ac_adapter.c'; then $(CYGPATH_W) 'acpi/ac_adapter/ac_adapter.c'; else $(CYGPATH_W) '$(srcdir)/acpi/ac_adapter/ac_adapter.c'; fi` - -acpiinfo.o: acpi/acpiinfo/acpiinfo.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpiinfo.o -MD -MP -MF $(DEPDIR)/acpiinfo.Tpo -c -o acpiinfo.o `test -f 'acpi/acpiinfo/acpiinfo.c' || echo '$(srcdir)/'`acpi/acpiinfo/acpiinfo.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpiinfo.Tpo $(DEPDIR)/acpiinfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpiinfo/acpiinfo.c' object='acpiinfo.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpiinfo.o `test -f 'acpi/acpiinfo/acpiinfo.c' || echo '$(srcdir)/'`acpi/acpiinfo/acpiinfo.c - -acpiinfo.obj: acpi/acpiinfo/acpiinfo.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpiinfo.obj -MD -MP -MF $(DEPDIR)/acpiinfo.Tpo -c -o acpiinfo.obj `if test -f 'acpi/acpiinfo/acpiinfo.c'; then $(CYGPATH_W) 'acpi/acpiinfo/acpiinfo.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpiinfo/acpiinfo.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpiinfo.Tpo $(DEPDIR)/acpiinfo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpiinfo/acpiinfo.c' object='acpiinfo.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpiinfo.obj `if test -f 'acpi/acpiinfo/acpiinfo.c'; then $(CYGPATH_W) 'acpi/acpiinfo/acpiinfo.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpiinfo/acpiinfo.c'; fi` - -acpidump.o: acpi/acpidump/acpidump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpidump.o -MD -MP -MF $(DEPDIR)/acpidump.Tpo -c -o acpidump.o `test -f 'acpi/acpidump/acpidump.c' || echo '$(srcdir)/'`acpi/acpidump/acpidump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpidump.Tpo $(DEPDIR)/acpidump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpidump/acpidump.c' object='acpidump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpidump.o `test -f 'acpi/acpidump/acpidump.c' || echo '$(srcdir)/'`acpi/acpidump/acpidump.c - -acpidump.obj: acpi/acpidump/acpidump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpidump.obj -MD -MP -MF $(DEPDIR)/acpidump.Tpo -c -o acpidump.obj `if test -f 'acpi/acpidump/acpidump.c'; then $(CYGPATH_W) 'acpi/acpidump/acpidump.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpidump/acpidump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpidump.Tpo $(DEPDIR)/acpidump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpidump/acpidump.c' object='acpidump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpidump.obj `if test -f 'acpi/acpidump/acpidump.c'; then $(CYGPATH_W) 'acpi/acpidump/acpidump.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpidump/acpidump.c'; fi` - -acpitables.o: acpi/acpitables/acpitables.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpitables.o -MD -MP -MF $(DEPDIR)/acpitables.Tpo -c -o acpitables.o `test -f 'acpi/acpitables/acpitables.c' || echo '$(srcdir)/'`acpi/acpitables/acpitables.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpitables.Tpo $(DEPDIR)/acpitables.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpitables/acpitables.c' object='acpitables.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpitables.o `test -f 'acpi/acpitables/acpitables.c' || echo '$(srcdir)/'`acpi/acpitables/acpitables.c - -acpitables.obj: acpi/acpitables/acpitables.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT acpitables.obj -MD -MP -MF $(DEPDIR)/acpitables.Tpo -c -o acpitables.obj `if test -f 'acpi/acpitables/acpitables.c'; then $(CYGPATH_W) 'acpi/acpitables/acpitables.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpitables/acpitables.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/acpitables.Tpo $(DEPDIR)/acpitables.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/acpitables/acpitables.c' object='acpitables.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o acpitables.obj `if test -f 'acpi/acpitables/acpitables.c'; then $(CYGPATH_W) 'acpi/acpitables/acpitables.c'; else $(CYGPATH_W) '$(srcdir)/acpi/acpitables/acpitables.c'; fi` - -apicinstance.o: acpi/apicinstance/apicinstance.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apicinstance.o -MD -MP -MF $(DEPDIR)/apicinstance.Tpo -c -o apicinstance.o `test -f 'acpi/apicinstance/apicinstance.c' || echo '$(srcdir)/'`acpi/apicinstance/apicinstance.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/apicinstance.Tpo $(DEPDIR)/apicinstance.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/apicinstance/apicinstance.c' object='apicinstance.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apicinstance.o `test -f 'acpi/apicinstance/apicinstance.c' || echo '$(srcdir)/'`acpi/apicinstance/apicinstance.c - -apicinstance.obj: acpi/apicinstance/apicinstance.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apicinstance.obj -MD -MP -MF $(DEPDIR)/apicinstance.Tpo -c -o apicinstance.obj `if test -f 'acpi/apicinstance/apicinstance.c'; then $(CYGPATH_W) 'acpi/apicinstance/apicinstance.c'; else $(CYGPATH_W) '$(srcdir)/acpi/apicinstance/apicinstance.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/apicinstance.Tpo $(DEPDIR)/apicinstance.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/apicinstance/apicinstance.c' object='apicinstance.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apicinstance.obj `if test -f 'acpi/apicinstance/apicinstance.c'; then $(CYGPATH_W) 'acpi/apicinstance/apicinstance.c'; else $(CYGPATH_W) '$(srcdir)/acpi/apicinstance/apicinstance.c'; fi` - -battery.o: acpi/battery/battery.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT battery.o -MD -MP -MF $(DEPDIR)/battery.Tpo -c -o battery.o `test -f 'acpi/battery/battery.c' || echo '$(srcdir)/'`acpi/battery/battery.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/battery.Tpo $(DEPDIR)/battery.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/battery/battery.c' object='battery.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o battery.o `test -f 'acpi/battery/battery.c' || echo '$(srcdir)/'`acpi/battery/battery.c - -battery.obj: acpi/battery/battery.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT battery.obj -MD -MP -MF $(DEPDIR)/battery.Tpo -c -o battery.obj `if test -f 'acpi/battery/battery.c'; then $(CYGPATH_W) 'acpi/battery/battery.c'; else $(CYGPATH_W) '$(srcdir)/acpi/battery/battery.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/battery.Tpo $(DEPDIR)/battery.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/battery/battery.c' object='battery.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o battery.obj `if test -f 'acpi/battery/battery.c'; then $(CYGPATH_W) 'acpi/battery/battery.c'; else $(CYGPATH_W) '$(srcdir)/acpi/battery/battery.c'; fi` - -brightness.o: acpi/brightness/brightness.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT brightness.o -MD -MP -MF $(DEPDIR)/brightness.Tpo -c -o brightness.o `test -f 'acpi/brightness/brightness.c' || echo '$(srcdir)/'`acpi/brightness/brightness.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/brightness.Tpo $(DEPDIR)/brightness.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/brightness/brightness.c' object='brightness.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o brightness.o `test -f 'acpi/brightness/brightness.c' || echo '$(srcdir)/'`acpi/brightness/brightness.c - -brightness.obj: acpi/brightness/brightness.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT brightness.obj -MD -MP -MF $(DEPDIR)/brightness.Tpo -c -o brightness.obj `if test -f 'acpi/brightness/brightness.c'; then $(CYGPATH_W) 'acpi/brightness/brightness.c'; else $(CYGPATH_W) '$(srcdir)/acpi/brightness/brightness.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/brightness.Tpo $(DEPDIR)/brightness.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/brightness/brightness.c' object='brightness.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o brightness.obj `if test -f 'acpi/brightness/brightness.c'; then $(CYGPATH_W) 'acpi/brightness/brightness.c'; else $(CYGPATH_W) '$(srcdir)/acpi/brightness/brightness.c'; fi` - -checksum.o: acpi/checksum/checksum.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT checksum.o -MD -MP -MF $(DEPDIR)/checksum.Tpo -c -o checksum.o `test -f 'acpi/checksum/checksum.c' || echo '$(srcdir)/'`acpi/checksum/checksum.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/checksum.Tpo $(DEPDIR)/checksum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/checksum/checksum.c' object='checksum.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o checksum.o `test -f 'acpi/checksum/checksum.c' || echo '$(srcdir)/'`acpi/checksum/checksum.c - -checksum.obj: acpi/checksum/checksum.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT checksum.obj -MD -MP -MF $(DEPDIR)/checksum.Tpo -c -o checksum.obj `if test -f 'acpi/checksum/checksum.c'; then $(CYGPATH_W) 'acpi/checksum/checksum.c'; else $(CYGPATH_W) '$(srcdir)/acpi/checksum/checksum.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/checksum.Tpo $(DEPDIR)/checksum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/checksum/checksum.c' object='checksum.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o checksum.obj `if test -f 'acpi/checksum/checksum.c'; then $(CYGPATH_W) 'acpi/checksum/checksum.c'; else $(CYGPATH_W) '$(srcdir)/acpi/checksum/checksum.c'; fi` - -common.o: acpi/common/common.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT common.o -MD -MP -MF $(DEPDIR)/common.Tpo -c -o common.o `test -f 'acpi/common/common.c' || echo '$(srcdir)/'`acpi/common/common.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/common.Tpo $(DEPDIR)/common.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/common/common.c' object='common.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o common.o `test -f 'acpi/common/common.c' || echo '$(srcdir)/'`acpi/common/common.c - -common.obj: acpi/common/common.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT common.obj -MD -MP -MF $(DEPDIR)/common.Tpo -c -o common.obj `if test -f 'acpi/common/common.c'; then $(CYGPATH_W) 'acpi/common/common.c'; else $(CYGPATH_W) '$(srcdir)/acpi/common/common.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/common.Tpo $(DEPDIR)/common.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/common/common.c' object='common.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o common.obj `if test -f 'acpi/common/common.c'; then $(CYGPATH_W) 'acpi/common/common.c'; else $(CYGPATH_W) '$(srcdir)/acpi/common/common.c'; fi` - -cstates.o: acpi/cstates/cstates.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstates.o -MD -MP -MF $(DEPDIR)/cstates.Tpo -c -o cstates.o `test -f 'acpi/cstates/cstates.c' || echo '$(srcdir)/'`acpi/cstates/cstates.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cstates.Tpo $(DEPDIR)/cstates.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/cstates/cstates.c' object='cstates.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstates.o `test -f 'acpi/cstates/cstates.c' || echo '$(srcdir)/'`acpi/cstates/cstates.c - -cstates.obj: acpi/cstates/cstates.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cstates.obj -MD -MP -MF $(DEPDIR)/cstates.Tpo -c -o cstates.obj `if test -f 'acpi/cstates/cstates.c'; then $(CYGPATH_W) 'acpi/cstates/cstates.c'; else $(CYGPATH_W) '$(srcdir)/acpi/cstates/cstates.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cstates.Tpo $(DEPDIR)/cstates.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/cstates/cstates.c' object='cstates.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cstates.obj `if test -f 'acpi/cstates/cstates.c'; then $(CYGPATH_W) 'acpi/cstates/cstates.c'; else $(CYGPATH_W) '$(srcdir)/acpi/cstates/cstates.c'; fi` - -dmar.o: acpi/dmar/dmar.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmar.o -MD -MP -MF $(DEPDIR)/dmar.Tpo -c -o dmar.o `test -f 'acpi/dmar/dmar.c' || echo '$(srcdir)/'`acpi/dmar/dmar.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmar.Tpo $(DEPDIR)/dmar.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/dmar/dmar.c' object='dmar.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmar.o `test -f 'acpi/dmar/dmar.c' || echo '$(srcdir)/'`acpi/dmar/dmar.c - -dmar.obj: acpi/dmar/dmar.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmar.obj -MD -MP -MF $(DEPDIR)/dmar.Tpo -c -o dmar.obj `if test -f 'acpi/dmar/dmar.c'; then $(CYGPATH_W) 'acpi/dmar/dmar.c'; else $(CYGPATH_W) '$(srcdir)/acpi/dmar/dmar.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmar.Tpo $(DEPDIR)/dmar.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/dmar/dmar.c' object='dmar.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmar.obj `if test -f 'acpi/dmar/dmar.c'; then $(CYGPATH_W) 'acpi/dmar/dmar.c'; else $(CYGPATH_W) '$(srcdir)/acpi/dmar/dmar.c'; fi` - -fadt.o: acpi/fadt/fadt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fadt.o -MD -MP -MF $(DEPDIR)/fadt.Tpo -c -o fadt.o `test -f 'acpi/fadt/fadt.c' || echo '$(srcdir)/'`acpi/fadt/fadt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fadt.Tpo $(DEPDIR)/fadt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/fadt/fadt.c' object='fadt.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fadt.o `test -f 'acpi/fadt/fadt.c' || echo '$(srcdir)/'`acpi/fadt/fadt.c - -fadt.obj: acpi/fadt/fadt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fadt.obj -MD -MP -MF $(DEPDIR)/fadt.Tpo -c -o fadt.obj `if test -f 'acpi/fadt/fadt.c'; then $(CYGPATH_W) 'acpi/fadt/fadt.c'; else $(CYGPATH_W) '$(srcdir)/acpi/fadt/fadt.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fadt.Tpo $(DEPDIR)/fadt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/fadt/fadt.c' object='fadt.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fadt.obj `if test -f 'acpi/fadt/fadt.c'; then $(CYGPATH_W) 'acpi/fadt/fadt.c'; else $(CYGPATH_W) '$(srcdir)/acpi/fadt/fadt.c'; fi` - -fan.o: acpi/fan/fan.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fan.o -MD -MP -MF $(DEPDIR)/fan.Tpo -c -o fan.o `test -f 'acpi/fan/fan.c' || echo '$(srcdir)/'`acpi/fan/fan.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fan.Tpo $(DEPDIR)/fan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/fan/fan.c' object='fan.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fan.o `test -f 'acpi/fan/fan.c' || echo '$(srcdir)/'`acpi/fan/fan.c - -fan.obj: acpi/fan/fan.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fan.obj -MD -MP -MF $(DEPDIR)/fan.Tpo -c -o fan.obj `if test -f 'acpi/fan/fan.c'; then $(CYGPATH_W) 'acpi/fan/fan.c'; else $(CYGPATH_W) '$(srcdir)/acpi/fan/fan.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fan.Tpo $(DEPDIR)/fan.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/fan/fan.c' object='fan.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fan.obj `if test -f 'acpi/fan/fan.c'; then $(CYGPATH_W) 'acpi/fan/fan.c'; else $(CYGPATH_W) '$(srcdir)/acpi/fan/fan.c'; fi` - -mcfg.o: acpi/mcfg/mcfg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcfg.o -MD -MP -MF $(DEPDIR)/mcfg.Tpo -c -o mcfg.o `test -f 'acpi/mcfg/mcfg.c' || echo '$(srcdir)/'`acpi/mcfg/mcfg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcfg.Tpo $(DEPDIR)/mcfg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/mcfg/mcfg.c' object='mcfg.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcfg.o `test -f 'acpi/mcfg/mcfg.c' || echo '$(srcdir)/'`acpi/mcfg/mcfg.c - -mcfg.obj: acpi/mcfg/mcfg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcfg.obj -MD -MP -MF $(DEPDIR)/mcfg.Tpo -c -o mcfg.obj `if test -f 'acpi/mcfg/mcfg.c'; then $(CYGPATH_W) 'acpi/mcfg/mcfg.c'; else $(CYGPATH_W) '$(srcdir)/acpi/mcfg/mcfg.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcfg.Tpo $(DEPDIR)/mcfg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/mcfg/mcfg.c' object='mcfg.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcfg.obj `if test -f 'acpi/mcfg/mcfg.c'; then $(CYGPATH_W) 'acpi/mcfg/mcfg.c'; else $(CYGPATH_W) '$(srcdir)/acpi/mcfg/mcfg.c'; fi` - -method.o: acpi/method/method.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method.o -MD -MP -MF $(DEPDIR)/method.Tpo -c -o method.o `test -f 'acpi/method/method.c' || echo '$(srcdir)/'`acpi/method/method.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/method.Tpo $(DEPDIR)/method.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/method/method.c' object='method.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method.o `test -f 'acpi/method/method.c' || echo '$(srcdir)/'`acpi/method/method.c - -method.obj: acpi/method/method.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT method.obj -MD -MP -MF $(DEPDIR)/method.Tpo -c -o method.obj `if test -f 'acpi/method/method.c'; then $(CYGPATH_W) 'acpi/method/method.c'; else $(CYGPATH_W) '$(srcdir)/acpi/method/method.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/method.Tpo $(DEPDIR)/method.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/method/method.c' object='method.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o method.obj `if test -f 'acpi/method/method.c'; then $(CYGPATH_W) 'acpi/method/method.c'; else $(CYGPATH_W) '$(srcdir)/acpi/method/method.c'; fi` - -apicedge.o: apic/apicedge/apicedge.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apicedge.o -MD -MP -MF $(DEPDIR)/apicedge.Tpo -c -o apicedge.o `test -f 'apic/apicedge/apicedge.c' || echo '$(srcdir)/'`apic/apicedge/apicedge.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/apicedge.Tpo $(DEPDIR)/apicedge.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apic/apicedge/apicedge.c' object='apicedge.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apicedge.o `test -f 'apic/apicedge/apicedge.c' || echo '$(srcdir)/'`apic/apicedge/apicedge.c - -apicedge.obj: apic/apicedge/apicedge.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apicedge.obj -MD -MP -MF $(DEPDIR)/apicedge.Tpo -c -o apicedge.obj `if test -f 'apic/apicedge/apicedge.c'; then $(CYGPATH_W) 'apic/apicedge/apicedge.c'; else $(CYGPATH_W) '$(srcdir)/apic/apicedge/apicedge.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/apicedge.Tpo $(DEPDIR)/apicedge.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apic/apicedge/apicedge.c' object='apicedge.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apicedge.obj `if test -f 'apic/apicedge/apicedge.c'; then $(CYGPATH_W) 'apic/apicedge/apicedge.c'; else $(CYGPATH_W) '$(srcdir)/apic/apicedge/apicedge.c'; fi` - -osilinux.o: acpi/osilinux/osilinux.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osilinux.o -MD -MP -MF $(DEPDIR)/osilinux.Tpo -c -o osilinux.o `test -f 'acpi/osilinux/osilinux.c' || echo '$(srcdir)/'`acpi/osilinux/osilinux.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osilinux.Tpo $(DEPDIR)/osilinux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/osilinux/osilinux.c' object='osilinux.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osilinux.o `test -f 'acpi/osilinux/osilinux.c' || echo '$(srcdir)/'`acpi/osilinux/osilinux.c - -osilinux.obj: acpi/osilinux/osilinux.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osilinux.obj -MD -MP -MF $(DEPDIR)/osilinux.Tpo -c -o osilinux.obj `if test -f 'acpi/osilinux/osilinux.c'; then $(CYGPATH_W) 'acpi/osilinux/osilinux.c'; else $(CYGPATH_W) '$(srcdir)/acpi/osilinux/osilinux.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osilinux.Tpo $(DEPDIR)/osilinux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/osilinux/osilinux.c' object='osilinux.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osilinux.obj `if test -f 'acpi/osilinux/osilinux.c'; then $(CYGPATH_W) 'acpi/osilinux/osilinux.c'; else $(CYGPATH_W) '$(srcdir)/acpi/osilinux/osilinux.c'; fi` - -lid.o: acpi/lid/lid.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lid.o -MD -MP -MF $(DEPDIR)/lid.Tpo -c -o lid.o `test -f 'acpi/lid/lid.c' || echo '$(srcdir)/'`acpi/lid/lid.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lid.Tpo $(DEPDIR)/lid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/lid/lid.c' object='lid.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lid.o `test -f 'acpi/lid/lid.c' || echo '$(srcdir)/'`acpi/lid/lid.c - -lid.obj: acpi/lid/lid.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lid.obj -MD -MP -MF $(DEPDIR)/lid.Tpo -c -o lid.obj `if test -f 'acpi/lid/lid.c'; then $(CYGPATH_W) 'acpi/lid/lid.c'; else $(CYGPATH_W) '$(srcdir)/acpi/lid/lid.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lid.Tpo $(DEPDIR)/lid.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/lid/lid.c' object='lid.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lid.obj `if test -f 'acpi/lid/lid.c'; then $(CYGPATH_W) 'acpi/lid/lid.c'; else $(CYGPATH_W) '$(srcdir)/acpi/lid/lid.c'; fi` - -powerbutton.o: acpi/powerbutton/powerbutton.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT powerbutton.o -MD -MP -MF $(DEPDIR)/powerbutton.Tpo -c -o powerbutton.o `test -f 'acpi/powerbutton/powerbutton.c' || echo '$(srcdir)/'`acpi/powerbutton/powerbutton.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/powerbutton.Tpo $(DEPDIR)/powerbutton.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/powerbutton/powerbutton.c' object='powerbutton.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o powerbutton.o `test -f 'acpi/powerbutton/powerbutton.c' || echo '$(srcdir)/'`acpi/powerbutton/powerbutton.c - -powerbutton.obj: acpi/powerbutton/powerbutton.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT powerbutton.obj -MD -MP -MF $(DEPDIR)/powerbutton.Tpo -c -o powerbutton.obj `if test -f 'acpi/powerbutton/powerbutton.c'; then $(CYGPATH_W) 'acpi/powerbutton/powerbutton.c'; else $(CYGPATH_W) '$(srcdir)/acpi/powerbutton/powerbutton.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/powerbutton.Tpo $(DEPDIR)/powerbutton.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/powerbutton/powerbutton.c' object='powerbutton.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o powerbutton.obj `if test -f 'acpi/powerbutton/powerbutton.c'; then $(CYGPATH_W) 'acpi/powerbutton/powerbutton.c'; else $(CYGPATH_W) '$(srcdir)/acpi/powerbutton/powerbutton.c'; fi` - -wmi.o: acpi/wmi/wmi.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wmi.o -MD -MP -MF $(DEPDIR)/wmi.Tpo -c -o wmi.o `test -f 'acpi/wmi/wmi.c' || echo '$(srcdir)/'`acpi/wmi/wmi.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wmi.Tpo $(DEPDIR)/wmi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/wmi/wmi.c' object='wmi.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wmi.o `test -f 'acpi/wmi/wmi.c' || echo '$(srcdir)/'`acpi/wmi/wmi.c - -wmi.obj: acpi/wmi/wmi.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wmi.obj -MD -MP -MF $(DEPDIR)/wmi.Tpo -c -o wmi.obj `if test -f 'acpi/wmi/wmi.c'; then $(CYGPATH_W) 'acpi/wmi/wmi.c'; else $(CYGPATH_W) '$(srcdir)/acpi/wmi/wmi.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wmi.Tpo $(DEPDIR)/wmi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acpi/wmi/wmi.c' object='wmi.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wmi.obj `if test -f 'acpi/wmi/wmi.c'; then $(CYGPATH_W) 'acpi/wmi/wmi.c'; else $(CYGPATH_W) '$(srcdir)/acpi/wmi/wmi.c'; fi` - -ebda_region.o: bios/ebda_region/ebda_region.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ebda_region.o -MD -MP -MF $(DEPDIR)/ebda_region.Tpo -c -o ebda_region.o `test -f 'bios/ebda_region/ebda_region.c' || echo '$(srcdir)/'`bios/ebda_region/ebda_region.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ebda_region.Tpo $(DEPDIR)/ebda_region.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/ebda_region/ebda_region.c' object='ebda_region.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ebda_region.o `test -f 'bios/ebda_region/ebda_region.c' || echo '$(srcdir)/'`bios/ebda_region/ebda_region.c - -ebda_region.obj: bios/ebda_region/ebda_region.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ebda_region.obj -MD -MP -MF $(DEPDIR)/ebda_region.Tpo -c -o ebda_region.obj `if test -f 'bios/ebda_region/ebda_region.c'; then $(CYGPATH_W) 'bios/ebda_region/ebda_region.c'; else $(CYGPATH_W) '$(srcdir)/bios/ebda_region/ebda_region.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ebda_region.Tpo $(DEPDIR)/ebda_region.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/ebda_region/ebda_region.c' object='ebda_region.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ebda_region.obj `if test -f 'bios/ebda_region/ebda_region.c'; then $(CYGPATH_W) 'bios/ebda_region/ebda_region.c'; else $(CYGPATH_W) '$(srcdir)/bios/ebda_region/ebda_region.c'; fi` - -ebdadump.o: bios/ebdadump/ebdadump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ebdadump.o -MD -MP -MF $(DEPDIR)/ebdadump.Tpo -c -o ebdadump.o `test -f 'bios/ebdadump/ebdadump.c' || echo '$(srcdir)/'`bios/ebdadump/ebdadump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ebdadump.Tpo $(DEPDIR)/ebdadump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/ebdadump/ebdadump.c' object='ebdadump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ebdadump.o `test -f 'bios/ebdadump/ebdadump.c' || echo '$(srcdir)/'`bios/ebdadump/ebdadump.c - -ebdadump.obj: bios/ebdadump/ebdadump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ebdadump.obj -MD -MP -MF $(DEPDIR)/ebdadump.Tpo -c -o ebdadump.obj `if test -f 'bios/ebdadump/ebdadump.c'; then $(CYGPATH_W) 'bios/ebdadump/ebdadump.c'; else $(CYGPATH_W) '$(srcdir)/bios/ebdadump/ebdadump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ebdadump.Tpo $(DEPDIR)/ebdadump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/ebdadump/ebdadump.c' object='ebdadump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ebdadump.obj `if test -f 'bios/ebdadump/ebdadump.c'; then $(CYGPATH_W) 'bios/ebdadump/ebdadump.c'; else $(CYGPATH_W) '$(srcdir)/bios/ebdadump/ebdadump.c'; fi` - -mtrr.o: bios/mtrr/mtrr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtrr.o -MD -MP -MF $(DEPDIR)/mtrr.Tpo -c -o mtrr.o `test -f 'bios/mtrr/mtrr.c' || echo '$(srcdir)/'`bios/mtrr/mtrr.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mtrr.Tpo $(DEPDIR)/mtrr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/mtrr/mtrr.c' object='mtrr.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtrr.o `test -f 'bios/mtrr/mtrr.c' || echo '$(srcdir)/'`bios/mtrr/mtrr.c - -mtrr.obj: bios/mtrr/mtrr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtrr.obj -MD -MP -MF $(DEPDIR)/mtrr.Tpo -c -o mtrr.obj `if test -f 'bios/mtrr/mtrr.c'; then $(CYGPATH_W) 'bios/mtrr/mtrr.c'; else $(CYGPATH_W) '$(srcdir)/bios/mtrr/mtrr.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mtrr.Tpo $(DEPDIR)/mtrr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/mtrr/mtrr.c' object='mtrr.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtrr.obj `if test -f 'bios/mtrr/mtrr.c'; then $(CYGPATH_W) 'bios/mtrr/mtrr.c'; else $(CYGPATH_W) '$(srcdir)/bios/mtrr/mtrr.c'; fi` - -bios_info.o: bios/bios_info/bios_info.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bios_info.o -MD -MP -MF $(DEPDIR)/bios_info.Tpo -c -o bios_info.o `test -f 'bios/bios_info/bios_info.c' || echo '$(srcdir)/'`bios/bios_info/bios_info.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/bios_info.Tpo $(DEPDIR)/bios_info.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/bios_info/bios_info.c' object='bios_info.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bios_info.o `test -f 'bios/bios_info/bios_info.c' || echo '$(srcdir)/'`bios/bios_info/bios_info.c - -bios_info.obj: bios/bios_info/bios_info.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bios_info.obj -MD -MP -MF $(DEPDIR)/bios_info.Tpo -c -o bios_info.obj `if test -f 'bios/bios_info/bios_info.c'; then $(CYGPATH_W) 'bios/bios_info/bios_info.c'; else $(CYGPATH_W) '$(srcdir)/bios/bios_info/bios_info.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/bios_info.Tpo $(DEPDIR)/bios_info.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/bios_info/bios_info.c' object='bios_info.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bios_info.obj `if test -f 'bios/bios_info/bios_info.c'; then $(CYGPATH_W) 'bios/bios_info/bios_info.c'; else $(CYGPATH_W) '$(srcdir)/bios/bios_info/bios_info.c'; fi` - -bios32.o: bios/bios32/bios32.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bios32.o -MD -MP -MF $(DEPDIR)/bios32.Tpo -c -o bios32.o `test -f 'bios/bios32/bios32.c' || echo '$(srcdir)/'`bios/bios32/bios32.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/bios32.Tpo $(DEPDIR)/bios32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/bios32/bios32.c' object='bios32.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bios32.o `test -f 'bios/bios32/bios32.c' || echo '$(srcdir)/'`bios/bios32/bios32.c - -bios32.obj: bios/bios32/bios32.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bios32.obj -MD -MP -MF $(DEPDIR)/bios32.Tpo -c -o bios32.obj `if test -f 'bios/bios32/bios32.c'; then $(CYGPATH_W) 'bios/bios32/bios32.c'; else $(CYGPATH_W) '$(srcdir)/bios/bios32/bios32.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/bios32.Tpo $(DEPDIR)/bios32.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/bios32/bios32.c' object='bios32.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bios32.obj `if test -f 'bios/bios32/bios32.c'; then $(CYGPATH_W) 'bios/bios32/bios32.c'; else $(CYGPATH_W) '$(srcdir)/bios/bios32/bios32.c'; fi` - -hdaaudio.o: bios/hdaaudio/hdaaudio.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hdaaudio.o -MD -MP -MF $(DEPDIR)/hdaaudio.Tpo -c -o hdaaudio.o `test -f 'bios/hdaaudio/hdaaudio.c' || echo '$(srcdir)/'`bios/hdaaudio/hdaaudio.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hdaaudio.Tpo $(DEPDIR)/hdaaudio.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/hdaaudio/hdaaudio.c' object='hdaaudio.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hdaaudio.o `test -f 'bios/hdaaudio/hdaaudio.c' || echo '$(srcdir)/'`bios/hdaaudio/hdaaudio.c - -hdaaudio.obj: bios/hdaaudio/hdaaudio.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hdaaudio.obj -MD -MP -MF $(DEPDIR)/hdaaudio.Tpo -c -o hdaaudio.obj `if test -f 'bios/hdaaudio/hdaaudio.c'; then $(CYGPATH_W) 'bios/hdaaudio/hdaaudio.c'; else $(CYGPATH_W) '$(srcdir)/bios/hdaaudio/hdaaudio.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hdaaudio.Tpo $(DEPDIR)/hdaaudio.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/hdaaudio/hdaaudio.c' object='hdaaudio.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hdaaudio.obj `if test -f 'bios/hdaaudio/hdaaudio.c'; then $(CYGPATH_W) 'bios/hdaaudio/hdaaudio.c'; else $(CYGPATH_W) '$(srcdir)/bios/hdaaudio/hdaaudio.c'; fi` - -romdump.o: bios/romdump/romdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT romdump.o -MD -MP -MF $(DEPDIR)/romdump.Tpo -c -o romdump.o `test -f 'bios/romdump/romdump.c' || echo '$(srcdir)/'`bios/romdump/romdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/romdump.Tpo $(DEPDIR)/romdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/romdump/romdump.c' object='romdump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o romdump.o `test -f 'bios/romdump/romdump.c' || echo '$(srcdir)/'`bios/romdump/romdump.c - -romdump.obj: bios/romdump/romdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT romdump.obj -MD -MP -MF $(DEPDIR)/romdump.Tpo -c -o romdump.obj `if test -f 'bios/romdump/romdump.c'; then $(CYGPATH_W) 'bios/romdump/romdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/romdump/romdump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/romdump.Tpo $(DEPDIR)/romdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/romdump/romdump.c' object='romdump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o romdump.obj `if test -f 'bios/romdump/romdump.c'; then $(CYGPATH_W) 'bios/romdump/romdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/romdump/romdump.c'; fi` - -os2gap.o: bios/os2gap/os2gap.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os2gap.o -MD -MP -MF $(DEPDIR)/os2gap.Tpo -c -o os2gap.o `test -f 'bios/os2gap/os2gap.c' || echo '$(srcdir)/'`bios/os2gap/os2gap.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/os2gap.Tpo $(DEPDIR)/os2gap.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/os2gap/os2gap.c' object='os2gap.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os2gap.o `test -f 'bios/os2gap/os2gap.c' || echo '$(srcdir)/'`bios/os2gap/os2gap.c - -os2gap.obj: bios/os2gap/os2gap.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os2gap.obj -MD -MP -MF $(DEPDIR)/os2gap.Tpo -c -o os2gap.obj `if test -f 'bios/os2gap/os2gap.c'; then $(CYGPATH_W) 'bios/os2gap/os2gap.c'; else $(CYGPATH_W) '$(srcdir)/bios/os2gap/os2gap.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/os2gap.Tpo $(DEPDIR)/os2gap.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/os2gap/os2gap.c' object='os2gap.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os2gap.obj `if test -f 'bios/os2gap/os2gap.c'; then $(CYGPATH_W) 'bios/os2gap/os2gap.c'; else $(CYGPATH_W) '$(srcdir)/bios/os2gap/os2gap.c'; fi` - -memmapdump.o: bios/memmapdump/memmapdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmapdump.o -MD -MP -MF $(DEPDIR)/memmapdump.Tpo -c -o memmapdump.o `test -f 'bios/memmapdump/memmapdump.c' || echo '$(srcdir)/'`bios/memmapdump/memmapdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/memmapdump.Tpo $(DEPDIR)/memmapdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/memmapdump/memmapdump.c' object='memmapdump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmapdump.o `test -f 'bios/memmapdump/memmapdump.c' || echo '$(srcdir)/'`bios/memmapdump/memmapdump.c - -memmapdump.obj: bios/memmapdump/memmapdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmapdump.obj -MD -MP -MF $(DEPDIR)/memmapdump.Tpo -c -o memmapdump.obj `if test -f 'bios/memmapdump/memmapdump.c'; then $(CYGPATH_W) 'bios/memmapdump/memmapdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/memmapdump/memmapdump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/memmapdump.Tpo $(DEPDIR)/memmapdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/memmapdump/memmapdump.c' object='memmapdump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmapdump.obj `if test -f 'bios/memmapdump/memmapdump.c'; then $(CYGPATH_W) 'bios/memmapdump/memmapdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/memmapdump/memmapdump.c'; fi` - -mpdump.o: bios/multiproc/mpdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mpdump.o -MD -MP -MF $(DEPDIR)/mpdump.Tpo -c -o mpdump.o `test -f 'bios/multiproc/mpdump.c' || echo '$(srcdir)/'`bios/multiproc/mpdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mpdump.Tpo $(DEPDIR)/mpdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/multiproc/mpdump.c' object='mpdump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mpdump.o `test -f 'bios/multiproc/mpdump.c' || echo '$(srcdir)/'`bios/multiproc/mpdump.c - -mpdump.obj: bios/multiproc/mpdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mpdump.obj -MD -MP -MF $(DEPDIR)/mpdump.Tpo -c -o mpdump.obj `if test -f 'bios/multiproc/mpdump.c'; then $(CYGPATH_W) 'bios/multiproc/mpdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/multiproc/mpdump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mpdump.Tpo $(DEPDIR)/mpdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/multiproc/mpdump.c' object='mpdump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mpdump.obj `if test -f 'bios/multiproc/mpdump.c'; then $(CYGPATH_W) 'bios/multiproc/mpdump.c'; else $(CYGPATH_W) '$(srcdir)/bios/multiproc/mpdump.c'; fi` - -mpcheck.o: bios/multiproc/mpcheck.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mpcheck.o -MD -MP -MF $(DEPDIR)/mpcheck.Tpo -c -o mpcheck.o `test -f 'bios/multiproc/mpcheck.c' || echo '$(srcdir)/'`bios/multiproc/mpcheck.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mpcheck.Tpo $(DEPDIR)/mpcheck.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/multiproc/mpcheck.c' object='mpcheck.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mpcheck.o `test -f 'bios/multiproc/mpcheck.c' || echo '$(srcdir)/'`bios/multiproc/mpcheck.c - -mpcheck.obj: bios/multiproc/mpcheck.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mpcheck.obj -MD -MP -MF $(DEPDIR)/mpcheck.Tpo -c -o mpcheck.obj `if test -f 'bios/multiproc/mpcheck.c'; then $(CYGPATH_W) 'bios/multiproc/mpcheck.c'; else $(CYGPATH_W) '$(srcdir)/bios/multiproc/mpcheck.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mpcheck.Tpo $(DEPDIR)/mpcheck.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/multiproc/mpcheck.c' object='mpcheck.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mpcheck.obj `if test -f 'bios/multiproc/mpcheck.c'; then $(CYGPATH_W) 'bios/multiproc/mpcheck.c'; else $(CYGPATH_W) '$(srcdir)/bios/multiproc/mpcheck.c'; fi` - -pciirq.o: bios/pciirq/pciirq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pciirq.o -MD -MP -MF $(DEPDIR)/pciirq.Tpo -c -o pciirq.o `test -f 'bios/pciirq/pciirq.c' || echo '$(srcdir)/'`bios/pciirq/pciirq.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pciirq.Tpo $(DEPDIR)/pciirq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/pciirq/pciirq.c' object='pciirq.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pciirq.o `test -f 'bios/pciirq/pciirq.c' || echo '$(srcdir)/'`bios/pciirq/pciirq.c - -pciirq.obj: bios/pciirq/pciirq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pciirq.obj -MD -MP -MF $(DEPDIR)/pciirq.Tpo -c -o pciirq.obj `if test -f 'bios/pciirq/pciirq.c'; then $(CYGPATH_W) 'bios/pciirq/pciirq.c'; else $(CYGPATH_W) '$(srcdir)/bios/pciirq/pciirq.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pciirq.Tpo $(DEPDIR)/pciirq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/pciirq/pciirq.c' object='pciirq.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pciirq.obj `if test -f 'bios/pciirq/pciirq.c'; then $(CYGPATH_W) 'bios/pciirq/pciirq.c'; else $(CYGPATH_W) '$(srcdir)/bios/pciirq/pciirq.c'; fi` - -pnp.o: bios/pnp/pnp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pnp.o -MD -MP -MF $(DEPDIR)/pnp.Tpo -c -o pnp.o `test -f 'bios/pnp/pnp.c' || echo '$(srcdir)/'`bios/pnp/pnp.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pnp.Tpo $(DEPDIR)/pnp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/pnp/pnp.c' object='pnp.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pnp.o `test -f 'bios/pnp/pnp.c' || echo '$(srcdir)/'`bios/pnp/pnp.c - -pnp.obj: bios/pnp/pnp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pnp.obj -MD -MP -MF $(DEPDIR)/pnp.Tpo -c -o pnp.obj `if test -f 'bios/pnp/pnp.c'; then $(CYGPATH_W) 'bios/pnp/pnp.c'; else $(CYGPATH_W) '$(srcdir)/bios/pnp/pnp.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pnp.Tpo $(DEPDIR)/pnp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/pnp/pnp.c' object='pnp.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pnp.obj `if test -f 'bios/pnp/pnp.c'; then $(CYGPATH_W) 'bios/pnp/pnp.c'; else $(CYGPATH_W) '$(srcdir)/bios/pnp/pnp.c'; fi` - -smbios.o: bios/smbios/smbios.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smbios.o -MD -MP -MF $(DEPDIR)/smbios.Tpo -c -o smbios.o `test -f 'bios/smbios/smbios.c' || echo '$(srcdir)/'`bios/smbios/smbios.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/smbios.Tpo $(DEPDIR)/smbios.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/smbios/smbios.c' object='smbios.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smbios.o `test -f 'bios/smbios/smbios.c' || echo '$(srcdir)/'`bios/smbios/smbios.c - -smbios.obj: bios/smbios/smbios.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT smbios.obj -MD -MP -MF $(DEPDIR)/smbios.Tpo -c -o smbios.obj `if test -f 'bios/smbios/smbios.c'; then $(CYGPATH_W) 'bios/smbios/smbios.c'; else $(CYGPATH_W) '$(srcdir)/bios/smbios/smbios.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/smbios.Tpo $(DEPDIR)/smbios.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bios/smbios/smbios.c' object='smbios.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o smbios.obj `if test -f 'bios/smbios/smbios.c'; then $(CYGPATH_W) 'bios/smbios/smbios.c'; else $(CYGPATH_W) '$(srcdir)/bios/smbios/smbios.c'; fi` - -cmosdump.o: cmos/cmosdump/cmosdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cmosdump.o -MD -MP -MF $(DEPDIR)/cmosdump.Tpo -c -o cmosdump.o `test -f 'cmos/cmosdump/cmosdump.c' || echo '$(srcdir)/'`cmos/cmosdump/cmosdump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cmosdump.Tpo $(DEPDIR)/cmosdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmos/cmosdump/cmosdump.c' object='cmosdump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cmosdump.o `test -f 'cmos/cmosdump/cmosdump.c' || echo '$(srcdir)/'`cmos/cmosdump/cmosdump.c - -cmosdump.obj: cmos/cmosdump/cmosdump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cmosdump.obj -MD -MP -MF $(DEPDIR)/cmosdump.Tpo -c -o cmosdump.obj `if test -f 'cmos/cmosdump/cmosdump.c'; then $(CYGPATH_W) 'cmos/cmosdump/cmosdump.c'; else $(CYGPATH_W) '$(srcdir)/cmos/cmosdump/cmosdump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cmosdump.Tpo $(DEPDIR)/cmosdump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cmos/cmosdump/cmosdump.c' object='cmosdump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cmosdump.obj `if test -f 'cmos/cmosdump/cmosdump.c'; then $(CYGPATH_W) 'cmos/cmosdump/cmosdump.c'; else $(CYGPATH_W) '$(srcdir)/cmos/cmosdump/cmosdump.c'; fi` - -dmi_decode.o: dmi/dmi_decode/dmi_decode.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmi_decode.o -MD -MP -MF $(DEPDIR)/dmi_decode.Tpo -c -o dmi_decode.o `test -f 'dmi/dmi_decode/dmi_decode.c' || echo '$(srcdir)/'`dmi/dmi_decode/dmi_decode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmi_decode.Tpo $(DEPDIR)/dmi_decode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dmi/dmi_decode/dmi_decode.c' object='dmi_decode.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmi_decode.o `test -f 'dmi/dmi_decode/dmi_decode.c' || echo '$(srcdir)/'`dmi/dmi_decode/dmi_decode.c - -dmi_decode.obj: dmi/dmi_decode/dmi_decode.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dmi_decode.obj -MD -MP -MF $(DEPDIR)/dmi_decode.Tpo -c -o dmi_decode.obj `if test -f 'dmi/dmi_decode/dmi_decode.c'; then $(CYGPATH_W) 'dmi/dmi_decode/dmi_decode.c'; else $(CYGPATH_W) '$(srcdir)/dmi/dmi_decode/dmi_decode.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dmi_decode.Tpo $(DEPDIR)/dmi_decode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dmi/dmi_decode/dmi_decode.c' object='dmi_decode.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dmi_decode.obj `if test -f 'dmi/dmi_decode/dmi_decode.c'; then $(CYGPATH_W) 'dmi/dmi_decode/dmi_decode.c'; else $(CYGPATH_W) '$(srcdir)/dmi/dmi_decode/dmi_decode.c'; fi` - -hpet_check.o: hpet/hpet_check/hpet_check.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hpet_check.o -MD -MP -MF $(DEPDIR)/hpet_check.Tpo -c -o hpet_check.o `test -f 'hpet/hpet_check/hpet_check.c' || echo '$(srcdir)/'`hpet/hpet_check/hpet_check.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hpet_check.Tpo $(DEPDIR)/hpet_check.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hpet/hpet_check/hpet_check.c' object='hpet_check.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hpet_check.o `test -f 'hpet/hpet_check/hpet_check.c' || echo '$(srcdir)/'`hpet/hpet_check/hpet_check.c - -hpet_check.obj: hpet/hpet_check/hpet_check.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hpet_check.obj -MD -MP -MF $(DEPDIR)/hpet_check.Tpo -c -o hpet_check.obj `if test -f 'hpet/hpet_check/hpet_check.c'; then $(CYGPATH_W) 'hpet/hpet_check/hpet_check.c'; else $(CYGPATH_W) '$(srcdir)/hpet/hpet_check/hpet_check.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hpet_check.Tpo $(DEPDIR)/hpet_check.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hpet/hpet_check/hpet_check.c' object='hpet_check.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hpet_check.obj `if test -f 'hpet/hpet_check/hpet_check.c'; then $(CYGPATH_W) 'hpet/hpet_check/hpet_check.c'; else $(CYGPATH_W) '$(srcdir)/hpet/hpet_check/hpet_check.c'; fi` - -crs.o: pci/crs/crs.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crs.o -MD -MP -MF $(DEPDIR)/crs.Tpo -c -o crs.o `test -f 'pci/crs/crs.c' || echo '$(srcdir)/'`pci/crs/crs.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/crs.Tpo $(DEPDIR)/crs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci/crs/crs.c' object='crs.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crs.o `test -f 'pci/crs/crs.c' || echo '$(srcdir)/'`pci/crs/crs.c - -crs.obj: pci/crs/crs.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crs.obj -MD -MP -MF $(DEPDIR)/crs.Tpo -c -o crs.obj `if test -f 'pci/crs/crs.c'; then $(CYGPATH_W) 'pci/crs/crs.c'; else $(CYGPATH_W) '$(srcdir)/pci/crs/crs.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/crs.Tpo $(DEPDIR)/crs.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci/crs/crs.c' object='crs.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crs.obj `if test -f 'pci/crs/crs.c'; then $(CYGPATH_W) 'pci/crs/crs.c'; else $(CYGPATH_W) '$(srcdir)/pci/crs/crs.c'; fi` - -maxreadreq.o: pci/maxreadreq/maxreadreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maxreadreq.o -MD -MP -MF $(DEPDIR)/maxreadreq.Tpo -c -o maxreadreq.o `test -f 'pci/maxreadreq/maxreadreq.c' || echo '$(srcdir)/'`pci/maxreadreq/maxreadreq.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/maxreadreq.Tpo $(DEPDIR)/maxreadreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci/maxreadreq/maxreadreq.c' object='maxreadreq.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maxreadreq.o `test -f 'pci/maxreadreq/maxreadreq.c' || echo '$(srcdir)/'`pci/maxreadreq/maxreadreq.c - -maxreadreq.obj: pci/maxreadreq/maxreadreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maxreadreq.obj -MD -MP -MF $(DEPDIR)/maxreadreq.Tpo -c -o maxreadreq.obj `if test -f 'pci/maxreadreq/maxreadreq.c'; then $(CYGPATH_W) 'pci/maxreadreq/maxreadreq.c'; else $(CYGPATH_W) '$(srcdir)/pci/maxreadreq/maxreadreq.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/maxreadreq.Tpo $(DEPDIR)/maxreadreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci/maxreadreq/maxreadreq.c' object='maxreadreq.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maxreadreq.obj `if test -f 'pci/maxreadreq/maxreadreq.c'; then $(CYGPATH_W) 'pci/maxreadreq/maxreadreq.c'; else $(CYGPATH_W) '$(srcdir)/pci/maxreadreq/maxreadreq.c'; fi` - -virt.o: cpu/virt/virt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt.o -MD -MP -MF $(DEPDIR)/virt.Tpo -c -o virt.o `test -f 'cpu/virt/virt.c' || echo '$(srcdir)/'`cpu/virt/virt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt.Tpo $(DEPDIR)/virt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt.c' object='virt.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt.o `test -f 'cpu/virt/virt.c' || echo '$(srcdir)/'`cpu/virt/virt.c - -virt.obj: cpu/virt/virt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt.obj -MD -MP -MF $(DEPDIR)/virt.Tpo -c -o virt.obj `if test -f 'cpu/virt/virt.c'; then $(CYGPATH_W) 'cpu/virt/virt.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt.Tpo $(DEPDIR)/virt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt.c' object='virt.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt.obj `if test -f 'cpu/virt/virt.c'; then $(CYGPATH_W) 'cpu/virt/virt.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt.c'; fi` - -virt_svm.o: cpu/virt/virt_svm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt_svm.o -MD -MP -MF $(DEPDIR)/virt_svm.Tpo -c -o virt_svm.o `test -f 'cpu/virt/virt_svm.c' || echo '$(srcdir)/'`cpu/virt/virt_svm.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt_svm.Tpo $(DEPDIR)/virt_svm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt_svm.c' object='virt_svm.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt_svm.o `test -f 'cpu/virt/virt_svm.c' || echo '$(srcdir)/'`cpu/virt/virt_svm.c - -virt_svm.obj: cpu/virt/virt_svm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt_svm.obj -MD -MP -MF $(DEPDIR)/virt_svm.Tpo -c -o virt_svm.obj `if test -f 'cpu/virt/virt_svm.c'; then $(CYGPATH_W) 'cpu/virt/virt_svm.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt_svm.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt_svm.Tpo $(DEPDIR)/virt_svm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt_svm.c' object='virt_svm.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt_svm.obj `if test -f 'cpu/virt/virt_svm.c'; then $(CYGPATH_W) 'cpu/virt/virt_svm.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt_svm.c'; fi` - -virt_vmx.o: cpu/virt/virt_vmx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt_vmx.o -MD -MP -MF $(DEPDIR)/virt_vmx.Tpo -c -o virt_vmx.o `test -f 'cpu/virt/virt_vmx.c' || echo '$(srcdir)/'`cpu/virt/virt_vmx.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt_vmx.Tpo $(DEPDIR)/virt_vmx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt_vmx.c' object='virt_vmx.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt_vmx.o `test -f 'cpu/virt/virt_vmx.c' || echo '$(srcdir)/'`cpu/virt/virt_vmx.c - -virt_vmx.obj: cpu/virt/virt_vmx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT virt_vmx.obj -MD -MP -MF $(DEPDIR)/virt_vmx.Tpo -c -o virt_vmx.obj `if test -f 'cpu/virt/virt_vmx.c'; then $(CYGPATH_W) 'cpu/virt/virt_vmx.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt_vmx.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/virt_vmx.Tpo $(DEPDIR)/virt_vmx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/virt/virt_vmx.c' object='virt_vmx.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o virt_vmx.obj `if test -f 'cpu/virt/virt_vmx.c'; then $(CYGPATH_W) 'cpu/virt/virt_vmx.c'; else $(CYGPATH_W) '$(srcdir)/cpu/virt/virt_vmx.c'; fi` - -maxfreq.o: cpu/maxfreq/maxfreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maxfreq.o -MD -MP -MF $(DEPDIR)/maxfreq.Tpo -c -o maxfreq.o `test -f 'cpu/maxfreq/maxfreq.c' || echo '$(srcdir)/'`cpu/maxfreq/maxfreq.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/maxfreq.Tpo $(DEPDIR)/maxfreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/maxfreq/maxfreq.c' object='maxfreq.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maxfreq.o `test -f 'cpu/maxfreq/maxfreq.c' || echo '$(srcdir)/'`cpu/maxfreq/maxfreq.c - -maxfreq.obj: cpu/maxfreq/maxfreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT maxfreq.obj -MD -MP -MF $(DEPDIR)/maxfreq.Tpo -c -o maxfreq.obj `if test -f 'cpu/maxfreq/maxfreq.c'; then $(CYGPATH_W) 'cpu/maxfreq/maxfreq.c'; else $(CYGPATH_W) '$(srcdir)/cpu/maxfreq/maxfreq.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/maxfreq.Tpo $(DEPDIR)/maxfreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/maxfreq/maxfreq.c' object='maxfreq.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o maxfreq.obj `if test -f 'cpu/maxfreq/maxfreq.c'; then $(CYGPATH_W) 'cpu/maxfreq/maxfreq.c'; else $(CYGPATH_W) '$(srcdir)/cpu/maxfreq/maxfreq.c'; fi` - -cpufreq.o: cpu/cpufreq/cpufreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpufreq.o -MD -MP -MF $(DEPDIR)/cpufreq.Tpo -c -o cpufreq.o `test -f 'cpu/cpufreq/cpufreq.c' || echo '$(srcdir)/'`cpu/cpufreq/cpufreq.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cpufreq.Tpo $(DEPDIR)/cpufreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/cpufreq/cpufreq.c' object='cpufreq.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpufreq.o `test -f 'cpu/cpufreq/cpufreq.c' || echo '$(srcdir)/'`cpu/cpufreq/cpufreq.c - -cpufreq.obj: cpu/cpufreq/cpufreq.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpufreq.obj -MD -MP -MF $(DEPDIR)/cpufreq.Tpo -c -o cpufreq.obj `if test -f 'cpu/cpufreq/cpufreq.c'; then $(CYGPATH_W) 'cpu/cpufreq/cpufreq.c'; else $(CYGPATH_W) '$(srcdir)/cpu/cpufreq/cpufreq.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cpufreq.Tpo $(DEPDIR)/cpufreq.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/cpufreq/cpufreq.c' object='cpufreq.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpufreq.obj `if test -f 'cpu/cpufreq/cpufreq.c'; then $(CYGPATH_W) 'cpu/cpufreq/cpufreq.c'; else $(CYGPATH_W) '$(srcdir)/cpu/cpufreq/cpufreq.c'; fi` - -nx.o: cpu/nx/nx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nx.o -MD -MP -MF $(DEPDIR)/nx.Tpo -c -o nx.o `test -f 'cpu/nx/nx.c' || echo '$(srcdir)/'`cpu/nx/nx.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nx.Tpo $(DEPDIR)/nx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/nx/nx.c' object='nx.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nx.o `test -f 'cpu/nx/nx.c' || echo '$(srcdir)/'`cpu/nx/nx.c - -nx.obj: cpu/nx/nx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT nx.obj -MD -MP -MF $(DEPDIR)/nx.Tpo -c -o nx.obj `if test -f 'cpu/nx/nx.c'; then $(CYGPATH_W) 'cpu/nx/nx.c'; else $(CYGPATH_W) '$(srcdir)/cpu/nx/nx.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/nx.Tpo $(DEPDIR)/nx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/nx/nx.c' object='nx.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nx.obj `if test -f 'cpu/nx/nx.c'; then $(CYGPATH_W) 'cpu/nx/nx.c'; else $(CYGPATH_W) '$(srcdir)/cpu/nx/nx.c'; fi` - -msr.o: cpu/msr/msr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msr.o -MD -MP -MF $(DEPDIR)/msr.Tpo -c -o msr.o `test -f 'cpu/msr/msr.c' || echo '$(srcdir)/'`cpu/msr/msr.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msr.Tpo $(DEPDIR)/msr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/msr/msr.c' object='msr.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msr.o `test -f 'cpu/msr/msr.c' || echo '$(srcdir)/'`cpu/msr/msr.c - -msr.obj: cpu/msr/msr.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msr.obj -MD -MP -MF $(DEPDIR)/msr.Tpo -c -o msr.obj `if test -f 'cpu/msr/msr.c'; then $(CYGPATH_W) 'cpu/msr/msr.c'; else $(CYGPATH_W) '$(srcdir)/cpu/msr/msr.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msr.Tpo $(DEPDIR)/msr.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/msr/msr.c' object='msr.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msr.obj `if test -f 'cpu/msr/msr.c'; then $(CYGPATH_W) 'cpu/msr/msr.c'; else $(CYGPATH_W) '$(srcdir)/cpu/msr/msr.c'; fi` - -microcode.o: cpu/microcode/microcode.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT microcode.o -MD -MP -MF $(DEPDIR)/microcode.Tpo -c -o microcode.o `test -f 'cpu/microcode/microcode.c' || echo '$(srcdir)/'`cpu/microcode/microcode.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/microcode.Tpo $(DEPDIR)/microcode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/microcode/microcode.c' object='microcode.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o microcode.o `test -f 'cpu/microcode/microcode.c' || echo '$(srcdir)/'`cpu/microcode/microcode.c - -microcode.obj: cpu/microcode/microcode.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT microcode.obj -MD -MP -MF $(DEPDIR)/microcode.Tpo -c -o microcode.obj `if test -f 'cpu/microcode/microcode.c'; then $(CYGPATH_W) 'cpu/microcode/microcode.c'; else $(CYGPATH_W) '$(srcdir)/cpu/microcode/microcode.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/microcode.Tpo $(DEPDIR)/microcode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu/microcode/microcode.c' object='microcode.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o microcode.obj `if test -f 'cpu/microcode/microcode.c'; then $(CYGPATH_W) 'cpu/microcode/microcode.c'; else $(CYGPATH_W) '$(srcdir)/cpu/microcode/microcode.c'; fi` - -hotkey.o: hotkey/hotkey/hotkey.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hotkey.o -MD -MP -MF $(DEPDIR)/hotkey.Tpo -c -o hotkey.o `test -f 'hotkey/hotkey/hotkey.c' || echo '$(srcdir)/'`hotkey/hotkey/hotkey.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hotkey.Tpo $(DEPDIR)/hotkey.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hotkey/hotkey/hotkey.c' object='hotkey.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hotkey.o `test -f 'hotkey/hotkey/hotkey.c' || echo '$(srcdir)/'`hotkey/hotkey/hotkey.c - -hotkey.obj: hotkey/hotkey/hotkey.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hotkey.obj -MD -MP -MF $(DEPDIR)/hotkey.Tpo -c -o hotkey.obj `if test -f 'hotkey/hotkey/hotkey.c'; then $(CYGPATH_W) 'hotkey/hotkey/hotkey.c'; else $(CYGPATH_W) '$(srcdir)/hotkey/hotkey/hotkey.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/hotkey.Tpo $(DEPDIR)/hotkey.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hotkey/hotkey/hotkey.c' object='hotkey.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hotkey.obj `if test -f 'hotkey/hotkey/hotkey.c'; then $(CYGPATH_W) 'hotkey/hotkey/hotkey.c'; else $(CYGPATH_W) '$(srcdir)/hotkey/hotkey/hotkey.c'; fi` - -version.o: kernel/version/version.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.o -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.o `test -f 'kernel/version/version.c' || echo '$(srcdir)/'`kernel/version/version.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kernel/version/version.c' object='version.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.o `test -f 'kernel/version/version.c' || echo '$(srcdir)/'`kernel/version/version.c - -version.obj: kernel/version/version.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.obj -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.obj `if test -f 'kernel/version/version.c'; then $(CYGPATH_W) 'kernel/version/version.c'; else $(CYGPATH_W) '$(srcdir)/kernel/version/version.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kernel/version/version.c' object='version.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.obj `if test -f 'kernel/version/version.c'; then $(CYGPATH_W) 'kernel/version/version.c'; else $(CYGPATH_W) '$(srcdir)/kernel/version/version.c'; fi` - -oops.o: kernel/oops/oops.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT oops.o -MD -MP -MF $(DEPDIR)/oops.Tpo -c -o oops.o `test -f 'kernel/oops/oops.c' || echo '$(srcdir)/'`kernel/oops/oops.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/oops.Tpo $(DEPDIR)/oops.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kernel/oops/oops.c' object='oops.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o oops.o `test -f 'kernel/oops/oops.c' || echo '$(srcdir)/'`kernel/oops/oops.c - -oops.obj: kernel/oops/oops.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT oops.obj -MD -MP -MF $(DEPDIR)/oops.Tpo -c -o oops.obj `if test -f 'kernel/oops/oops.c'; then $(CYGPATH_W) 'kernel/oops/oops.c'; else $(CYGPATH_W) '$(srcdir)/kernel/oops/oops.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/oops.Tpo $(DEPDIR)/oops.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kernel/oops/oops.c' object='oops.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o oops.obj `if test -f 'kernel/oops/oops.c'; then $(CYGPATH_W) 'kernel/oops/oops.c'; else $(CYGPATH_W) '$(srcdir)/kernel/oops/oops.c'; fi` - -csm.o: uefi/csm/csm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csm.o -MD -MP -MF $(DEPDIR)/csm.Tpo -c -o csm.o `test -f 'uefi/csm/csm.c' || echo '$(srcdir)/'`uefi/csm/csm.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/csm.Tpo $(DEPDIR)/csm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='uefi/csm/csm.c' object='csm.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csm.o `test -f 'uefi/csm/csm.c' || echo '$(srcdir)/'`uefi/csm/csm.c - -csm.obj: uefi/csm/csm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT csm.obj -MD -MP -MF $(DEPDIR)/csm.Tpo -c -o csm.obj `if test -f 'uefi/csm/csm.c'; then $(CYGPATH_W) 'uefi/csm/csm.c'; else $(CYGPATH_W) '$(srcdir)/uefi/csm/csm.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/csm.Tpo $(DEPDIR)/csm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='uefi/csm/csm.c' object='csm.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o csm.obj `if test -f 'uefi/csm/csm.c'; then $(CYGPATH_W) 'uefi/csm/csm.c'; else $(CYGPATH_W) '$(srcdir)/uefi/csm/csm.c'; fi` - -uefidump.o: uefi/uefidump/uefidump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uefidump.o -MD -MP -MF $(DEPDIR)/uefidump.Tpo -c -o uefidump.o `test -f 'uefi/uefidump/uefidump.c' || echo '$(srcdir)/'`uefi/uefidump/uefidump.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/uefidump.Tpo $(DEPDIR)/uefidump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='uefi/uefidump/uefidump.c' object='uefidump.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uefidump.o `test -f 'uefi/uefidump/uefidump.c' || echo '$(srcdir)/'`uefi/uefidump/uefidump.c - -uefidump.obj: uefi/uefidump/uefidump.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uefidump.obj -MD -MP -MF $(DEPDIR)/uefidump.Tpo -c -o uefidump.obj `if test -f 'uefi/uefidump/uefidump.c'; then $(CYGPATH_W) 'uefi/uefidump/uefidump.c'; else $(CYGPATH_W) '$(srcdir)/uefi/uefidump/uefidump.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/uefidump.Tpo $(DEPDIR)/uefidump.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='uefi/uefidump/uefidump.c' object='uefidump.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uefidump.obj `if test -f 'uefi/uefidump/uefidump.c'; then $(CYGPATH_W) 'uefi/uefidump/uefidump.c'; else $(CYGPATH_W) '$(srcdir)/uefi/uefidump/uefidump.c'; fi` - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" - @list=''; test -n "$(man1dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @list='$(MANS)'; if test -n "$$list"; then \ - list=`for p in $$list; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ - if test -n "$$list" && \ - grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ - echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ - grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ - echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ - echo " typically \`make maintainer-clean' will remove them" >&2; \ - exit 1; \ - else :; fi; \ - else :; fi - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-recursive -all-am: Makefile $(PROGRAMS) $(MANS) -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: install-binPROGRAMS - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: install-man1 - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ - install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-binPROGRAMS \ - clean-generic clean-libtool ctags ctags-recursive distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-man1 install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-binPROGRAMS uninstall-man uninstall-man1 - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru fwts-0.24.16/src/pci/aspm/aspm.c fwts-0.24.17/src/pci/aspm/aspm.c --- fwts-0.24.16/src/pci/aspm/aspm.c 1970-01-01 00:00:00.000000000 +0000 +++ fwts-0.24.17/src/pci/aspm/aspm.c 2012-01-31 06:15:22.000000000 +0000 @@ -0,0 +1,78 @@ +/* + * Copyright (C) 2011-2012 Canonical + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "fwts.h" + +static int facp_get_aspm_control(fwts_framework *fw, int *aspm) +{ + fwts_acpi_table_info *table; + fwts_acpi_table_fadt *fadt; + + if (fwts_acpi_find_table(fw, "FACP", 0, &table) != FWTS_OK) { + return FWTS_ERROR; + } + fadt = (fwts_acpi_table_fadt*)table->data; + + if ((fadt->iapc_boot_arch & FWTS_FACP_IAPC_BOOT_ARCH_PCIE_ASPM_CONTROLS) == 0) { + *aspm = 1; + fwts_log_info(fw, "PCIE ASPM is controlled by Linux kernel."); + } else { + *aspm = 0; + fwts_log_info(fw, "PCIE ASPM is not controlled by Linux kernel."); + } + + return FWTS_OK; +} + +static int aspm_check_configuration(fwts_framework *fw) +{ + int ret; + int aspm_facp; + + ret = facp_get_aspm_control(fw, &aspm_facp); + if (ret == FWTS_ERROR) { + fwts_log_info(fw, "No valid FACP information present: cannot test aspm."); + return FWTS_ERROR; + } + + return ret; +} + +static fwts_framework_minor_test aspm_tests[] = { + { aspm_check_configuration, "PCIe ASPM configuration test." }, + { NULL, NULL } +}; + +static fwts_framework_ops aspm_ops = { + .description = "PCIe ASPM check.", + .minor_tests = aspm_tests +}; + +FWTS_REGISTER(aspm, &aspm_ops, FWTS_TEST_ANYTIME, FWTS_BATCH); diff -Nru fwts-0.24.16/src/pci/crs/crs.c fwts-0.24.17/src/pci/crs/crs.c --- fwts-0.24.16/src/pci/crs/crs.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/pci/crs/crs.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/pci/maxreadreq/maxreadreq.c fwts-0.24.17/src/pci/maxreadreq/maxreadreq.c --- fwts-0.24.16/src/pci/maxreadreq/maxreadreq.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/pci/maxreadreq/maxreadreq.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This file was original part of the Linux-ready Firmware Developer Kit * diff -Nru fwts-0.24.16/src/uefi/csm/csm.c fwts-0.24.17/src/uefi/csm/csm.c --- fwts-0.24.16/src/uefi/csm/csm.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/uefi/csm/csm.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Canonical + * Copyright (C) 2011-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/src/uefi/uefidump/uefidump.c fwts-0.24.17/src/uefi/uefidump/uefidump.c --- fwts-0.24.16/src/uefi/uefidump/uefidump.c 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/src/uefi/uefidump/uefidump.c 2012-01-31 06:15:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -Nru fwts-0.24.16/update_version.sh fwts-0.24.17/update_version.sh --- fwts-0.24.16/update_version.sh 2012-01-09 10:52:29.000000000 +0000 +++ fwts-0.24.17/update_version.sh 2012-01-31 06:15:22.000000000 +0000 @@ -8,7 +8,7 @@ version=$1 cat << EOF > src/lib/include/fwts_version.h /* - * Copyright (C) 2010-2011 Canonical + * Copyright (C) 2010-2012 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License