[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:04:19 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 48b791637224db73e9ef3d394016bfd0a49f9c80
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Sep 7 11:54:51 2009 +0300

    Automakify LLVM build.

diff --git a/configure b/configure
index 1761185..0454775 100755
--- a/configure
+++ b/configure
@@ -930,8 +930,8 @@ ac_subst_files=''
 ac_user_opts='
 enable_option_checking
 enable_silent_rules
-enable_shared
 enable_static
+enable_shared
 with_pic
 enable_fast_install
 enable_dependency_tracking
@@ -1614,8 +1614,8 @@ Optional Features:
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-silent-rules          less verbose build output (undo: `make V=1')
   --disable-silent-rules         verbose build output (undo: `make V=0')
+  --enable-static[=PKGS]  build static libraries [default=no]
   --enable-shared[=PKGS]  build shared libraries [default=yes]
-  --enable-static[=PKGS]  build static libraries [default=yes]
   --enable-fast-install[=PKGS]
                           optimize for fast installation [default=yes]
   --disable-dependency-tracking  speeds up one-time build
@@ -7288,34 +7288,27 @@ done
 
 # Set options
 enable_dlopen=yes
-
-
-
-
-  enable_win32_dll=no
-
-
-            # Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
+# Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+  enableval=$enable_static; p=${PACKAGE-default}
     case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
     *)
-      enable_shared=no
+     enable_static=no
       # Look at the argument we got.  We use all the common list separators.
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
 	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
+	  enable_static=yes
 	fi
       done
       IFS="$lt_save_ifs"
       ;;
     esac
 else
-  enable_shared=yes
+  enable_static=no
 fi
 
 
@@ -7326,27 +7319,32 @@ fi
 
 
 
-  # Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
+
+
+  enable_win32_dll=no
+
+
+            # Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+  enableval=$enable_shared; p=${PACKAGE-default}
     case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
     *)
-     enable_static=no
+      enable_shared=no
       # Look at the argument we got.  We use all the common list separators.
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
 	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
+	  enable_shared=yes
 	fi
       done
       IFS="$lt_save_ifs"
       ;;
     esac
 else
-  enable_static=yes
+  enable_shared=yes
 fi
 
 
@@ -7358,6 +7356,7 @@ fi
 
 
 
+
 # Check whether --with-pic was given.
 if test "${with_pic+set}" = set; then :
   withval=$with_pic; pic_mode="$withval"
@@ -7785,11 +7784,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:7788: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:7787: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:7792: \$? = $ac_status" >&5
+   echo "$as_me:7791: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -8124,11 +8123,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8127: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8126: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:8131: \$? = $ac_status" >&5
+   echo "$as_me:8130: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -8229,11 +8228,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8232: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8231: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:8236: \$? = $ac_status" >&5
+   echo "$as_me:8235: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -8284,11 +8283,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8287: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8286: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:8291: \$? = $ac_status" >&5
+   echo "$as_me:8290: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -10667,7 +10666,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10670 "configure"
+#line 10669 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -10763,7 +10762,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10766 "configure"
+#line 10765 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11435,7 +11434,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11438 "configure"
+#line 11437 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -20479,8 +20478,8 @@ double_quote_subst='$double_quote_subst'
 delay_variable_subst='$delay_variable_subst'
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
@@ -21499,12 +21498,12 @@ available_tags=""
 macro_version=$macro_version
 macro_revision=$macro_revision
 
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
 # Whether or not to build static libraries.
 build_old_libs=$enable_static
 
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
 # What type of objects to build.
 pic_mode=$pic_mode
 
@@ -23058,8 +23057,8 @@ double_quote_subst='$double_quote_subst'
 delay_variable_subst='$delay_variable_subst'
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
@@ -24080,12 +24079,12 @@ available_tags=""
 macro_version=$macro_version
 macro_revision=$macro_revision
 
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
 # Whether or not to build static libraries.
 build_old_libs=$enable_static
 
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
 # What type of objects to build.
 pic_mode=$pic_mode
 
diff --git a/configure.in b/configure.in
index d7b28ca..d4ad044 100644
--- a/configure.in
+++ b/configure.in
@@ -57,7 +57,7 @@ AC_PROG_LN_S
 AC_PROG_MAKE_SET
 
 LT_CONFIG_LTDL_DIR([libltdl])
-LT_INIT([dlopen])
+LT_INIT([dlopen disable-static])
 LTDL_INIT([recursive])
 AC_CONFIG_FILES([libltdl/Makefile])
 
diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
index 71ade5f..99e16b5 100644
--- a/libclamav/Makefile.in
+++ b/libclamav/Makefile.in
@@ -151,7 +151,8 @@ am__libclamav_la_SOURCES_DIST = clamav.h matcher-ac.c matcher-ac.h \
 	sha256.h bignum.h bytecode.c bytecode.h bytecode_vm.c \
 	bytecode_priv.h clambc.h cpio.c cpio.h macho.c macho.h \
 	ishield.c ishield.h type_desc.h bytecode_api.c \
-	bytecode_api_decl.c bytecode_api.h bignum.c bignum_class.h
+	bytecode_api_decl.c bytecode_api.h bytecode_api_impl.h \
+	bignum.c bignum_class.h
 @LINK_TOMMATH_FALSE at am__objects_1 = libclamav_la-bignum.lo
 am_libclamav_la_OBJECTS = libclamav_la-matcher-ac.lo \
 	libclamav_la-matcher-bm.lo libclamav_la-matcher.lo \
@@ -639,7 +640,8 @@ libclamav_la_SOURCES = clamav.h matcher-ac.c matcher-ac.h matcher-bm.c \
 	sha256.h bignum.h bytecode.c bytecode.h bytecode_vm.c \
 	bytecode_priv.h clambc.h cpio.c cpio.h macho.c macho.h \
 	ishield.c ishield.h type_desc.h bytecode_api.c \
-	bytecode_api_decl.c bytecode_api.h $(am__append_7)
+	bytecode_api_decl.c bytecode_api.h bytecode_api_impl.h \
+	$(am__append_7)
 noinst_LTLIBRARIES = libclamav_internal_utils.la libclamav_internal_utils_nothreads.la libclamav_nocxx.la
 COMMON_CLEANFILES = version.h version.h.tmp *.gcda *.gcno
 @MAINTAINER_MODE_TRUE at BUILT_SOURCES = jsparse/generated/operators.h jsparse/generated/keywords.h jsparse-keywords.gperf
diff --git a/libclamav/c++/Makefile.am b/libclamav/c++/Makefile.am
index f1061d1..60ae5cd 100644
--- a/libclamav/c++/Makefile.am
+++ b/libclamav/c++/Makefile.am
@@ -21,17 +21,444 @@ else
 LLVM_CONFIG=llvm/Release/bin/llvm-config
 endif
 
-$(LLVM_CONFIG): build-llvm
-
+#$(LLVM_CONFIG): build-llvm
 # we know this will be built with GNU make, so its safe to use GNU make specific
 # $(shell ...)
-LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
-libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
-libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
-libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
+#LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
+#libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
+libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) $(LLVM_INCLUDES) $(LLVM_DEFS)
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
+libclamavcxx_la_LIBADD=libllvmexecutionengine.la
+libclamavcxx_la_LDFLAGS=-no-undefined
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
 libclamavcxx_la_SOURCES = bytecode2llvm.cpp dummy.h
-noinst_LTLIBRARIES = libclamavcxx.la
-bytecode2llvm.cpp: build-llvm
+
+LLVM_INCLUDES=-I$(top_srcdir)/llvm/include -I$(top_builddir)/llvm/include
+# TODO: _DEBUG should be defined for --enable-debug, and NDEBUG otherwise, but
+# keep it like this while I'm testing LLVM
+# TODO: HP-UX should have -D_REENTRANT -D_HPUX_SOURCE
+LLVM_DEFS=-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -D_GNU_SOURCE
+LLVM_CXXFLAGS=-Woverloaded-virtual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings
+
+EXTRA_DIST=llvm/lib/System/README.txt
+libllvmsystem_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsystem_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsystem_la_LDFLAGS=-pthread
+libllvmsystem_la_LIBADD=-ldl
+libllvmsystem_la_SOURCES = \
+    llvm/lib/System/Alarm.cpp\
+    llvm/lib/System/Atomic.cpp\
+    llvm/lib/System/Disassembler.cpp\
+    llvm/lib/System/DynamicLibrary.cpp\
+    llvm/lib/System/Errno.cpp\
+    llvm/lib/System/Host.cpp\
+    llvm/lib/System/IncludeFile.cpp\
+    llvm/lib/System/Memory.cpp\
+    llvm/lib/System/Mutex.cpp\
+    llvm/lib/System/Path.cpp\
+    llvm/lib/System/Process.cpp\
+    llvm/lib/System/Program.cpp\
+    llvm/lib/System/RWMutex.cpp\
+    llvm/lib/System/Signals.cpp\
+    llvm/lib/System/ThreadLocal.cpp\
+    llvm/lib/System/Threading.cpp\
+    llvm/lib/System/TimeValue.cpp\
+    llvm/lib/System/Unix/Alarm.inc\
+    llvm/lib/System/Unix/Host.inc\
+    llvm/lib/System/Unix/Memory.inc\
+    llvm/lib/System/Unix/Mutex.inc\
+    llvm/lib/System/Unix/Path.inc\
+    llvm/lib/System/Unix/Process.inc\
+    llvm/lib/System/Unix/Program.inc\
+    llvm/lib/System/Unix/RWMutex.inc\
+    llvm/lib/System/Unix/Signals.inc\
+    llvm/lib/System/Unix/ThreadLocal.inc\
+    llvm/lib/System/Unix/TimeValue.inc\
+    llvm/lib/System/Win32/Alarm.inc\
+    llvm/lib/System/Win32/DynamicLibrary.inc\
+    llvm/lib/System/Win32/Host.inc\
+    llvm/lib/System/Win32/Memory.inc\
+    llvm/lib/System/Win32/Mutex.inc\
+    llvm/lib/System/Win32/Path.inc\
+    llvm/lib/System/Win32/Process.inc\
+    llvm/lib/System/Win32/Program.inc\
+    llvm/lib/System/Win32/RWMutex.inc\
+    llvm/lib/System/Win32/Signals.inc\
+    llvm/lib/System/Win32/ThreadLocal.inc\
+    llvm/lib/System/Win32/TimeValue.inc
+
+libllvmsupport_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsupport_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsupport_la_LIBADD=libllvmsystem.la
+libllvmsupport_la_SOURCES=\
+    llvm/lib/Support/APFloat.cpp\
+    llvm/lib/Support/APInt.cpp\
+    llvm/lib/Support/APSInt.cpp\
+    llvm/lib/Support/Allocator.cpp\
+    llvm/lib/Support/CommandLine.cpp\
+    llvm/lib/Support/ConstantRange.cpp\
+    llvm/lib/Support/Debug.cpp\
+    llvm/lib/Support/Dwarf.cpp\
+    llvm/lib/Support/ErrorHandling.cpp\
+    llvm/lib/Support/FileUtilities.cpp\
+    llvm/lib/Support/FoldingSet.cpp\
+    llvm/lib/Support/FormattedStream.cpp\
+    llvm/lib/Support/GraphWriter.cpp\
+    llvm/lib/Support/IsInf.cpp\
+    llvm/lib/Support/IsNAN.cpp\
+    llvm/lib/Support/ManagedStatic.cpp\
+    llvm/lib/Support/MemoryBuffer.cpp\
+    llvm/lib/Support/PluginLoader.cpp\
+    llvm/lib/Support/PrettyStackTrace.cpp\
+    llvm/lib/Support/SlowOperationInformer.cpp\
+    llvm/lib/Support/SmallPtrSet.cpp\
+    llvm/lib/Support/SourceMgr.cpp\
+    llvm/lib/Support/Statistic.cpp\
+    llvm/lib/Support/StringExtras.cpp\
+    llvm/lib/Support/StringMap.cpp\
+    llvm/lib/Support/StringPool.cpp\
+    llvm/lib/Support/SystemUtils.cpp\
+    llvm/lib/Support/TargetRegistry.cpp\
+    llvm/lib/Support/Timer.cpp\
+    llvm/lib/Support/Triple.cpp\
+    llvm/lib/Support/Twine.cpp\
+    llvm/lib/Support/raw_os_ostream.cpp\
+    llvm/lib/Support/raw_ostream.cpp\
+    llvm/lib/Support/Regex.cpp\
+    llvm/lib/Support/regcomp.c\
+    llvm/lib/Support/regerror.c\
+    llvm/lib/Support/regexec.c\
+    llvm/lib/Support/regfree.c\
+    llvm/lib/Support/regstrlcpy.c
+
+tblgen_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+tblgen_CXXFLAGS=$(LLVM_CXXFLAGS)
+tblgen_LDADD=libllvmsystem.la libllvmsupport.la
+#TODO: if VERSIONSCRIPT
+tblgen_LDFLAGS= -Wl,--version-script, at top_srcdir@/llvm/autoconf/ExportMap.map
+tblgen_SOURCES=\
+  llvm/utils/TableGen/AsmMatcherEmitter.cpp\
+  llvm/utils/TableGen/AsmWriterEmitter.cpp\
+  llvm/utils/TableGen/CallingConvEmitter.cpp\
+  llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp\
+  llvm/utils/TableGen/CodeEmitterGen.cpp\
+  llvm/utils/TableGen/CodeGenDAGPatterns.cpp\
+  llvm/utils/TableGen/CodeGenInstruction.cpp\
+  llvm/utils/TableGen/CodeGenTarget.cpp\
+  llvm/utils/TableGen/DAGISelEmitter.cpp\
+  llvm/utils/TableGen/FastISelEmitter.cpp\
+  llvm/utils/TableGen/InstrEnumEmitter.cpp\
+  llvm/utils/TableGen/InstrInfoEmitter.cpp\
+  llvm/utils/TableGen/IntrinsicEmitter.cpp\
+  llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp\
+  llvm/utils/TableGen/Record.cpp\
+  llvm/utils/TableGen/RegisterInfoEmitter.cpp\
+  llvm/utils/TableGen/SubtargetEmitter.cpp\
+  llvm/utils/TableGen/TGLexer.cpp\
+  llvm/utils/TableGen/TGParser.cpp\
+  llvm/utils/TableGen/TGValueTypes.cpp\
+  llvm/utils/TableGen/TableGen.cpp\
+  llvm/utils/TableGen/TableGenBackend.cpp
+
+TBLGEN_FLAGS=-I$(top_srcdir)/llvm/include -I$(top_srcdir)/llvm/lib/Target -I$(top_srcdir)/llvm/lib/Target/X86
+TBLGEN=$(top_builddir)/tblgen
+X86GenRegisterInfo.h.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc-header -o $@ $<
+
+X86GenRegisterNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-enums -o $@ $<
+
+X86GenRegisterInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc -o $@ $<
+
+X86GenInstrNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-enums -o $@ $<
+
+X86GenInstrInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-desc -o $@ $<
+
+X86GenAsmWriter.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -o $@ $<
+
+X86GenAsmWriter1.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -asmwriternum=1 -o $@ $<
+
+X86GenAsmMatcher.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-matcher -o $@ $<
+
+X86GenDAGISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-dag-isel -o $@ $<
+
+X86GenFastISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-fast-isel -o $@ $<
+
+X86GenCallingConv.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-callingconv -o $@ $<
+
+X86GenSubtarget.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-subtarget -o $@ $<
+
+libllvmcore_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmcore_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmcore_la_LIBADD=libllvmsupport.la
+libllvmcore_la_SOURCES=\
+ llvm/lib/VMCore/AsmWriter.cpp\
+ llvm/lib/VMCore/Attributes.cpp\
+ llvm/lib/VMCore/AutoUpgrade.cpp\
+ llvm/lib/VMCore/BasicBlock.cpp\
+ llvm/lib/VMCore/ConstantFold.cpp\
+ llvm/lib/VMCore/Constants.cpp\
+ llvm/lib/VMCore/Core.cpp\
+ llvm/lib/VMCore/Dominators.cpp\
+ llvm/lib/VMCore/Function.cpp\
+ llvm/lib/VMCore/Globals.cpp\
+ llvm/lib/VMCore/InlineAsm.cpp\
+ llvm/lib/VMCore/Instruction.cpp\
+ llvm/lib/VMCore/Instructions.cpp\
+ llvm/lib/VMCore/IntrinsicInst.cpp\
+ llvm/lib/VMCore/LLVMContext.cpp\
+ llvm/lib/VMCore/LeakDetector.cpp\
+ llvm/lib/VMCore/Mangler.cpp\
+ llvm/lib/VMCore/Metadata.cpp\
+ llvm/lib/VMCore/Module.cpp\
+ llvm/lib/VMCore/ModuleProvider.cpp\
+ llvm/lib/VMCore/Pass.cpp\
+ llvm/lib/VMCore/PassManager.cpp\
+ llvm/lib/VMCore/PrintModulePass.cpp\
+ llvm/lib/VMCore/Type.cpp\
+ llvm/lib/VMCore/TypeSymbolTable.cpp\
+ llvm/lib/VMCore/Use.cpp\
+ llvm/lib/VMCore/Value.cpp\
+ llvm/lib/VMCore/ValueSymbolTable.cpp\
+ llvm/lib/VMCore/ValueTypes.cpp\
+ llvm/lib/VMCore/Verifier.cpp
+
+libllvmtargetx86_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_builddir) -I$(top_srcdir)/llvm/lib/Target/X86
+BUILT_SOURCES=X86GenRegisterInfo.h.inc X86GenRegisterNames.inc X86GenRegisterInfo.inc X86GenInstrNames.inc X86GenInstrInfo.inc X86GenAsmWriter.inc X86GenAsmWriter1.inc X86GenAsmMatcher.inc X86GenDAGISel.inc X86GenFastISel.inc X86GenCallingConv.inc X86GenSubtarget.inc
+
+libllvmtargetx86_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtargetx86_la_SOURCES=\
+    llvm/lib/Target/X86/X86CodeEmitter.cpp\
+    llvm/lib/Target/X86/X86ELFWriterInfo.cpp\
+    llvm/lib/Target/X86/X86FloatingPoint.cpp\
+    llvm/lib/Target/X86/X86FloatingPointRegKill.cpp\
+    llvm/lib/Target/X86/X86ISelDAGToDAG.cpp\
+    llvm/lib/Target/X86/X86ISelLowering.cpp\
+    llvm/lib/Target/X86/X86InstrInfo.cpp\
+    llvm/lib/Target/X86/X86JITInfo.cpp\
+    llvm/lib/Target/X86/X86MCAsmInfo.cpp\
+    llvm/lib/Target/X86/X86RegisterInfo.cpp\
+    llvm/lib/Target/X86/X86Subtarget.cpp\
+    llvm/lib/Target/X86/X86TargetMachine.cpp\
+    llvm/lib/Target/X86/X86FastISel.cpp\
+    llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
+
+libllvmtarget_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmtarget_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtarget_la_LIBADD=libllvmtargetx86.la libllvmcore.la libllvmmc.la
+libllvmtarget_la_SOURCES=\
+  llvm/lib/Target/SubtargetFeature.cpp\
+  llvm/lib/Target/Target.cpp\
+  llvm/lib/Target/TargetData.cpp\
+  llvm/lib/Target/TargetELFWriterInfo.cpp\
+  llvm/lib/Target/TargetFrameInfo.cpp\
+  llvm/lib/Target/TargetInstrInfo.cpp\
+  llvm/lib/Target/TargetIntrinsicInfo.cpp\
+  llvm/lib/Target/TargetLoweringObjectFile.cpp\
+  llvm/lib/Target/TargetMachOWriterInfo.cpp\
+  llvm/lib/Target/TargetMachine.cpp\
+  llvm/lib/Target/TargetRegisterInfo.cpp\
+  llvm/lib/Target/TargetSubtarget.cpp
+
+libllvmmc_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmmc_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmmc_la_SOURCES=\
+  llvm/lib/MC/MCAsmInfo.cpp\
+  llvm/lib/MC/MCAsmInfoCOFF.cpp\
+ llvm/lib/MC/MCAsmInfoDarwin.cpp\
+ llvm/lib/MC/MCAsmLexer.cpp\
+ llvm/lib/MC/MCAsmParser.cpp\
+ llvm/lib/MC/MCAsmStreamer.cpp\
+ llvm/lib/MC/MCAssembler.cpp\
+ llvm/lib/MC/MCCodeEmitter.cpp\
+ llvm/lib/MC/MCContext.cpp\
+ llvm/lib/MC/MCExpr.cpp\
+ llvm/lib/MC/MCInst.cpp\
+ llvm/lib/MC/MCMachOStreamer.cpp\
+ llvm/lib/MC/MCNullStreamer.cpp\
+ llvm/lib/MC/MCSection.cpp\
+ llvm/lib/MC/MCSectionELF.cpp\
+ llvm/lib/MC/MCSectionMachO.cpp\
+ llvm/lib/MC/MCStreamer.cpp\
+ llvm/lib/MC/MCSymbol.cpp\
+ llvm/lib/MC/MCValue.cpp\
+ llvm/lib/MC/TargetAsmParser.cpp
+
+libllvmsdag_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsdag_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsdag_la_LIBADD=libllvmcodegen.la
+libllvmsdag_la_SOURCES=\
+  llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp\
+  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp\
+  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp\
+  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DIE.cpp\
+  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+
+libllvmipa_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmipa_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmipa_la_SOURCES=\
+ llvm/lib/Analysis/AliasAnalysis.cpp\
+ llvm/lib/Analysis/AliasSetTracker.cpp\
+ llvm/lib/Analysis/BasicAliasAnalysis.cpp\
+ llvm/lib/Analysis/CaptureTracking.cpp\
+ llvm/lib/Analysis/ConstantFolding.cpp\
+ llvm/lib/Analysis/DebugInfo.cpp\
+ llvm/lib/Analysis/IVUsers.cpp\
+ llvm/lib/Analysis/LiveValues.cpp\
+ llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
+ llvm/lib/Analysis/LoopInfo.cpp\
+ llvm/lib/Analysis/LoopPass.cpp\
+ llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
+ llvm/lib/Analysis/ScalarEvolution.cpp\
+ llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
+ llvm/lib/Analysis/ValueTracking.cpp
+
+libllvmcodegen_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmcodegen_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmcodegen_la_LIBADD=libllvmscalar.la libllvmipa.la libllvmtransformutils.la
+libllvmcodegen_la_SOURCES=\
+  llvm/lib/CodeGen/BranchFolding.cpp\
+  llvm/lib/CodeGen/CodePlacementOpt.cpp\
+  llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
+  llvm/lib/CodeGen/DwarfEHPrepare.cpp\
+  llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
+  llvm/lib/CodeGen/GCMetadata.cpp\
+  llvm/lib/CodeGen/GCMetadataPrinter.cpp\
+  llvm/lib/CodeGen/GCStrategy.cpp\
+  llvm/lib/CodeGen/IfConversion.cpp\
+  llvm/lib/CodeGen/IntrinsicLowering.cpp\
+  llvm/lib/CodeGen/LLVMTargetMachine.cpp\
+  llvm/lib/CodeGen/LatencyPriorityQueue.cpp\
+  llvm/lib/CodeGen/LazyLiveness.cpp\
+  llvm/lib/CodeGen/LiveInterval.cpp\
+  llvm/lib/CodeGen/LiveIntervalAnalysis.cpp\
+  llvm/lib/CodeGen/LiveStackAnalysis.cpp\
+ llvm/lib/CodeGen/LiveVariables.cpp\
+ llvm/lib/CodeGen/LowerSubregs.cpp\
+ llvm/lib/CodeGen/MachineBasicBlock.cpp\
+ llvm/lib/CodeGen/MachineDominators.cpp\
+ llvm/lib/CodeGen/MachineFunction.cpp\
+ llvm/lib/CodeGen/MachineFunctionAnalysis.cpp\
+ llvm/lib/CodeGen/MachineFunctionPass.cpp\
+ llvm/lib/CodeGen/MachineInstr.cpp\
+ llvm/lib/CodeGen/MachineLICM.cpp\
+ llvm/lib/CodeGen/MachineLoopInfo.cpp\
+ llvm/lib/CodeGen/MachineModuleInfo.cpp\
+ llvm/lib/CodeGen/MachinePassRegistry.cpp\
+ llvm/lib/CodeGen/MachineRegisterInfo.cpp\
+ llvm/lib/CodeGen/MachineSink.cpp\
+ llvm/lib/CodeGen/MachineVerifier.cpp\
+ llvm/lib/CodeGen/ObjectCodeEmitter.cpp\
+ llvm/lib/CodeGen/OcamlGC.cpp\
+ llvm/lib/CodeGen/PHIElimination.cpp\
+ llvm/lib/CodeGen/Passes.cpp\
+ llvm/lib/CodeGen/PostRASchedulerList.cpp\
+ llvm/lib/CodeGen/PreAllocSplitting.cpp\
+ llvm/lib/CodeGen/PrologEpilogInserter.cpp\
+ llvm/lib/CodeGen/PseudoSourceValue.cpp\
+ llvm/lib/CodeGen/RegAllocLinearScan.cpp\
+ llvm/lib/CodeGen/RegAllocLocal.cpp\
+ llvm/lib/CodeGen/RegAllocPBQP.cpp\
+ llvm/lib/CodeGen/RegAllocSimple.cpp\
+ llvm/lib/CodeGen/RegisterCoalescer.cpp\
+ llvm/lib/CodeGen/RegisterScavenging.cpp\
+ llvm/lib/CodeGen/ScheduleDAG.cpp\
+ llvm/lib/CodeGen/ScheduleDAGEmit.cpp\
+ llvm/lib/CodeGen/ScheduleDAGInstrs.cpp\
+ llvm/lib/CodeGen/ScheduleDAGPrinter.cpp\
+ llvm/lib/CodeGen/ShadowStackGC.cpp\
+ llvm/lib/CodeGen/ShrinkWrapping.cpp\
+ llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp\
+ llvm/lib/CodeGen/SjLjEHPrepare.cpp\
+ llvm/lib/CodeGen/Spiller.cpp\
+ llvm/lib/CodeGen/StackProtector.cpp\
+ llvm/lib/CodeGen/StackSlotColoring.cpp\
+ llvm/lib/CodeGen/StrongPHIElimination.cpp\
+ llvm/lib/CodeGen/TargetInstrInfoImpl.cpp\
+ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp\
+ llvm/lib/CodeGen/UnreachableBlockElim.cpp\
+ llvm/lib/CodeGen/VirtRegMap.cpp\
+ llvm/lib/CodeGen/VirtRegRewriter.cpp
+
+
+libllvmscalar_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmscalar_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmscalar_la_SOURCES=\
+ llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
+ llvm/lib/Transforms/Scalar/DCE.cpp\
+ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+
+libllvmtransformutils_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmtransformutils_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtransformutils_la_SOURCES=\
+  llvm/lib/Transforms/Utils/AddrModeMatcher.cpp\
+  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
+  llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
+  llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
+  llvm/lib/Transforms/Utils/Local.cpp\
+  llvm/lib/Transforms/Utils/LoopSimplify.cpp\
+  llvm/lib/Transforms/Utils/LowerAllocations.cpp\
+  llvm/lib/Transforms/Utils/LowerInvoke.cpp\
+  llvm/lib/Transforms/Utils/LowerSwitch.cpp\
+  llvm/lib/Transforms/Utils/Mem2Reg.cpp\
+  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp\
+  llvm/lib/Transforms/Utils/SimplifyCFG.cpp\
+  llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+
+libllvmexecutionengine_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmexecutionengine_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
+libllvmexecutionengine_la_LIBADD=libllvmtarget.la libllvmsdag.la
+libllvmexecutionengine_la_SOURCES=\
+ llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
+ llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
+ llvm/lib/ExecutionEngine/JIT/JIT.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
+ llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp\
+ llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+
+noinst_LTLIBRARIES = libclamavcxx.la libllvmsupport.la libllvmsystem.la\
+		     libllvmcore.la libllvmtargetx86.la libllvmtarget.la\
+		     libllvmsdag.la libllvmcodegen.la libllvmexecutionengine.la\
+		     libllvmscalar.la libllvmipa.la libllvmtransformutils.la\
+		     libllvmmc.la
+noinst_PROGRAMS = tblgen
+#bytecode2llvm.cpp: build-llvm
 
 build-llvm:
 	+$(GMAKE) -C llvm OPTIMIZE_OPTION=-O2 libs-only
diff --git a/libclamav/c++/Makefile.in b/libclamav/c++/Makefile.in
index 944824a..312bf6f 100644
--- a/libclamav/c++/Makefile.in
+++ b/libclamav/c++/Makefile.in
@@ -30,6 +30,7 @@
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 #  MA 02110-1301, USA.
 
+
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
@@ -50,6 +51,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
+noinst_PROGRAMS = tblgen$(EXEEXT)
 subdir = .
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
@@ -70,7 +72,7 @@ CONFIG_HEADER = clamavcxx-config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
-libclamavcxx_la_LIBADD =
+libclamavcxx_la_DEPENDENCIES = libllvmexecutionengine.la
 am_libclamavcxx_la_OBJECTS = libclamavcxx_la-bytecode2llvm.lo
 libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
 AM_V_lt = $(am__v_lt_$(V))
@@ -80,29 +82,319 @@ libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(libclamavcxx_la_LDFLAGS) \
 	$(LDFLAGS) -o $@
+libllvmcodegen_la_DEPENDENCIES = libllvmscalar.la libllvmipa.la \
+	libllvmtransformutils.la
+am_libllvmcodegen_la_OBJECTS = libllvmcodegen_la-BranchFolding.lo \
+	libllvmcodegen_la-CodePlacementOpt.lo \
+	libllvmcodegen_la-DeadMachineInstructionElim.lo \
+	libllvmcodegen_la-DwarfEHPrepare.lo \
+	libllvmcodegen_la-ExactHazardRecognizer.lo \
+	libllvmcodegen_la-GCMetadata.lo \
+	libllvmcodegen_la-GCMetadataPrinter.lo \
+	libllvmcodegen_la-GCStrategy.lo \
+	libllvmcodegen_la-IfConversion.lo \
+	libllvmcodegen_la-IntrinsicLowering.lo \
+	libllvmcodegen_la-LLVMTargetMachine.lo \
+	libllvmcodegen_la-LatencyPriorityQueue.lo \
+	libllvmcodegen_la-LazyLiveness.lo \
+	libllvmcodegen_la-LiveInterval.lo \
+	libllvmcodegen_la-LiveIntervalAnalysis.lo \
+	libllvmcodegen_la-LiveStackAnalysis.lo \
+	libllvmcodegen_la-LiveVariables.lo \
+	libllvmcodegen_la-LowerSubregs.lo \
+	libllvmcodegen_la-MachineBasicBlock.lo \
+	libllvmcodegen_la-MachineDominators.lo \
+	libllvmcodegen_la-MachineFunction.lo \
+	libllvmcodegen_la-MachineFunctionAnalysis.lo \
+	libllvmcodegen_la-MachineFunctionPass.lo \
+	libllvmcodegen_la-MachineInstr.lo \
+	libllvmcodegen_la-MachineLICM.lo \
+	libllvmcodegen_la-MachineLoopInfo.lo \
+	libllvmcodegen_la-MachineModuleInfo.lo \
+	libllvmcodegen_la-MachinePassRegistry.lo \
+	libllvmcodegen_la-MachineRegisterInfo.lo \
+	libllvmcodegen_la-MachineSink.lo \
+	libllvmcodegen_la-MachineVerifier.lo \
+	libllvmcodegen_la-ObjectCodeEmitter.lo \
+	libllvmcodegen_la-OcamlGC.lo \
+	libllvmcodegen_la-PHIElimination.lo \
+	libllvmcodegen_la-Passes.lo \
+	libllvmcodegen_la-PostRASchedulerList.lo \
+	libllvmcodegen_la-PreAllocSplitting.lo \
+	libllvmcodegen_la-PrologEpilogInserter.lo \
+	libllvmcodegen_la-PseudoSourceValue.lo \
+	libllvmcodegen_la-RegAllocLinearScan.lo \
+	libllvmcodegen_la-RegAllocLocal.lo \
+	libllvmcodegen_la-RegAllocPBQP.lo \
+	libllvmcodegen_la-RegAllocSimple.lo \
+	libllvmcodegen_la-RegisterCoalescer.lo \
+	libllvmcodegen_la-RegisterScavenging.lo \
+	libllvmcodegen_la-ScheduleDAG.lo \
+	libllvmcodegen_la-ScheduleDAGEmit.lo \
+	libllvmcodegen_la-ScheduleDAGInstrs.lo \
+	libllvmcodegen_la-ScheduleDAGPrinter.lo \
+	libllvmcodegen_la-ShadowStackGC.lo \
+	libllvmcodegen_la-ShrinkWrapping.lo \
+	libllvmcodegen_la-SimpleRegisterCoalescing.lo \
+	libllvmcodegen_la-SjLjEHPrepare.lo \
+	libllvmcodegen_la-Spiller.lo \
+	libllvmcodegen_la-StackProtector.lo \
+	libllvmcodegen_la-StackSlotColoring.lo \
+	libllvmcodegen_la-StrongPHIElimination.lo \
+	libllvmcodegen_la-TargetInstrInfoImpl.lo \
+	libllvmcodegen_la-TwoAddressInstructionPass.lo \
+	libllvmcodegen_la-UnreachableBlockElim.lo \
+	libllvmcodegen_la-VirtRegMap.lo \
+	libllvmcodegen_la-VirtRegRewriter.lo
+libllvmcodegen_la_OBJECTS = $(am_libllvmcodegen_la_OBJECTS)
+libllvmcodegen_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmcore_la_DEPENDENCIES = libllvmsupport.la
+am_libllvmcore_la_OBJECTS = libllvmcore_la-AsmWriter.lo \
+	libllvmcore_la-Attributes.lo libllvmcore_la-AutoUpgrade.lo \
+	libllvmcore_la-BasicBlock.lo libllvmcore_la-ConstantFold.lo \
+	libllvmcore_la-Constants.lo libllvmcore_la-Core.lo \
+	libllvmcore_la-Dominators.lo libllvmcore_la-Function.lo \
+	libllvmcore_la-Globals.lo libllvmcore_la-InlineAsm.lo \
+	libllvmcore_la-Instruction.lo libllvmcore_la-Instructions.lo \
+	libllvmcore_la-IntrinsicInst.lo libllvmcore_la-LLVMContext.lo \
+	libllvmcore_la-LeakDetector.lo libllvmcore_la-Mangler.lo \
+	libllvmcore_la-Metadata.lo libllvmcore_la-Module.lo \
+	libllvmcore_la-ModuleProvider.lo libllvmcore_la-Pass.lo \
+	libllvmcore_la-PassManager.lo \
+	libllvmcore_la-PrintModulePass.lo libllvmcore_la-Type.lo \
+	libllvmcore_la-TypeSymbolTable.lo libllvmcore_la-Use.lo \
+	libllvmcore_la-Value.lo libllvmcore_la-ValueSymbolTable.lo \
+	libllvmcore_la-ValueTypes.lo libllvmcore_la-Verifier.lo
+libllvmcore_la_OBJECTS = $(am_libllvmcore_la_OBJECTS)
+libllvmcore_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmexecutionengine_la_DEPENDENCIES = libllvmtarget.la \
+	libllvmsdag.la
+am_libllvmexecutionengine_la_OBJECTS =  \
+	libllvmexecutionengine_la-ExecutionEngine.lo \
+	libllvmexecutionengine_la-Intercept.lo \
+	libllvmexecutionengine_la-JIT.lo \
+	libllvmexecutionengine_la-JITDwarfEmitter.lo \
+	libllvmexecutionengine_la-JITEmitter.lo \
+	libllvmexecutionengine_la-JITMemoryManager.lo \
+	libllvmexecutionengine_la-OProfileJITEventListener.lo \
+	libllvmexecutionengine_la-TargetSelect.lo
+libllvmexecutionengine_la_OBJECTS =  \
+	$(am_libllvmexecutionengine_la_OBJECTS)
+libllvmexecutionengine_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+libllvmipa_la_LIBADD =
+am_libllvmipa_la_OBJECTS = libllvmipa_la-AliasAnalysis.lo \
+	libllvmipa_la-AliasSetTracker.lo \
+	libllvmipa_la-BasicAliasAnalysis.lo \
+	libllvmipa_la-CaptureTracking.lo \
+	libllvmipa_la-ConstantFolding.lo libllvmipa_la-DebugInfo.lo \
+	libllvmipa_la-IVUsers.lo libllvmipa_la-LiveValues.lo \
+	libllvmipa_la-LoopDependenceAnalysis.lo \
+	libllvmipa_la-LoopInfo.lo libllvmipa_la-LoopPass.lo \
+	libllvmipa_la-MemoryDependenceAnalysis.lo \
+	libllvmipa_la-ScalarEvolution.lo \
+	libllvmipa_la-ScalarEvolutionExpander.lo \
+	libllvmipa_la-ValueTracking.lo
+libllvmipa_la_OBJECTS = $(am_libllvmipa_la_OBJECTS)
+libllvmipa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+	-o $@
+libllvmmc_la_LIBADD =
+am_libllvmmc_la_OBJECTS = libllvmmc_la-MCAsmInfo.lo \
+	libllvmmc_la-MCAsmInfoCOFF.lo libllvmmc_la-MCAsmInfoDarwin.lo \
+	libllvmmc_la-MCAsmLexer.lo libllvmmc_la-MCAsmParser.lo \
+	libllvmmc_la-MCAsmStreamer.lo libllvmmc_la-MCAssembler.lo \
+	libllvmmc_la-MCCodeEmitter.lo libllvmmc_la-MCContext.lo \
+	libllvmmc_la-MCExpr.lo libllvmmc_la-MCInst.lo \
+	libllvmmc_la-MCMachOStreamer.lo libllvmmc_la-MCNullStreamer.lo \
+	libllvmmc_la-MCSection.lo libllvmmc_la-MCSectionELF.lo \
+	libllvmmc_la-MCSectionMachO.lo libllvmmc_la-MCStreamer.lo \
+	libllvmmc_la-MCSymbol.lo libllvmmc_la-MCValue.lo \
+	libllvmmc_la-TargetAsmParser.lo
+libllvmmc_la_OBJECTS = $(am_libllvmmc_la_OBJECTS)
+libllvmmc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libllvmmc_la_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+libllvmscalar_la_LIBADD =
+am_libllvmscalar_la_OBJECTS = libllvmscalar_la-CodeGenPrepare.lo \
+	libllvmscalar_la-DCE.lo libllvmscalar_la-LoopStrengthReduce.lo
+libllvmscalar_la_OBJECTS = $(am_libllvmscalar_la_OBJECTS)
+libllvmscalar_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmsdag_la_DEPENDENCIES = libllvmcodegen.la
+am_libllvmsdag_la_OBJECTS = libllvmsdag_la-CallingConvLower.lo \
+	libllvmsdag_la-DAGCombiner.lo libllvmsdag_la-FastISel.lo \
+	libllvmsdag_la-LegalizeDAG.lo \
+	libllvmsdag_la-LegalizeFloatTypes.lo \
+	libllvmsdag_la-LegalizeIntegerTypes.lo \
+	libllvmsdag_la-LegalizeTypes.lo \
+	libllvmsdag_la-LegalizeTypesGeneric.lo \
+	libllvmsdag_la-LegalizeVectorOps.lo \
+	libllvmsdag_la-LegalizeVectorTypes.lo \
+	libllvmsdag_la-ScheduleDAGFast.lo \
+	libllvmsdag_la-ScheduleDAGList.lo \
+	libllvmsdag_la-ScheduleDAGRRList.lo \
+	libllvmsdag_la-ScheduleDAGSDNodes.lo \
+	libllvmsdag_la-ScheduleDAGSDNodesEmit.lo \
+	libllvmsdag_la-SelectionDAG.lo \
+	libllvmsdag_la-SelectionDAGBuild.lo \
+	libllvmsdag_la-SelectionDAGISel.lo \
+	libllvmsdag_la-SelectionDAGPrinter.lo \
+	libllvmsdag_la-TargetLowering.lo libllvmsdag_la-DwarfWriter.lo \
+	libllvmsdag_la-DwarfDebug.lo libllvmsdag_la-DwarfException.lo \
+	libllvmsdag_la-DwarfLabel.lo libllvmsdag_la-DwarfPrinter.lo \
+	libllvmsdag_la-DIE.lo libllvmsdag_la-AsmPrinter.lo
+libllvmsdag_la_OBJECTS = $(am_libllvmsdag_la_OBJECTS)
+libllvmsdag_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmsupport_la_DEPENDENCIES = libllvmsystem.la
+am_libllvmsupport_la_OBJECTS = libllvmsupport_la-APFloat.lo \
+	libllvmsupport_la-APInt.lo libllvmsupport_la-APSInt.lo \
+	libllvmsupport_la-Allocator.lo \
+	libllvmsupport_la-CommandLine.lo \
+	libllvmsupport_la-ConstantRange.lo libllvmsupport_la-Debug.lo \
+	libllvmsupport_la-Dwarf.lo libllvmsupport_la-ErrorHandling.lo \
+	libllvmsupport_la-FileUtilities.lo \
+	libllvmsupport_la-FoldingSet.lo \
+	libllvmsupport_la-FormattedStream.lo \
+	libllvmsupport_la-GraphWriter.lo libllvmsupport_la-IsInf.lo \
+	libllvmsupport_la-IsNAN.lo libllvmsupport_la-ManagedStatic.lo \
+	libllvmsupport_la-MemoryBuffer.lo \
+	libllvmsupport_la-PluginLoader.lo \
+	libllvmsupport_la-PrettyStackTrace.lo \
+	libllvmsupport_la-SlowOperationInformer.lo \
+	libllvmsupport_la-SmallPtrSet.lo \
+	libllvmsupport_la-SourceMgr.lo libllvmsupport_la-Statistic.lo \
+	libllvmsupport_la-StringExtras.lo \
+	libllvmsupport_la-StringMap.lo libllvmsupport_la-StringPool.lo \
+	libllvmsupport_la-SystemUtils.lo \
+	libllvmsupport_la-TargetRegistry.lo libllvmsupport_la-Timer.lo \
+	libllvmsupport_la-Triple.lo libllvmsupport_la-Twine.lo \
+	libllvmsupport_la-raw_os_ostream.lo \
+	libllvmsupport_la-raw_ostream.lo libllvmsupport_la-Regex.lo \
+	libllvmsupport_la-regcomp.lo libllvmsupport_la-regerror.lo \
+	libllvmsupport_la-regexec.lo libllvmsupport_la-regfree.lo \
+	libllvmsupport_la-regstrlcpy.lo
+libllvmsupport_la_OBJECTS = $(am_libllvmsupport_la_OBJECTS)
+libllvmsupport_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmsystem_la_DEPENDENCIES =
+am_libllvmsystem_la_OBJECTS = libllvmsystem_la-Alarm.lo \
+	libllvmsystem_la-Atomic.lo libllvmsystem_la-Disassembler.lo \
+	libllvmsystem_la-DynamicLibrary.lo libllvmsystem_la-Errno.lo \
+	libllvmsystem_la-Host.lo libllvmsystem_la-IncludeFile.lo \
+	libllvmsystem_la-Memory.lo libllvmsystem_la-Mutex.lo \
+	libllvmsystem_la-Path.lo libllvmsystem_la-Process.lo \
+	libllvmsystem_la-Program.lo libllvmsystem_la-RWMutex.lo \
+	libllvmsystem_la-Signals.lo libllvmsystem_la-ThreadLocal.lo \
+	libllvmsystem_la-Threading.lo libllvmsystem_la-TimeValue.lo
+libllvmsystem_la_OBJECTS = $(am_libllvmsystem_la_OBJECTS)
+libllvmsystem_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) \
+	$(libllvmsystem_la_LDFLAGS) $(LDFLAGS) -o $@
+libllvmtarget_la_DEPENDENCIES = libllvmtargetx86.la libllvmcore.la \
+	libllvmmc.la
+am_libllvmtarget_la_OBJECTS = libllvmtarget_la-SubtargetFeature.lo \
+	libllvmtarget_la-Target.lo libllvmtarget_la-TargetData.lo \
+	libllvmtarget_la-TargetELFWriterInfo.lo \
+	libllvmtarget_la-TargetFrameInfo.lo \
+	libllvmtarget_la-TargetInstrInfo.lo \
+	libllvmtarget_la-TargetIntrinsicInfo.lo \
+	libllvmtarget_la-TargetLoweringObjectFile.lo \
+	libllvmtarget_la-TargetMachOWriterInfo.lo \
+	libllvmtarget_la-TargetMachine.lo \
+	libllvmtarget_la-TargetRegisterInfo.lo \
+	libllvmtarget_la-TargetSubtarget.lo
+libllvmtarget_la_OBJECTS = $(am_libllvmtarget_la_OBJECTS)
+libllvmtarget_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmtargetx86_la_LIBADD =
+am_libllvmtargetx86_la_OBJECTS =  \
+	libllvmtargetx86_la-X86CodeEmitter.lo \
+	libllvmtargetx86_la-X86ELFWriterInfo.lo \
+	libllvmtargetx86_la-X86FloatingPoint.lo \
+	libllvmtargetx86_la-X86FloatingPointRegKill.lo \
+	libllvmtargetx86_la-X86ISelDAGToDAG.lo \
+	libllvmtargetx86_la-X86ISelLowering.lo \
+	libllvmtargetx86_la-X86InstrInfo.lo \
+	libllvmtargetx86_la-X86JITInfo.lo \
+	libllvmtargetx86_la-X86MCAsmInfo.lo \
+	libllvmtargetx86_la-X86RegisterInfo.lo \
+	libllvmtargetx86_la-X86Subtarget.lo \
+	libllvmtargetx86_la-X86TargetMachine.lo \
+	libllvmtargetx86_la-X86FastISel.lo \
+	libllvmtargetx86_la-X86TargetInfo.lo
+libllvmtargetx86_la_OBJECTS = $(am_libllvmtargetx86_la_OBJECTS)
+libllvmtargetx86_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+libllvmtransformutils_la_LIBADD =
+am_libllvmtransformutils_la_OBJECTS =  \
+	libllvmtransformutils_la-AddrModeMatcher.lo \
+	libllvmtransformutils_la-BasicBlockUtils.lo \
+	libllvmtransformutils_la-BreakCriticalEdges.lo \
+	libllvmtransformutils_la-DemoteRegToStack.lo \
+	libllvmtransformutils_la-Local.lo \
+	libllvmtransformutils_la-LoopSimplify.lo \
+	libllvmtransformutils_la-LowerAllocations.lo \
+	libllvmtransformutils_la-LowerInvoke.lo \
+	libllvmtransformutils_la-LowerSwitch.lo \
+	libllvmtransformutils_la-Mem2Reg.lo \
+	libllvmtransformutils_la-PromoteMemoryToRegister.lo \
+	libllvmtransformutils_la-SimplifyCFG.lo \
+	libllvmtransformutils_la-UnifyFunctionExitNodes.lo
+libllvmtransformutils_la_OBJECTS =  \
+	$(am_libllvmtransformutils_la_OBJECTS)
+libllvmtransformutils_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+PROGRAMS = $(noinst_PROGRAMS)
+am_tblgen_OBJECTS = tblgen-AsmMatcherEmitter.$(OBJEXT) \
+	tblgen-AsmWriterEmitter.$(OBJEXT) \
+	tblgen-CallingConvEmitter.$(OBJEXT) \
+	tblgen-ClangDiagnosticsEmitter.$(OBJEXT) \
+	tblgen-CodeEmitterGen.$(OBJEXT) \
+	tblgen-CodeGenDAGPatterns.$(OBJEXT) \
+	tblgen-CodeGenInstruction.$(OBJEXT) \
+	tblgen-CodeGenTarget.$(OBJEXT) tblgen-DAGISelEmitter.$(OBJEXT) \
+	tblgen-FastISelEmitter.$(OBJEXT) \
+	tblgen-InstrEnumEmitter.$(OBJEXT) \
+	tblgen-InstrInfoEmitter.$(OBJEXT) \
+	tblgen-IntrinsicEmitter.$(OBJEXT) \
+	tblgen-LLVMCConfigurationEmitter.$(OBJEXT) \
+	tblgen-Record.$(OBJEXT) tblgen-RegisterInfoEmitter.$(OBJEXT) \
+	tblgen-SubtargetEmitter.$(OBJEXT) tblgen-TGLexer.$(OBJEXT) \
+	tblgen-TGParser.$(OBJEXT) tblgen-TGValueTypes.$(OBJEXT) \
+	tblgen-TableGen.$(OBJEXT) tblgen-TableGenBackend.$(OBJEXT)
+tblgen_OBJECTS = $(am_tblgen_OBJECTS)
+tblgen_DEPENDENCIES = libllvmsystem.la libllvmsupport.la
+tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
+	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
 DEFAULT_INCLUDES = -I. at am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_$(V))
-am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
-am__v_CXX_0 = @echo "  CXX   " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_$(V))
-am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
-am__v_CXXLD_0 = @echo "  CXXLD " $@;
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
@@ -112,6 +404,9 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 AM_V_CC = $(am__v_CC_$(V))
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 am__v_CC_0 = @echo "  CC    " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
 CCLD = $(CC)
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
@@ -119,11 +414,39 @@ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 AM_V_CCLD = $(am__v_CCLD_$(V))
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 am__v_CCLD_0 = @echo "  CCLD  " $@;
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_$(V))
+am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
+am__v_CXX_0 = @echo "  CXX   " $@;
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CXXLD = $(am__v_CXXLD_$(V))
+am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CXXLD_0 = @echo "  CXXLD " $@;
 AM_V_GEN = $(am__v_GEN_$(V))
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 am__v_GEN_0 = @echo "  GEN   " $@;
-SOURCES = $(libclamavcxx_la_SOURCES)
-DIST_SOURCES = $(libclamavcxx_la_SOURCES)
+SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
+	$(libllvmcore_la_SOURCES) $(libllvmexecutionengine_la_SOURCES) \
+	$(libllvmipa_la_SOURCES) $(libllvmmc_la_SOURCES) \
+	$(libllvmscalar_la_SOURCES) $(libllvmsdag_la_SOURCES) \
+	$(libllvmsupport_la_SOURCES) $(libllvmsystem_la_SOURCES) \
+	$(libllvmtarget_la_SOURCES) $(libllvmtargetx86_la_SOURCES) \
+	$(libllvmtransformutils_la_SOURCES) $(tblgen_SOURCES)
+DIST_SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
+	$(libllvmcore_la_SOURCES) $(libllvmexecutionengine_la_SOURCES) \
+	$(libllvmipa_la_SOURCES) $(libllvmmc_la_SOURCES) \
+	$(libllvmscalar_la_SOURCES) $(libllvmsdag_la_SOURCES) \
+	$(libllvmsupport_la_SOURCES) $(libllvmsystem_la_SOURCES) \
+	$(libllvmtarget_la_SOURCES) $(libllvmtargetx86_la_SOURCES) \
+	$(libllvmtransformutils_la_SOURCES) $(tblgen_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -180,6 +503,7 @@ LIBTOOL = @LIBTOOL@
 LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
 NM = @NM@
@@ -266,22 +590,411 @@ ACLOCAL_AMFLAGS = -I m4
 @DEBUG_BUILD_FALSE at LLVM_CONFIG = llvm/Release/bin/llvm-config
 @DEBUG_BUILD_TRUE at LLVM_CONFIG = llvm/Debug/bin/llvm-config
 
+#$(LLVM_CONFIG): build-llvm
 # we know this will be built with GNU make, so its safe to use GNU make specific
 # $(shell ...)
-LLVM_DEPS = $(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
-libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
-libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
-libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
+#LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
+#libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
+libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) $(LLVM_INCLUDES) $(LLVM_DEFS)
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
+libclamavcxx_la_LIBADD = libllvmexecutionengine.la
+libclamavcxx_la_LDFLAGS = -no-undefined
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
 libclamavcxx_la_SOURCES = bytecode2llvm.cpp dummy.h
-noinst_LTLIBRARIES = libclamavcxx.la
-all: clamavcxx-config.h
+LLVM_INCLUDES = -I$(top_srcdir)/llvm/include -I$(top_builddir)/llvm/include
+# TODO: _DEBUG should be defined for --enable-debug, and NDEBUG otherwise, but
+# keep it like this while I'm testing LLVM
+# TODO: HP-UX should have -D_REENTRANT -D_HPUX_SOURCE
+LLVM_DEFS = -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -D_GNU_SOURCE
+LLVM_CXXFLAGS = -Woverloaded-virtual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings
+EXTRA_DIST = llvm/lib/System/README.txt
+libllvmsystem_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsystem_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsystem_la_LDFLAGS = -pthread
+libllvmsystem_la_LIBADD = -ldl
+libllvmsystem_la_SOURCES = \
+    llvm/lib/System/Alarm.cpp\
+    llvm/lib/System/Atomic.cpp\
+    llvm/lib/System/Disassembler.cpp\
+    llvm/lib/System/DynamicLibrary.cpp\
+    llvm/lib/System/Errno.cpp\
+    llvm/lib/System/Host.cpp\
+    llvm/lib/System/IncludeFile.cpp\
+    llvm/lib/System/Memory.cpp\
+    llvm/lib/System/Mutex.cpp\
+    llvm/lib/System/Path.cpp\
+    llvm/lib/System/Process.cpp\
+    llvm/lib/System/Program.cpp\
+    llvm/lib/System/RWMutex.cpp\
+    llvm/lib/System/Signals.cpp\
+    llvm/lib/System/ThreadLocal.cpp\
+    llvm/lib/System/Threading.cpp\
+    llvm/lib/System/TimeValue.cpp\
+    llvm/lib/System/Unix/Alarm.inc\
+    llvm/lib/System/Unix/Host.inc\
+    llvm/lib/System/Unix/Memory.inc\
+    llvm/lib/System/Unix/Mutex.inc\
+    llvm/lib/System/Unix/Path.inc\
+    llvm/lib/System/Unix/Process.inc\
+    llvm/lib/System/Unix/Program.inc\
+    llvm/lib/System/Unix/RWMutex.inc\
+    llvm/lib/System/Unix/Signals.inc\
+    llvm/lib/System/Unix/ThreadLocal.inc\
+    llvm/lib/System/Unix/TimeValue.inc\
+    llvm/lib/System/Win32/Alarm.inc\
+    llvm/lib/System/Win32/DynamicLibrary.inc\
+    llvm/lib/System/Win32/Host.inc\
+    llvm/lib/System/Win32/Memory.inc\
+    llvm/lib/System/Win32/Mutex.inc\
+    llvm/lib/System/Win32/Path.inc\
+    llvm/lib/System/Win32/Process.inc\
+    llvm/lib/System/Win32/Program.inc\
+    llvm/lib/System/Win32/RWMutex.inc\
+    llvm/lib/System/Win32/Signals.inc\
+    llvm/lib/System/Win32/ThreadLocal.inc\
+    llvm/lib/System/Win32/TimeValue.inc
+
+libllvmsupport_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsupport_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsupport_la_LIBADD = libllvmsystem.la
+libllvmsupport_la_SOURCES = \
+    llvm/lib/Support/APFloat.cpp\
+    llvm/lib/Support/APInt.cpp\
+    llvm/lib/Support/APSInt.cpp\
+    llvm/lib/Support/Allocator.cpp\
+    llvm/lib/Support/CommandLine.cpp\
+    llvm/lib/Support/ConstantRange.cpp\
+    llvm/lib/Support/Debug.cpp\
+    llvm/lib/Support/Dwarf.cpp\
+    llvm/lib/Support/ErrorHandling.cpp\
+    llvm/lib/Support/FileUtilities.cpp\
+    llvm/lib/Support/FoldingSet.cpp\
+    llvm/lib/Support/FormattedStream.cpp\
+    llvm/lib/Support/GraphWriter.cpp\
+    llvm/lib/Support/IsInf.cpp\
+    llvm/lib/Support/IsNAN.cpp\
+    llvm/lib/Support/ManagedStatic.cpp\
+    llvm/lib/Support/MemoryBuffer.cpp\
+    llvm/lib/Support/PluginLoader.cpp\
+    llvm/lib/Support/PrettyStackTrace.cpp\
+    llvm/lib/Support/SlowOperationInformer.cpp\
+    llvm/lib/Support/SmallPtrSet.cpp\
+    llvm/lib/Support/SourceMgr.cpp\
+    llvm/lib/Support/Statistic.cpp\
+    llvm/lib/Support/StringExtras.cpp\
+    llvm/lib/Support/StringMap.cpp\
+    llvm/lib/Support/StringPool.cpp\
+    llvm/lib/Support/SystemUtils.cpp\
+    llvm/lib/Support/TargetRegistry.cpp\
+    llvm/lib/Support/Timer.cpp\
+    llvm/lib/Support/Triple.cpp\
+    llvm/lib/Support/Twine.cpp\
+    llvm/lib/Support/raw_os_ostream.cpp\
+    llvm/lib/Support/raw_ostream.cpp\
+    llvm/lib/Support/Regex.cpp\
+    llvm/lib/Support/regcomp.c\
+    llvm/lib/Support/regerror.c\
+    llvm/lib/Support/regexec.c\
+    llvm/lib/Support/regfree.c\
+    llvm/lib/Support/regstrlcpy.c
+
+tblgen_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+tblgen_CXXFLAGS = $(LLVM_CXXFLAGS)
+tblgen_LDADD = libllvmsystem.la libllvmsupport.la
+#TODO: if VERSIONSCRIPT
+tblgen_LDFLAGS = -Wl,--version-script, at top_srcdir@/llvm/autoconf/ExportMap.map
+tblgen_SOURCES = \
+  llvm/utils/TableGen/AsmMatcherEmitter.cpp\
+  llvm/utils/TableGen/AsmWriterEmitter.cpp\
+  llvm/utils/TableGen/CallingConvEmitter.cpp\
+  llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp\
+  llvm/utils/TableGen/CodeEmitterGen.cpp\
+  llvm/utils/TableGen/CodeGenDAGPatterns.cpp\
+  llvm/utils/TableGen/CodeGenInstruction.cpp\
+  llvm/utils/TableGen/CodeGenTarget.cpp\
+  llvm/utils/TableGen/DAGISelEmitter.cpp\
+  llvm/utils/TableGen/FastISelEmitter.cpp\
+  llvm/utils/TableGen/InstrEnumEmitter.cpp\
+  llvm/utils/TableGen/InstrInfoEmitter.cpp\
+  llvm/utils/TableGen/IntrinsicEmitter.cpp\
+  llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp\
+  llvm/utils/TableGen/Record.cpp\
+  llvm/utils/TableGen/RegisterInfoEmitter.cpp\
+  llvm/utils/TableGen/SubtargetEmitter.cpp\
+  llvm/utils/TableGen/TGLexer.cpp\
+  llvm/utils/TableGen/TGParser.cpp\
+  llvm/utils/TableGen/TGValueTypes.cpp\
+  llvm/utils/TableGen/TableGen.cpp\
+  llvm/utils/TableGen/TableGenBackend.cpp
+
+TBLGEN_FLAGS = -I$(top_srcdir)/llvm/include -I$(top_srcdir)/llvm/lib/Target -I$(top_srcdir)/llvm/lib/Target/X86
+TBLGEN = $(top_builddir)/tblgen
+libllvmcore_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmcore_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmcore_la_LIBADD = libllvmsupport.la
+libllvmcore_la_SOURCES = \
+ llvm/lib/VMCore/AsmWriter.cpp\
+ llvm/lib/VMCore/Attributes.cpp\
+ llvm/lib/VMCore/AutoUpgrade.cpp\
+ llvm/lib/VMCore/BasicBlock.cpp\
+ llvm/lib/VMCore/ConstantFold.cpp\
+ llvm/lib/VMCore/Constants.cpp\
+ llvm/lib/VMCore/Core.cpp\
+ llvm/lib/VMCore/Dominators.cpp\
+ llvm/lib/VMCore/Function.cpp\
+ llvm/lib/VMCore/Globals.cpp\
+ llvm/lib/VMCore/InlineAsm.cpp\
+ llvm/lib/VMCore/Instruction.cpp\
+ llvm/lib/VMCore/Instructions.cpp\
+ llvm/lib/VMCore/IntrinsicInst.cpp\
+ llvm/lib/VMCore/LLVMContext.cpp\
+ llvm/lib/VMCore/LeakDetector.cpp\
+ llvm/lib/VMCore/Mangler.cpp\
+ llvm/lib/VMCore/Metadata.cpp\
+ llvm/lib/VMCore/Module.cpp\
+ llvm/lib/VMCore/ModuleProvider.cpp\
+ llvm/lib/VMCore/Pass.cpp\
+ llvm/lib/VMCore/PassManager.cpp\
+ llvm/lib/VMCore/PrintModulePass.cpp\
+ llvm/lib/VMCore/Type.cpp\
+ llvm/lib/VMCore/TypeSymbolTable.cpp\
+ llvm/lib/VMCore/Use.cpp\
+ llvm/lib/VMCore/Value.cpp\
+ llvm/lib/VMCore/ValueSymbolTable.cpp\
+ llvm/lib/VMCore/ValueTypes.cpp\
+ llvm/lib/VMCore/Verifier.cpp
+
+libllvmtargetx86_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_builddir) -I$(top_srcdir)/llvm/lib/Target/X86
+BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc X86GenRegisterInfo.inc X86GenInstrNames.inc X86GenInstrInfo.inc X86GenAsmWriter.inc X86GenAsmWriter1.inc X86GenAsmMatcher.inc X86GenDAGISel.inc X86GenFastISel.inc X86GenCallingConv.inc X86GenSubtarget.inc
+libllvmtargetx86_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtargetx86_la_SOURCES = \
+    llvm/lib/Target/X86/X86CodeEmitter.cpp\
+    llvm/lib/Target/X86/X86ELFWriterInfo.cpp\
+    llvm/lib/Target/X86/X86FloatingPoint.cpp\
+    llvm/lib/Target/X86/X86FloatingPointRegKill.cpp\
+    llvm/lib/Target/X86/X86ISelDAGToDAG.cpp\
+    llvm/lib/Target/X86/X86ISelLowering.cpp\
+    llvm/lib/Target/X86/X86InstrInfo.cpp\
+    llvm/lib/Target/X86/X86JITInfo.cpp\
+    llvm/lib/Target/X86/X86MCAsmInfo.cpp\
+    llvm/lib/Target/X86/X86RegisterInfo.cpp\
+    llvm/lib/Target/X86/X86Subtarget.cpp\
+    llvm/lib/Target/X86/X86TargetMachine.cpp\
+    llvm/lib/Target/X86/X86FastISel.cpp\
+    llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
+
+libllvmtarget_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmtarget_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtarget_la_LIBADD = libllvmtargetx86.la libllvmcore.la libllvmmc.la
+libllvmtarget_la_SOURCES = \
+  llvm/lib/Target/SubtargetFeature.cpp\
+  llvm/lib/Target/Target.cpp\
+  llvm/lib/Target/TargetData.cpp\
+  llvm/lib/Target/TargetELFWriterInfo.cpp\
+  llvm/lib/Target/TargetFrameInfo.cpp\
+  llvm/lib/Target/TargetInstrInfo.cpp\
+  llvm/lib/Target/TargetIntrinsicInfo.cpp\
+  llvm/lib/Target/TargetLoweringObjectFile.cpp\
+  llvm/lib/Target/TargetMachOWriterInfo.cpp\
+  llvm/lib/Target/TargetMachine.cpp\
+  llvm/lib/Target/TargetRegisterInfo.cpp\
+  llvm/lib/Target/TargetSubtarget.cpp
+
+libllvmmc_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmmc_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmmc_la_SOURCES = \
+  llvm/lib/MC/MCAsmInfo.cpp\
+  llvm/lib/MC/MCAsmInfoCOFF.cpp\
+ llvm/lib/MC/MCAsmInfoDarwin.cpp\
+ llvm/lib/MC/MCAsmLexer.cpp\
+ llvm/lib/MC/MCAsmParser.cpp\
+ llvm/lib/MC/MCAsmStreamer.cpp\
+ llvm/lib/MC/MCAssembler.cpp\
+ llvm/lib/MC/MCCodeEmitter.cpp\
+ llvm/lib/MC/MCContext.cpp\
+ llvm/lib/MC/MCExpr.cpp\
+ llvm/lib/MC/MCInst.cpp\
+ llvm/lib/MC/MCMachOStreamer.cpp\
+ llvm/lib/MC/MCNullStreamer.cpp\
+ llvm/lib/MC/MCSection.cpp\
+ llvm/lib/MC/MCSectionELF.cpp\
+ llvm/lib/MC/MCSectionMachO.cpp\
+ llvm/lib/MC/MCStreamer.cpp\
+ llvm/lib/MC/MCSymbol.cpp\
+ llvm/lib/MC/MCValue.cpp\
+ llvm/lib/MC/TargetAsmParser.cpp
+
+libllvmsdag_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmsdag_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmsdag_la_LIBADD = libllvmcodegen.la
+libllvmsdag_la_SOURCES = \
+  llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp\
+  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp\
+  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp\
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp\
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp\
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp\
+  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp\
+  llvm/lib/CodeGen/AsmPrinter/DIE.cpp\
+  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+
+libllvmipa_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmipa_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmipa_la_SOURCES = \
+ llvm/lib/Analysis/AliasAnalysis.cpp\
+ llvm/lib/Analysis/AliasSetTracker.cpp\
+ llvm/lib/Analysis/BasicAliasAnalysis.cpp\
+ llvm/lib/Analysis/CaptureTracking.cpp\
+ llvm/lib/Analysis/ConstantFolding.cpp\
+ llvm/lib/Analysis/DebugInfo.cpp\
+ llvm/lib/Analysis/IVUsers.cpp\
+ llvm/lib/Analysis/LiveValues.cpp\
+ llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
+ llvm/lib/Analysis/LoopInfo.cpp\
+ llvm/lib/Analysis/LoopPass.cpp\
+ llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
+ llvm/lib/Analysis/ScalarEvolution.cpp\
+ llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
+ llvm/lib/Analysis/ValueTracking.cpp
+
+libllvmcodegen_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmcodegen_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmcodegen_la_LIBADD = libllvmscalar.la libllvmipa.la libllvmtransformutils.la
+libllvmcodegen_la_SOURCES = \
+  llvm/lib/CodeGen/BranchFolding.cpp\
+  llvm/lib/CodeGen/CodePlacementOpt.cpp\
+  llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
+  llvm/lib/CodeGen/DwarfEHPrepare.cpp\
+  llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
+  llvm/lib/CodeGen/GCMetadata.cpp\
+  llvm/lib/CodeGen/GCMetadataPrinter.cpp\
+  llvm/lib/CodeGen/GCStrategy.cpp\
+  llvm/lib/CodeGen/IfConversion.cpp\
+  llvm/lib/CodeGen/IntrinsicLowering.cpp\
+  llvm/lib/CodeGen/LLVMTargetMachine.cpp\
+  llvm/lib/CodeGen/LatencyPriorityQueue.cpp\
+  llvm/lib/CodeGen/LazyLiveness.cpp\
+  llvm/lib/CodeGen/LiveInterval.cpp\
+  llvm/lib/CodeGen/LiveIntervalAnalysis.cpp\
+  llvm/lib/CodeGen/LiveStackAnalysis.cpp\
+ llvm/lib/CodeGen/LiveVariables.cpp\
+ llvm/lib/CodeGen/LowerSubregs.cpp\
+ llvm/lib/CodeGen/MachineBasicBlock.cpp\
+ llvm/lib/CodeGen/MachineDominators.cpp\
+ llvm/lib/CodeGen/MachineFunction.cpp\
+ llvm/lib/CodeGen/MachineFunctionAnalysis.cpp\
+ llvm/lib/CodeGen/MachineFunctionPass.cpp\
+ llvm/lib/CodeGen/MachineInstr.cpp\
+ llvm/lib/CodeGen/MachineLICM.cpp\
+ llvm/lib/CodeGen/MachineLoopInfo.cpp\
+ llvm/lib/CodeGen/MachineModuleInfo.cpp\
+ llvm/lib/CodeGen/MachinePassRegistry.cpp\
+ llvm/lib/CodeGen/MachineRegisterInfo.cpp\
+ llvm/lib/CodeGen/MachineSink.cpp\
+ llvm/lib/CodeGen/MachineVerifier.cpp\
+ llvm/lib/CodeGen/ObjectCodeEmitter.cpp\
+ llvm/lib/CodeGen/OcamlGC.cpp\
+ llvm/lib/CodeGen/PHIElimination.cpp\
+ llvm/lib/CodeGen/Passes.cpp\
+ llvm/lib/CodeGen/PostRASchedulerList.cpp\
+ llvm/lib/CodeGen/PreAllocSplitting.cpp\
+ llvm/lib/CodeGen/PrologEpilogInserter.cpp\
+ llvm/lib/CodeGen/PseudoSourceValue.cpp\
+ llvm/lib/CodeGen/RegAllocLinearScan.cpp\
+ llvm/lib/CodeGen/RegAllocLocal.cpp\
+ llvm/lib/CodeGen/RegAllocPBQP.cpp\
+ llvm/lib/CodeGen/RegAllocSimple.cpp\
+ llvm/lib/CodeGen/RegisterCoalescer.cpp\
+ llvm/lib/CodeGen/RegisterScavenging.cpp\
+ llvm/lib/CodeGen/ScheduleDAG.cpp\
+ llvm/lib/CodeGen/ScheduleDAGEmit.cpp\
+ llvm/lib/CodeGen/ScheduleDAGInstrs.cpp\
+ llvm/lib/CodeGen/ScheduleDAGPrinter.cpp\
+ llvm/lib/CodeGen/ShadowStackGC.cpp\
+ llvm/lib/CodeGen/ShrinkWrapping.cpp\
+ llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp\
+ llvm/lib/CodeGen/SjLjEHPrepare.cpp\
+ llvm/lib/CodeGen/Spiller.cpp\
+ llvm/lib/CodeGen/StackProtector.cpp\
+ llvm/lib/CodeGen/StackSlotColoring.cpp\
+ llvm/lib/CodeGen/StrongPHIElimination.cpp\
+ llvm/lib/CodeGen/TargetInstrInfoImpl.cpp\
+ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp\
+ llvm/lib/CodeGen/UnreachableBlockElim.cpp\
+ llvm/lib/CodeGen/VirtRegMap.cpp\
+ llvm/lib/CodeGen/VirtRegRewriter.cpp
+
+libllvmscalar_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmscalar_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmscalar_la_SOURCES = \
+ llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
+ llvm/lib/Transforms/Scalar/DCE.cpp\
+ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+
+libllvmtransformutils_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmtransformutils_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmtransformutils_la_SOURCES = \
+  llvm/lib/Transforms/Utils/AddrModeMatcher.cpp\
+  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
+  llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
+  llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
+  llvm/lib/Transforms/Utils/Local.cpp\
+  llvm/lib/Transforms/Utils/LoopSimplify.cpp\
+  llvm/lib/Transforms/Utils/LowerAllocations.cpp\
+  llvm/lib/Transforms/Utils/LowerInvoke.cpp\
+  llvm/lib/Transforms/Utils/LowerSwitch.cpp\
+  llvm/lib/Transforms/Utils/Mem2Reg.cpp\
+  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp\
+  llvm/lib/Transforms/Utils/SimplifyCFG.cpp\
+  llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+
+libllvmexecutionengine_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
+libllvmexecutionengine_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
+libllvmexecutionengine_la_LIBADD = libllvmtarget.la libllvmsdag.la
+libllvmexecutionengine_la_SOURCES = \
+ llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
+ llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
+ llvm/lib/ExecutionEngine/JIT/JIT.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
+ llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
+ llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp\
+ llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+
+noinst_LTLIBRARIES = libclamavcxx.la libllvmsupport.la libllvmsystem.la\
+		     libllvmcore.la libllvmtargetx86.la libllvmtarget.la\
+		     libllvmsdag.la libllvmcodegen.la libllvmexecutionengine.la\
+		     libllvmscalar.la libllvmipa.la libllvmtransformutils.la\
+		     libllvmmc.la
+
+all: $(BUILT_SOURCES) clamavcxx-config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am
 
 .SUFFIXES:
-.SUFFIXES: .cpp .lo .o .obj
+.SUFFIXES: .c .cpp .lo .o .obj
 am--refresh:
 	@:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
@@ -308,9 +1021,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	$(SHELL) ./config.status --recheck
 
-$(top_srcdir)/configure:  $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 	$(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 
@@ -323,7 +1036,7 @@ clamavcxx-config.h: stamp-h1
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
 	cd $(top_builddir) && $(SHELL) ./config.status clamavcxx-config.h
-$(srcdir)/clamavcxx-config.h.in:  $(am__configure_deps) 
+$(srcdir)/clamavcxx-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 	rm -f stamp-h1
 	touch $@
@@ -341,6 +1054,42 @@ clean-noinstLTLIBRARIES:
 	done
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK)  $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
+libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmcodegen_la_LINK)  $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
+libllvmcore.la: $(libllvmcore_la_OBJECTS) $(libllvmcore_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmcore_la_LINK)  $(libllvmcore_la_OBJECTS) $(libllvmcore_la_LIBADD) $(LIBS)
+libllvmexecutionengine.la: $(libllvmexecutionengine_la_OBJECTS) $(libllvmexecutionengine_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmexecutionengine_la_LINK)  $(libllvmexecutionengine_la_OBJECTS) $(libllvmexecutionengine_la_LIBADD) $(LIBS)
+libllvmipa.la: $(libllvmipa_la_OBJECTS) $(libllvmipa_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmipa_la_LINK)  $(libllvmipa_la_OBJECTS) $(libllvmipa_la_LIBADD) $(LIBS)
+libllvmmc.la: $(libllvmmc_la_OBJECTS) $(libllvmmc_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmmc_la_LINK)  $(libllvmmc_la_OBJECTS) $(libllvmmc_la_LIBADD) $(LIBS)
+libllvmscalar.la: $(libllvmscalar_la_OBJECTS) $(libllvmscalar_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmscalar_la_LINK)  $(libllvmscalar_la_OBJECTS) $(libllvmscalar_la_LIBADD) $(LIBS)
+libllvmsdag.la: $(libllvmsdag_la_OBJECTS) $(libllvmsdag_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmsdag_la_LINK)  $(libllvmsdag_la_OBJECTS) $(libllvmsdag_la_LIBADD) $(LIBS)
+libllvmsupport.la: $(libllvmsupport_la_OBJECTS) $(libllvmsupport_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmsupport_la_LINK)  $(libllvmsupport_la_OBJECTS) $(libllvmsupport_la_LIBADD) $(LIBS)
+libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmsystem_la_LINK)  $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
+libllvmtarget.la: $(libllvmtarget_la_OBJECTS) $(libllvmtarget_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmtarget_la_LINK)  $(libllvmtarget_la_OBJECTS) $(libllvmtarget_la_LIBADD) $(LIBS)
+libllvmtargetx86.la: $(libllvmtargetx86_la_OBJECTS) $(libllvmtargetx86_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmtargetx86_la_LINK)  $(libllvmtargetx86_la_OBJECTS) $(libllvmtargetx86_la_LIBADD) $(LIBS)
+libllvmtransformutils.la: $(libllvmtransformutils_la_OBJECTS) $(libllvmtransformutils_la_DEPENDENCIES) 
+	$(AM_V_CXXLD)$(libllvmtransformutils_la_LINK)  $(libllvmtransformutils_la_OBJECTS) $(libllvmtransformutils_la_LIBADD) $(LIBS)
+
+clean-noinstPROGRAMS:
+	@list='$(noinst_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
+tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) 
+	@rm -f tblgen$(EXEEXT)
+	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -349,6 +1098,352 @@ distclean-compile:
 	-rm -f *.tab.c
 
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libclamavcxx_la-bytecode2llvm.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-BranchFolding.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-GCMetadata.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-GCStrategy.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-IfConversion.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LazyLiveness.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LiveInterval.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LiveVariables.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-LowerSubregs.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineDominators.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineFunction.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineInstr.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineLICM.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineSink.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-MachineVerifier.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-OcamlGC.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-PHIElimination.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-Passes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-Spiller.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-StackProtector.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-VirtRegMap.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-AsmWriter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Attributes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-AutoUpgrade.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-BasicBlock.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-ConstantFold.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Constants.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Core.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Dominators.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Function.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Globals.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-InlineAsm.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Instruction.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Instructions.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-IntrinsicInst.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-LLVMContext.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-LeakDetector.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Mangler.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Metadata.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Module.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-ModuleProvider.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Pass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-PassManager.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-PrintModulePass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Type.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-TypeSymbolTable.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Use.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Value.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-ValueSymbolTable.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-ValueTypes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmcore_la-Verifier.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-Intercept.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JIT.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-AliasAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-AliasSetTracker.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-CaptureTracking.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ConstantFolding.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-DebugInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-IVUsers.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LiveValues.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-LoopPass.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmipa_la-ValueTracking.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmLexer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmParser.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAsmStreamer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCAssembler.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCCodeEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCContext.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCExpr.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCInst.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCMachOStreamer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCNullStreamer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCSection.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCSectionELF.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCSectionMachO.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCStreamer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCSymbol.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-MCValue.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmmc_la-TargetAsmParser.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-DCE.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-AsmPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-CallingConvLower.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DAGCombiner.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DIE.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DwarfDebug.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DwarfException.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DwarfLabel.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DwarfPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-DwarfWriter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-FastISel.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeDAG.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeTypes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-SelectionDAG.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsdag_la-TargetLowering.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-APFloat.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-APInt.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-APSInt.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Allocator.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-CommandLine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-ConstantRange.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Debug.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Dwarf.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-ErrorHandling.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-FileUtilities.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-FoldingSet.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-FormattedStream.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-GraphWriter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-IsInf.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-IsNAN.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-ManagedStatic.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-MemoryBuffer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-PluginLoader.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Regex.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-SmallPtrSet.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-SourceMgr.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Statistic.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringExtras.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringMap.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-StringPool.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-SystemUtils.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-TargetRegistry.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Timer.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Triple.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-Twine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-raw_os_ostream.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-raw_ostream.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-regcomp.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-regerror.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-regexec.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-regfree.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsupport_la-regstrlcpy.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Alarm.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Atomic.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Disassembler.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-DynamicLibrary.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Errno.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Host.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-IncludeFile.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Memory.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Mutex.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Path.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Process.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Program.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-RWMutex.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Signals.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-ThreadLocal.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-Threading.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmsystem_la-TimeValue.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-SubtargetFeature.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-Target.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetData.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetMachine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtarget_la-TargetSubtarget.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86FastISel.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-Local.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Plo at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-AsmMatcherEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-AsmWriterEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CallingConvEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CodeEmitterGen.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CodeGenDAGPatterns.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CodeGenInstruction.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-CodeGenTarget.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-DAGISelEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-FastISelEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-InstrEnumEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-InstrInfoEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-IntrinsicEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-Record.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-RegisterInfoEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-SubtargetEmitter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-TGLexer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-TGParser.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-TGValueTypes.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-TableGen.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/tblgen-TableGenBackend.Po at am__quote@
+
+.c.o:
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(COMPILE) -c $<
+
+.c.obj:
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
+
+libllvmsupport_la-regcomp.lo: llvm/lib/Support/regcomp.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libllvmsupport_la-regcomp.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-regcomp.Tpo -c -o libllvmsupport_la-regcomp.lo `test -f 'llvm/lib/Support/regcomp.c' || echo '$(srcdir)/'`llvm/lib/Support/regcomp.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regcomp.Tpo $(DEPDIR)/libllvmsupport_la-regcomp.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regcomp.c' object='libllvmsupport_la-regcomp.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regcomp.lo `test -f 'llvm/lib/Support/regcomp.c' || echo '$(srcdir)/'`llvm/lib/Support/regcomp.c
+
+libllvmsupport_la-regerror.lo: llvm/lib/Support/regerror.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libllvmsupport_la-regerror.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-regerror.Tpo -c -o libllvmsupport_la-regerror.lo `test -f 'llvm/lib/Support/regerror.c' || echo '$(srcdir)/'`llvm/lib/Support/regerror.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regerror.Tpo $(DEPDIR)/libllvmsupport_la-regerror.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regerror.c' object='libllvmsupport_la-regerror.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regerror.lo `test -f 'llvm/lib/Support/regerror.c' || echo '$(srcdir)/'`llvm/lib/Support/regerror.c
+
+libllvmsupport_la-regexec.lo: llvm/lib/Support/regexec.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libllvmsupport_la-regexec.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-regexec.Tpo -c -o libllvmsupport_la-regexec.lo `test -f 'llvm/lib/Support/regexec.c' || echo '$(srcdir)/'`llvm/lib/Support/regexec.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regexec.Tpo $(DEPDIR)/libllvmsupport_la-regexec.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regexec.c' object='libllvmsupport_la-regexec.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regexec.lo `test -f 'llvm/lib/Support/regexec.c' || echo '$(srcdir)/'`llvm/lib/Support/regexec.c
+
+libllvmsupport_la-regfree.lo: llvm/lib/Support/regfree.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libllvmsupport_la-regfree.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-regfree.Tpo -c -o libllvmsupport_la-regfree.lo `test -f 'llvm/lib/Support/regfree.c' || echo '$(srcdir)/'`llvm/lib/Support/regfree.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regfree.Tpo $(DEPDIR)/libllvmsupport_la-regfree.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regfree.c' object='libllvmsupport_la-regfree.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regfree.lo `test -f 'llvm/lib/Support/regfree.c' || echo '$(srcdir)/'`llvm/lib/Support/regfree.c
+
+libllvmsupport_la-regstrlcpy.lo: llvm/lib/Support/regstrlcpy.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libllvmsupport_la-regstrlcpy.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-regstrlcpy.Tpo -c -o libllvmsupport_la-regstrlcpy.lo `test -f 'llvm/lib/Support/regstrlcpy.c' || echo '$(srcdir)/'`llvm/lib/Support/regstrlcpy.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regstrlcpy.Tpo $(DEPDIR)/libllvmsupport_la-regstrlcpy.Plo
+ at am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regstrlcpy.c' object='libllvmsupport_la-regstrlcpy.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libllvmsupport_la-regstrlcpy.lo `test -f 'llvm/lib/Support/regstrlcpy.c' || echo '$(srcdir)/'`llvm/lib/Support/regstrlcpy.c
 
 .cpp.o:
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -382,6 +1477,2398 @@ libclamavcxx_la-bytecode2llvm.lo: bytecode2llvm.cpp
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclamavcxx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libclamavcxx_la-bytecode2llvm.lo `test -f 'bytecode2llvm.cpp' || echo '$(srcdir)/'`bytecode2llvm.cpp
 
+libllvmcodegen_la-BranchFolding.lo: llvm/lib/CodeGen/BranchFolding.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-BranchFolding.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-BranchFolding.Tpo -c -o libllvmcodegen_la-BranchFolding.lo `test -f 'llvm/lib/CodeGen/BranchFolding.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/BranchFolding.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-BranchFolding.Tpo $(DEPDIR)/libllvmcodegen_la-BranchFolding.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/BranchFolding.cpp' object='libllvmcodegen_la-BranchFolding.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-BranchFolding.lo `test -f 'llvm/lib/CodeGen/BranchFolding.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/BranchFolding.cpp
+
+libllvmcodegen_la-CodePlacementOpt.lo: llvm/lib/CodeGen/CodePlacementOpt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-CodePlacementOpt.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Tpo -c -o libllvmcodegen_la-CodePlacementOpt.lo `test -f 'llvm/lib/CodeGen/CodePlacementOpt.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/CodePlacementOpt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Tpo $(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/CodePlacementOpt.cpp' object='libllvmcodegen_la-CodePlacementOpt.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-CodePlacementOpt.lo `test -f 'llvm/lib/CodeGen/CodePlacementOpt.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/CodePlacementOpt.cpp
+
+libllvmcodegen_la-DeadMachineInstructionElim.lo: llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-DeadMachineInstructionElim.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Tpo -c -o libllvmcodegen_la-DeadMachineInstructionElim.lo `test -f 'llvm/lib/CodeGen/DeadMachineInstructionElim.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Tpo $(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/DeadMachineInstructionElim.cpp' object='libllvmcodegen_la-DeadMachineInstructionElim.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-DeadMachineInstructionElim.lo `test -f 'llvm/lib/CodeGen/DeadMachineInstructionElim.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
+
+libllvmcodegen_la-DwarfEHPrepare.lo: llvm/lib/CodeGen/DwarfEHPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-DwarfEHPrepare.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Tpo -c -o libllvmcodegen_la-DwarfEHPrepare.lo `test -f 'llvm/lib/CodeGen/DwarfEHPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/DwarfEHPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Tpo $(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/DwarfEHPrepare.cpp' object='libllvmcodegen_la-DwarfEHPrepare.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-DwarfEHPrepare.lo `test -f 'llvm/lib/CodeGen/DwarfEHPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/DwarfEHPrepare.cpp
+
+libllvmcodegen_la-ExactHazardRecognizer.lo: llvm/lib/CodeGen/ExactHazardRecognizer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ExactHazardRecognizer.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Tpo -c -o libllvmcodegen_la-ExactHazardRecognizer.lo `test -f 'llvm/lib/CodeGen/ExactHazardRecognizer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ExactHazardRecognizer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Tpo $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ExactHazardRecognizer.cpp' object='libllvmcodegen_la-ExactHazardRecognizer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ExactHazardRecognizer.lo `test -f 'llvm/lib/CodeGen/ExactHazardRecognizer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ExactHazardRecognizer.cpp
+
+libllvmcodegen_la-GCMetadata.lo: llvm/lib/CodeGen/GCMetadata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-GCMetadata.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-GCMetadata.Tpo -c -o libllvmcodegen_la-GCMetadata.lo `test -f 'llvm/lib/CodeGen/GCMetadata.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCMetadata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCMetadata.Tpo $(DEPDIR)/libllvmcodegen_la-GCMetadata.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCMetadata.cpp' object='libllvmcodegen_la-GCMetadata.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-GCMetadata.lo `test -f 'llvm/lib/CodeGen/GCMetadata.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCMetadata.cpp
+
+libllvmcodegen_la-GCMetadataPrinter.lo: llvm/lib/CodeGen/GCMetadataPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-GCMetadataPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Tpo -c -o libllvmcodegen_la-GCMetadataPrinter.lo `test -f 'llvm/lib/CodeGen/GCMetadataPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCMetadataPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Tpo $(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCMetadataPrinter.cpp' object='libllvmcodegen_la-GCMetadataPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-GCMetadataPrinter.lo `test -f 'llvm/lib/CodeGen/GCMetadataPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCMetadataPrinter.cpp
+
+libllvmcodegen_la-GCStrategy.lo: llvm/lib/CodeGen/GCStrategy.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-GCStrategy.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-GCStrategy.Tpo -c -o libllvmcodegen_la-GCStrategy.lo `test -f 'llvm/lib/CodeGen/GCStrategy.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCStrategy.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCStrategy.Tpo $(DEPDIR)/libllvmcodegen_la-GCStrategy.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCStrategy.cpp' object='libllvmcodegen_la-GCStrategy.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-GCStrategy.lo `test -f 'llvm/lib/CodeGen/GCStrategy.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/GCStrategy.cpp
+
+libllvmcodegen_la-IfConversion.lo: llvm/lib/CodeGen/IfConversion.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-IfConversion.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-IfConversion.Tpo -c -o libllvmcodegen_la-IfConversion.lo `test -f 'llvm/lib/CodeGen/IfConversion.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/IfConversion.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-IfConversion.Tpo $(DEPDIR)/libllvmcodegen_la-IfConversion.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/IfConversion.cpp' object='libllvmcodegen_la-IfConversion.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-IfConversion.lo `test -f 'llvm/lib/CodeGen/IfConversion.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/IfConversion.cpp
+
+libllvmcodegen_la-IntrinsicLowering.lo: llvm/lib/CodeGen/IntrinsicLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-IntrinsicLowering.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Tpo -c -o libllvmcodegen_la-IntrinsicLowering.lo `test -f 'llvm/lib/CodeGen/IntrinsicLowering.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/IntrinsicLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Tpo $(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/IntrinsicLowering.cpp' object='libllvmcodegen_la-IntrinsicLowering.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-IntrinsicLowering.lo `test -f 'llvm/lib/CodeGen/IntrinsicLowering.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/IntrinsicLowering.cpp
+
+libllvmcodegen_la-LLVMTargetMachine.lo: llvm/lib/CodeGen/LLVMTargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LLVMTargetMachine.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Tpo -c -o libllvmcodegen_la-LLVMTargetMachine.lo `test -f 'llvm/lib/CodeGen/LLVMTargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LLVMTargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Tpo $(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LLVMTargetMachine.cpp' object='libllvmcodegen_la-LLVMTargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LLVMTargetMachine.lo `test -f 'llvm/lib/CodeGen/LLVMTargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LLVMTargetMachine.cpp
+
+libllvmcodegen_la-LatencyPriorityQueue.lo: llvm/lib/CodeGen/LatencyPriorityQueue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LatencyPriorityQueue.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Tpo -c -o libllvmcodegen_la-LatencyPriorityQueue.lo `test -f 'llvm/lib/CodeGen/LatencyPriorityQueue.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LatencyPriorityQueue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Tpo $(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LatencyPriorityQueue.cpp' object='libllvmcodegen_la-LatencyPriorityQueue.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LatencyPriorityQueue.lo `test -f 'llvm/lib/CodeGen/LatencyPriorityQueue.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LatencyPriorityQueue.cpp
+
+libllvmcodegen_la-LazyLiveness.lo: llvm/lib/CodeGen/LazyLiveness.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LazyLiveness.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LazyLiveness.Tpo -c -o libllvmcodegen_la-LazyLiveness.lo `test -f 'llvm/lib/CodeGen/LazyLiveness.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LazyLiveness.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LazyLiveness.Tpo $(DEPDIR)/libllvmcodegen_la-LazyLiveness.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LazyLiveness.cpp' object='libllvmcodegen_la-LazyLiveness.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LazyLiveness.lo `test -f 'llvm/lib/CodeGen/LazyLiveness.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LazyLiveness.cpp
+
+libllvmcodegen_la-LiveInterval.lo: llvm/lib/CodeGen/LiveInterval.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LiveInterval.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LiveInterval.Tpo -c -o libllvmcodegen_la-LiveInterval.lo `test -f 'llvm/lib/CodeGen/LiveInterval.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveInterval.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveInterval.Tpo $(DEPDIR)/libllvmcodegen_la-LiveInterval.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveInterval.cpp' object='libllvmcodegen_la-LiveInterval.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LiveInterval.lo `test -f 'llvm/lib/CodeGen/LiveInterval.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveInterval.cpp
+
+libllvmcodegen_la-LiveIntervalAnalysis.lo: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LiveIntervalAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Tpo -c -o libllvmcodegen_la-LiveIntervalAnalysis.lo `test -f 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveIntervalAnalysis.cpp' object='libllvmcodegen_la-LiveIntervalAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LiveIntervalAnalysis.lo `test -f 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+
+libllvmcodegen_la-LiveStackAnalysis.lo: llvm/lib/CodeGen/LiveStackAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LiveStackAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Tpo -c -o libllvmcodegen_la-LiveStackAnalysis.lo `test -f 'llvm/lib/CodeGen/LiveStackAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveStackAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveStackAnalysis.cpp' object='libllvmcodegen_la-LiveStackAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LiveStackAnalysis.lo `test -f 'llvm/lib/CodeGen/LiveStackAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveStackAnalysis.cpp
+
+libllvmcodegen_la-LiveVariables.lo: llvm/lib/CodeGen/LiveVariables.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LiveVariables.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LiveVariables.Tpo -c -o libllvmcodegen_la-LiveVariables.lo `test -f 'llvm/lib/CodeGen/LiveVariables.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveVariables.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveVariables.Tpo $(DEPDIR)/libllvmcodegen_la-LiveVariables.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveVariables.cpp' object='libllvmcodegen_la-LiveVariables.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LiveVariables.lo `test -f 'llvm/lib/CodeGen/LiveVariables.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LiveVariables.cpp
+
+libllvmcodegen_la-LowerSubregs.lo: llvm/lib/CodeGen/LowerSubregs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-LowerSubregs.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-LowerSubregs.Tpo -c -o libllvmcodegen_la-LowerSubregs.lo `test -f 'llvm/lib/CodeGen/LowerSubregs.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LowerSubregs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LowerSubregs.Tpo $(DEPDIR)/libllvmcodegen_la-LowerSubregs.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LowerSubregs.cpp' object='libllvmcodegen_la-LowerSubregs.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-LowerSubregs.lo `test -f 'llvm/lib/CodeGen/LowerSubregs.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/LowerSubregs.cpp
+
+libllvmcodegen_la-MachineBasicBlock.lo: llvm/lib/CodeGen/MachineBasicBlock.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineBasicBlock.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Tpo -c -o libllvmcodegen_la-MachineBasicBlock.lo `test -f 'llvm/lib/CodeGen/MachineBasicBlock.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineBasicBlock.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Tpo $(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineBasicBlock.cpp' object='libllvmcodegen_la-MachineBasicBlock.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineBasicBlock.lo `test -f 'llvm/lib/CodeGen/MachineBasicBlock.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineBasicBlock.cpp
+
+libllvmcodegen_la-MachineDominators.lo: llvm/lib/CodeGen/MachineDominators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineDominators.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineDominators.Tpo -c -o libllvmcodegen_la-MachineDominators.lo `test -f 'llvm/lib/CodeGen/MachineDominators.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineDominators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineDominators.Tpo $(DEPDIR)/libllvmcodegen_la-MachineDominators.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineDominators.cpp' object='libllvmcodegen_la-MachineDominators.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineDominators.lo `test -f 'llvm/lib/CodeGen/MachineDominators.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineDominators.cpp
+
+libllvmcodegen_la-MachineFunction.lo: llvm/lib/CodeGen/MachineFunction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineFunction.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineFunction.Tpo -c -o libllvmcodegen_la-MachineFunction.lo `test -f 'llvm/lib/CodeGen/MachineFunction.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunction.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunction.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunction.cpp' object='libllvmcodegen_la-MachineFunction.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineFunction.lo `test -f 'llvm/lib/CodeGen/MachineFunction.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunction.cpp
+
+libllvmcodegen_la-MachineFunctionAnalysis.lo: llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineFunctionAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Tpo -c -o libllvmcodegen_la-MachineFunctionAnalysis.lo `test -f 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunctionAnalysis.cpp' object='libllvmcodegen_la-MachineFunctionAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineFunctionAnalysis.lo `test -f 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
+
+libllvmcodegen_la-MachineFunctionPass.lo: llvm/lib/CodeGen/MachineFunctionPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineFunctionPass.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Tpo -c -o libllvmcodegen_la-MachineFunctionPass.lo `test -f 'llvm/lib/CodeGen/MachineFunctionPass.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunctionPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunctionPass.cpp' object='libllvmcodegen_la-MachineFunctionPass.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineFunctionPass.lo `test -f 'llvm/lib/CodeGen/MachineFunctionPass.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineFunctionPass.cpp
+
+libllvmcodegen_la-MachineInstr.lo: llvm/lib/CodeGen/MachineInstr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineInstr.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineInstr.Tpo -c -o libllvmcodegen_la-MachineInstr.lo `test -f 'llvm/lib/CodeGen/MachineInstr.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineInstr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineInstr.Tpo $(DEPDIR)/libllvmcodegen_la-MachineInstr.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineInstr.cpp' object='libllvmcodegen_la-MachineInstr.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineInstr.lo `test -f 'llvm/lib/CodeGen/MachineInstr.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineInstr.cpp
+
+libllvmcodegen_la-MachineLICM.lo: llvm/lib/CodeGen/MachineLICM.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineLICM.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineLICM.Tpo -c -o libllvmcodegen_la-MachineLICM.lo `test -f 'llvm/lib/CodeGen/MachineLICM.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineLICM.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineLICM.Tpo $(DEPDIR)/libllvmcodegen_la-MachineLICM.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineLICM.cpp' object='libllvmcodegen_la-MachineLICM.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineLICM.lo `test -f 'llvm/lib/CodeGen/MachineLICM.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineLICM.cpp
+
+libllvmcodegen_la-MachineLoopInfo.lo: llvm/lib/CodeGen/MachineLoopInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineLoopInfo.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Tpo -c -o libllvmcodegen_la-MachineLoopInfo.lo `test -f 'llvm/lib/CodeGen/MachineLoopInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineLoopInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineLoopInfo.cpp' object='libllvmcodegen_la-MachineLoopInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineLoopInfo.lo `test -f 'llvm/lib/CodeGen/MachineLoopInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineLoopInfo.cpp
+
+libllvmcodegen_la-MachineModuleInfo.lo: llvm/lib/CodeGen/MachineModuleInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineModuleInfo.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Tpo -c -o libllvmcodegen_la-MachineModuleInfo.lo `test -f 'llvm/lib/CodeGen/MachineModuleInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineModuleInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineModuleInfo.cpp' object='libllvmcodegen_la-MachineModuleInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineModuleInfo.lo `test -f 'llvm/lib/CodeGen/MachineModuleInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineModuleInfo.cpp
+
+libllvmcodegen_la-MachinePassRegistry.lo: llvm/lib/CodeGen/MachinePassRegistry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachinePassRegistry.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Tpo -c -o libllvmcodegen_la-MachinePassRegistry.lo `test -f 'llvm/lib/CodeGen/MachinePassRegistry.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachinePassRegistry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Tpo $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachinePassRegistry.cpp' object='libllvmcodegen_la-MachinePassRegistry.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachinePassRegistry.lo `test -f 'llvm/lib/CodeGen/MachinePassRegistry.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachinePassRegistry.cpp
+
+libllvmcodegen_la-MachineRegisterInfo.lo: llvm/lib/CodeGen/MachineRegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineRegisterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Tpo -c -o libllvmcodegen_la-MachineRegisterInfo.lo `test -f 'llvm/lib/CodeGen/MachineRegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineRegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineRegisterInfo.cpp' object='libllvmcodegen_la-MachineRegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineRegisterInfo.lo `test -f 'llvm/lib/CodeGen/MachineRegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineRegisterInfo.cpp
+
+libllvmcodegen_la-MachineSink.lo: llvm/lib/CodeGen/MachineSink.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineSink.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineSink.Tpo -c -o libllvmcodegen_la-MachineSink.lo `test -f 'llvm/lib/CodeGen/MachineSink.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineSink.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineSink.Tpo $(DEPDIR)/libllvmcodegen_la-MachineSink.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineSink.cpp' object='libllvmcodegen_la-MachineSink.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineSink.lo `test -f 'llvm/lib/CodeGen/MachineSink.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineSink.cpp
+
+libllvmcodegen_la-MachineVerifier.lo: llvm/lib/CodeGen/MachineVerifier.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-MachineVerifier.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-MachineVerifier.Tpo -c -o libllvmcodegen_la-MachineVerifier.lo `test -f 'llvm/lib/CodeGen/MachineVerifier.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineVerifier.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineVerifier.Tpo $(DEPDIR)/libllvmcodegen_la-MachineVerifier.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineVerifier.cpp' object='libllvmcodegen_la-MachineVerifier.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-MachineVerifier.lo `test -f 'llvm/lib/CodeGen/MachineVerifier.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/MachineVerifier.cpp
+
+libllvmcodegen_la-ObjectCodeEmitter.lo: llvm/lib/CodeGen/ObjectCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ObjectCodeEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Tpo -c -o libllvmcodegen_la-ObjectCodeEmitter.lo `test -f 'llvm/lib/CodeGen/ObjectCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ObjectCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Tpo $(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ObjectCodeEmitter.cpp' object='libllvmcodegen_la-ObjectCodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ObjectCodeEmitter.lo `test -f 'llvm/lib/CodeGen/ObjectCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ObjectCodeEmitter.cpp
+
+libllvmcodegen_la-OcamlGC.lo: llvm/lib/CodeGen/OcamlGC.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-OcamlGC.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-OcamlGC.Tpo -c -o libllvmcodegen_la-OcamlGC.lo `test -f 'llvm/lib/CodeGen/OcamlGC.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/OcamlGC.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-OcamlGC.Tpo $(DEPDIR)/libllvmcodegen_la-OcamlGC.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/OcamlGC.cpp' object='libllvmcodegen_la-OcamlGC.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-OcamlGC.lo `test -f 'llvm/lib/CodeGen/OcamlGC.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/OcamlGC.cpp
+
+libllvmcodegen_la-PHIElimination.lo: llvm/lib/CodeGen/PHIElimination.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-PHIElimination.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-PHIElimination.Tpo -c -o libllvmcodegen_la-PHIElimination.lo `test -f 'llvm/lib/CodeGen/PHIElimination.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PHIElimination.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PHIElimination.Tpo $(DEPDIR)/libllvmcodegen_la-PHIElimination.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PHIElimination.cpp' object='libllvmcodegen_la-PHIElimination.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-PHIElimination.lo `test -f 'llvm/lib/CodeGen/PHIElimination.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PHIElimination.cpp
+
+libllvmcodegen_la-Passes.lo: llvm/lib/CodeGen/Passes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-Passes.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-Passes.Tpo -c -o libllvmcodegen_la-Passes.lo `test -f 'llvm/lib/CodeGen/Passes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/Passes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-Passes.Tpo $(DEPDIR)/libllvmcodegen_la-Passes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/Passes.cpp' object='libllvmcodegen_la-Passes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-Passes.lo `test -f 'llvm/lib/CodeGen/Passes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/Passes.cpp
+
+libllvmcodegen_la-PostRASchedulerList.lo: llvm/lib/CodeGen/PostRASchedulerList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-PostRASchedulerList.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Tpo -c -o libllvmcodegen_la-PostRASchedulerList.lo `test -f 'llvm/lib/CodeGen/PostRASchedulerList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PostRASchedulerList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Tpo $(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PostRASchedulerList.cpp' object='libllvmcodegen_la-PostRASchedulerList.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-PostRASchedulerList.lo `test -f 'llvm/lib/CodeGen/PostRASchedulerList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PostRASchedulerList.cpp
+
+libllvmcodegen_la-PreAllocSplitting.lo: llvm/lib/CodeGen/PreAllocSplitting.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-PreAllocSplitting.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Tpo -c -o libllvmcodegen_la-PreAllocSplitting.lo `test -f 'llvm/lib/CodeGen/PreAllocSplitting.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PreAllocSplitting.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Tpo $(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PreAllocSplitting.cpp' object='libllvmcodegen_la-PreAllocSplitting.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-PreAllocSplitting.lo `test -f 'llvm/lib/CodeGen/PreAllocSplitting.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PreAllocSplitting.cpp
+
+libllvmcodegen_la-PrologEpilogInserter.lo: llvm/lib/CodeGen/PrologEpilogInserter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-PrologEpilogInserter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Tpo -c -o libllvmcodegen_la-PrologEpilogInserter.lo `test -f 'llvm/lib/CodeGen/PrologEpilogInserter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PrologEpilogInserter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Tpo $(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PrologEpilogInserter.cpp' object='libllvmcodegen_la-PrologEpilogInserter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-PrologEpilogInserter.lo `test -f 'llvm/lib/CodeGen/PrologEpilogInserter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PrologEpilogInserter.cpp
+
+libllvmcodegen_la-PseudoSourceValue.lo: llvm/lib/CodeGen/PseudoSourceValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-PseudoSourceValue.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Tpo -c -o libllvmcodegen_la-PseudoSourceValue.lo `test -f 'llvm/lib/CodeGen/PseudoSourceValue.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PseudoSourceValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Tpo $(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PseudoSourceValue.cpp' object='libllvmcodegen_la-PseudoSourceValue.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-PseudoSourceValue.lo `test -f 'llvm/lib/CodeGen/PseudoSourceValue.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/PseudoSourceValue.cpp
+
+libllvmcodegen_la-RegAllocLinearScan.lo: llvm/lib/CodeGen/RegAllocLinearScan.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegAllocLinearScan.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Tpo -c -o libllvmcodegen_la-RegAllocLinearScan.lo `test -f 'llvm/lib/CodeGen/RegAllocLinearScan.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocLinearScan.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocLinearScan.cpp' object='libllvmcodegen_la-RegAllocLinearScan.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocLinearScan.lo `test -f 'llvm/lib/CodeGen/RegAllocLinearScan.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocLinearScan.cpp
+
+libllvmcodegen_la-RegAllocLocal.lo: llvm/lib/CodeGen/RegAllocLocal.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegAllocLocal.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Tpo -c -o libllvmcodegen_la-RegAllocLocal.lo `test -f 'llvm/lib/CodeGen/RegAllocLocal.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocLocal.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocLocal.cpp' object='libllvmcodegen_la-RegAllocLocal.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocLocal.lo `test -f 'llvm/lib/CodeGen/RegAllocLocal.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocLocal.cpp
+
+libllvmcodegen_la-RegAllocPBQP.lo: llvm/lib/CodeGen/RegAllocPBQP.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegAllocPBQP.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Tpo -c -o libllvmcodegen_la-RegAllocPBQP.lo `test -f 'llvm/lib/CodeGen/RegAllocPBQP.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocPBQP.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocPBQP.cpp' object='libllvmcodegen_la-RegAllocPBQP.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocPBQP.lo `test -f 'llvm/lib/CodeGen/RegAllocPBQP.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocPBQP.cpp
+
+libllvmcodegen_la-RegAllocSimple.lo: llvm/lib/CodeGen/RegAllocSimple.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegAllocSimple.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Tpo -c -o libllvmcodegen_la-RegAllocSimple.lo `test -f 'llvm/lib/CodeGen/RegAllocSimple.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocSimple.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocSimple.cpp' object='libllvmcodegen_la-RegAllocSimple.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegAllocSimple.lo `test -f 'llvm/lib/CodeGen/RegAllocSimple.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegAllocSimple.cpp
+
+libllvmcodegen_la-RegisterCoalescer.lo: llvm/lib/CodeGen/RegisterCoalescer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegisterCoalescer.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Tpo -c -o libllvmcodegen_la-RegisterCoalescer.lo `test -f 'llvm/lib/CodeGen/RegisterCoalescer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegisterCoalescer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Tpo $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegisterCoalescer.cpp' object='libllvmcodegen_la-RegisterCoalescer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegisterCoalescer.lo `test -f 'llvm/lib/CodeGen/RegisterCoalescer.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegisterCoalescer.cpp
+
+libllvmcodegen_la-RegisterScavenging.lo: llvm/lib/CodeGen/RegisterScavenging.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-RegisterScavenging.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Tpo -c -o libllvmcodegen_la-RegisterScavenging.lo `test -f 'llvm/lib/CodeGen/RegisterScavenging.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegisterScavenging.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Tpo $(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegisterScavenging.cpp' object='libllvmcodegen_la-RegisterScavenging.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-RegisterScavenging.lo `test -f 'llvm/lib/CodeGen/RegisterScavenging.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/RegisterScavenging.cpp
+
+libllvmcodegen_la-ScheduleDAG.lo: llvm/lib/CodeGen/ScheduleDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ScheduleDAG.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Tpo -c -o libllvmcodegen_la-ScheduleDAG.lo `test -f 'llvm/lib/CodeGen/ScheduleDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAG.cpp' object='libllvmcodegen_la-ScheduleDAG.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ScheduleDAG.lo `test -f 'llvm/lib/CodeGen/ScheduleDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAG.cpp
+
+libllvmcodegen_la-ScheduleDAGEmit.lo: llvm/lib/CodeGen/ScheduleDAGEmit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ScheduleDAGEmit.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Tpo -c -o libllvmcodegen_la-ScheduleDAGEmit.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGEmit.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGEmit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGEmit.cpp' object='libllvmcodegen_la-ScheduleDAGEmit.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ScheduleDAGEmit.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGEmit.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGEmit.cpp
+
+libllvmcodegen_la-ScheduleDAGInstrs.lo: llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ScheduleDAGInstrs.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Tpo -c -o libllvmcodegen_la-ScheduleDAGInstrs.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGInstrs.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGInstrs.cpp' object='libllvmcodegen_la-ScheduleDAGInstrs.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ScheduleDAGInstrs.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGInstrs.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
+
+libllvmcodegen_la-ScheduleDAGPrinter.lo: llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ScheduleDAGPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Tpo -c -o libllvmcodegen_la-ScheduleDAGPrinter.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGPrinter.cpp' object='libllvmcodegen_la-ScheduleDAGPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ScheduleDAGPrinter.lo `test -f 'llvm/lib/CodeGen/ScheduleDAGPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
+
+libllvmcodegen_la-ShadowStackGC.lo: llvm/lib/CodeGen/ShadowStackGC.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ShadowStackGC.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Tpo -c -o libllvmcodegen_la-ShadowStackGC.lo `test -f 'llvm/lib/CodeGen/ShadowStackGC.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ShadowStackGC.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Tpo $(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ShadowStackGC.cpp' object='libllvmcodegen_la-ShadowStackGC.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ShadowStackGC.lo `test -f 'llvm/lib/CodeGen/ShadowStackGC.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ShadowStackGC.cpp
+
+libllvmcodegen_la-ShrinkWrapping.lo: llvm/lib/CodeGen/ShrinkWrapping.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-ShrinkWrapping.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Tpo -c -o libllvmcodegen_la-ShrinkWrapping.lo `test -f 'llvm/lib/CodeGen/ShrinkWrapping.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ShrinkWrapping.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Tpo $(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ShrinkWrapping.cpp' object='libllvmcodegen_la-ShrinkWrapping.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-ShrinkWrapping.lo `test -f 'llvm/lib/CodeGen/ShrinkWrapping.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/ShrinkWrapping.cpp
+
+libllvmcodegen_la-SimpleRegisterCoalescing.lo: llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-SimpleRegisterCoalescing.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Tpo -c -o libllvmcodegen_la-SimpleRegisterCoalescing.lo `test -f 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Tpo $(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp' object='libllvmcodegen_la-SimpleRegisterCoalescing.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-SimpleRegisterCoalescing.lo `test -f 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
+
+libllvmcodegen_la-SjLjEHPrepare.lo: llvm/lib/CodeGen/SjLjEHPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-SjLjEHPrepare.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Tpo -c -o libllvmcodegen_la-SjLjEHPrepare.lo `test -f 'llvm/lib/CodeGen/SjLjEHPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SjLjEHPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Tpo $(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SjLjEHPrepare.cpp' object='libllvmcodegen_la-SjLjEHPrepare.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-SjLjEHPrepare.lo `test -f 'llvm/lib/CodeGen/SjLjEHPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SjLjEHPrepare.cpp
+
+libllvmcodegen_la-Spiller.lo: llvm/lib/CodeGen/Spiller.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-Spiller.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-Spiller.Tpo -c -o libllvmcodegen_la-Spiller.lo `test -f 'llvm/lib/CodeGen/Spiller.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/Spiller.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-Spiller.Tpo $(DEPDIR)/libllvmcodegen_la-Spiller.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/Spiller.cpp' object='libllvmcodegen_la-Spiller.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-Spiller.lo `test -f 'llvm/lib/CodeGen/Spiller.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/Spiller.cpp
+
+libllvmcodegen_la-StackProtector.lo: llvm/lib/CodeGen/StackProtector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-StackProtector.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-StackProtector.Tpo -c -o libllvmcodegen_la-StackProtector.lo `test -f 'llvm/lib/CodeGen/StackProtector.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StackProtector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StackProtector.Tpo $(DEPDIR)/libllvmcodegen_la-StackProtector.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StackProtector.cpp' object='libllvmcodegen_la-StackProtector.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-StackProtector.lo `test -f 'llvm/lib/CodeGen/StackProtector.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StackProtector.cpp
+
+libllvmcodegen_la-StackSlotColoring.lo: llvm/lib/CodeGen/StackSlotColoring.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-StackSlotColoring.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Tpo -c -o libllvmcodegen_la-StackSlotColoring.lo `test -f 'llvm/lib/CodeGen/StackSlotColoring.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StackSlotColoring.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Tpo $(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StackSlotColoring.cpp' object='libllvmcodegen_la-StackSlotColoring.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-StackSlotColoring.lo `test -f 'llvm/lib/CodeGen/StackSlotColoring.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StackSlotColoring.cpp
+
+libllvmcodegen_la-StrongPHIElimination.lo: llvm/lib/CodeGen/StrongPHIElimination.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-StrongPHIElimination.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Tpo -c -o libllvmcodegen_la-StrongPHIElimination.lo `test -f 'llvm/lib/CodeGen/StrongPHIElimination.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StrongPHIElimination.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Tpo $(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StrongPHIElimination.cpp' object='libllvmcodegen_la-StrongPHIElimination.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-StrongPHIElimination.lo `test -f 'llvm/lib/CodeGen/StrongPHIElimination.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/StrongPHIElimination.cpp
+
+libllvmcodegen_la-TargetInstrInfoImpl.lo: llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-TargetInstrInfoImpl.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Tpo -c -o libllvmcodegen_la-TargetInstrInfoImpl.lo `test -f 'llvm/lib/CodeGen/TargetInstrInfoImpl.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Tpo $(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/TargetInstrInfoImpl.cpp' object='libllvmcodegen_la-TargetInstrInfoImpl.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-TargetInstrInfoImpl.lo `test -f 'llvm/lib/CodeGen/TargetInstrInfoImpl.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
+
+libllvmcodegen_la-TwoAddressInstructionPass.lo: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-TwoAddressInstructionPass.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Tpo -c -o libllvmcodegen_la-TwoAddressInstructionPass.lo `test -f 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Tpo $(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/TwoAddressInstructionPass.cpp' object='libllvmcodegen_la-TwoAddressInstructionPass.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-TwoAddressInstructionPass.lo `test -f 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+
+libllvmcodegen_la-UnreachableBlockElim.lo: llvm/lib/CodeGen/UnreachableBlockElim.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-UnreachableBlockElim.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Tpo -c -o libllvmcodegen_la-UnreachableBlockElim.lo `test -f 'llvm/lib/CodeGen/UnreachableBlockElim.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/UnreachableBlockElim.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Tpo $(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/UnreachableBlockElim.cpp' object='libllvmcodegen_la-UnreachableBlockElim.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-UnreachableBlockElim.lo `test -f 'llvm/lib/CodeGen/UnreachableBlockElim.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/UnreachableBlockElim.cpp
+
+libllvmcodegen_la-VirtRegMap.lo: llvm/lib/CodeGen/VirtRegMap.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-VirtRegMap.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-VirtRegMap.Tpo -c -o libllvmcodegen_la-VirtRegMap.lo `test -f 'llvm/lib/CodeGen/VirtRegMap.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/VirtRegMap.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-VirtRegMap.Tpo $(DEPDIR)/libllvmcodegen_la-VirtRegMap.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/VirtRegMap.cpp' object='libllvmcodegen_la-VirtRegMap.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-VirtRegMap.lo `test -f 'llvm/lib/CodeGen/VirtRegMap.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/VirtRegMap.cpp
+
+libllvmcodegen_la-VirtRegRewriter.lo: llvm/lib/CodeGen/VirtRegRewriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcodegen_la-VirtRegRewriter.lo -MD -MP -MF $(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Tpo -c -o libllvmcodegen_la-VirtRegRewriter.lo `test -f 'llvm/lib/CodeGen/VirtRegRewriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/VirtRegRewriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Tpo $(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/VirtRegRewriter.cpp' object='libllvmcodegen_la-VirtRegRewriter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcodegen_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcodegen_la-VirtRegRewriter.lo `test -f 'llvm/lib/CodeGen/VirtRegRewriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/VirtRegRewriter.cpp
+
+libllvmcore_la-AsmWriter.lo: llvm/lib/VMCore/AsmWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-AsmWriter.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-AsmWriter.Tpo -c -o libllvmcore_la-AsmWriter.lo `test -f 'llvm/lib/VMCore/AsmWriter.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/AsmWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-AsmWriter.Tpo $(DEPDIR)/libllvmcore_la-AsmWriter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/AsmWriter.cpp' object='libllvmcore_la-AsmWriter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-AsmWriter.lo `test -f 'llvm/lib/VMCore/AsmWriter.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/AsmWriter.cpp
+
+libllvmcore_la-Attributes.lo: llvm/lib/VMCore/Attributes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Attributes.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Attributes.Tpo -c -o libllvmcore_la-Attributes.lo `test -f 'llvm/lib/VMCore/Attributes.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Attributes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Attributes.Tpo $(DEPDIR)/libllvmcore_la-Attributes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Attributes.cpp' object='libllvmcore_la-Attributes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Attributes.lo `test -f 'llvm/lib/VMCore/Attributes.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Attributes.cpp
+
+libllvmcore_la-AutoUpgrade.lo: llvm/lib/VMCore/AutoUpgrade.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-AutoUpgrade.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-AutoUpgrade.Tpo -c -o libllvmcore_la-AutoUpgrade.lo `test -f 'llvm/lib/VMCore/AutoUpgrade.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/AutoUpgrade.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-AutoUpgrade.Tpo $(DEPDIR)/libllvmcore_la-AutoUpgrade.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/AutoUpgrade.cpp' object='libllvmcore_la-AutoUpgrade.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-AutoUpgrade.lo `test -f 'llvm/lib/VMCore/AutoUpgrade.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/AutoUpgrade.cpp
+
+libllvmcore_la-BasicBlock.lo: llvm/lib/VMCore/BasicBlock.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-BasicBlock.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-BasicBlock.Tpo -c -o libllvmcore_la-BasicBlock.lo `test -f 'llvm/lib/VMCore/BasicBlock.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/BasicBlock.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-BasicBlock.Tpo $(DEPDIR)/libllvmcore_la-BasicBlock.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/BasicBlock.cpp' object='libllvmcore_la-BasicBlock.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-BasicBlock.lo `test -f 'llvm/lib/VMCore/BasicBlock.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/BasicBlock.cpp
+
+libllvmcore_la-ConstantFold.lo: llvm/lib/VMCore/ConstantFold.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-ConstantFold.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-ConstantFold.Tpo -c -o libllvmcore_la-ConstantFold.lo `test -f 'llvm/lib/VMCore/ConstantFold.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ConstantFold.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ConstantFold.Tpo $(DEPDIR)/libllvmcore_la-ConstantFold.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ConstantFold.cpp' object='libllvmcore_la-ConstantFold.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-ConstantFold.lo `test -f 'llvm/lib/VMCore/ConstantFold.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ConstantFold.cpp
+
+libllvmcore_la-Constants.lo: llvm/lib/VMCore/Constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Constants.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Constants.Tpo -c -o libllvmcore_la-Constants.lo `test -f 'llvm/lib/VMCore/Constants.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Constants.Tpo $(DEPDIR)/libllvmcore_la-Constants.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Constants.cpp' object='libllvmcore_la-Constants.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Constants.lo `test -f 'llvm/lib/VMCore/Constants.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Constants.cpp
+
+libllvmcore_la-Core.lo: llvm/lib/VMCore/Core.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Core.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Core.Tpo -c -o libllvmcore_la-Core.lo `test -f 'llvm/lib/VMCore/Core.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Core.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Core.Tpo $(DEPDIR)/libllvmcore_la-Core.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Core.cpp' object='libllvmcore_la-Core.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Core.lo `test -f 'llvm/lib/VMCore/Core.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Core.cpp
+
+libllvmcore_la-Dominators.lo: llvm/lib/VMCore/Dominators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Dominators.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Dominators.Tpo -c -o libllvmcore_la-Dominators.lo `test -f 'llvm/lib/VMCore/Dominators.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Dominators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Dominators.Tpo $(DEPDIR)/libllvmcore_la-Dominators.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Dominators.cpp' object='libllvmcore_la-Dominators.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Dominators.lo `test -f 'llvm/lib/VMCore/Dominators.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Dominators.cpp
+
+libllvmcore_la-Function.lo: llvm/lib/VMCore/Function.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Function.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Function.Tpo -c -o libllvmcore_la-Function.lo `test -f 'llvm/lib/VMCore/Function.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Function.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Function.Tpo $(DEPDIR)/libllvmcore_la-Function.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Function.cpp' object='libllvmcore_la-Function.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Function.lo `test -f 'llvm/lib/VMCore/Function.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Function.cpp
+
+libllvmcore_la-Globals.lo: llvm/lib/VMCore/Globals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Globals.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Globals.Tpo -c -o libllvmcore_la-Globals.lo `test -f 'llvm/lib/VMCore/Globals.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Globals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Globals.Tpo $(DEPDIR)/libllvmcore_la-Globals.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Globals.cpp' object='libllvmcore_la-Globals.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Globals.lo `test -f 'llvm/lib/VMCore/Globals.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Globals.cpp
+
+libllvmcore_la-InlineAsm.lo: llvm/lib/VMCore/InlineAsm.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-InlineAsm.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-InlineAsm.Tpo -c -o libllvmcore_la-InlineAsm.lo `test -f 'llvm/lib/VMCore/InlineAsm.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/InlineAsm.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-InlineAsm.Tpo $(DEPDIR)/libllvmcore_la-InlineAsm.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/InlineAsm.cpp' object='libllvmcore_la-InlineAsm.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-InlineAsm.lo `test -f 'llvm/lib/VMCore/InlineAsm.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/InlineAsm.cpp
+
+libllvmcore_la-Instruction.lo: llvm/lib/VMCore/Instruction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Instruction.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Instruction.Tpo -c -o libllvmcore_la-Instruction.lo `test -f 'llvm/lib/VMCore/Instruction.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Instruction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Instruction.Tpo $(DEPDIR)/libllvmcore_la-Instruction.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Instruction.cpp' object='libllvmcore_la-Instruction.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Instruction.lo `test -f 'llvm/lib/VMCore/Instruction.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Instruction.cpp
+
+libllvmcore_la-Instructions.lo: llvm/lib/VMCore/Instructions.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Instructions.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Instructions.Tpo -c -o libllvmcore_la-Instructions.lo `test -f 'llvm/lib/VMCore/Instructions.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Instructions.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Instructions.Tpo $(DEPDIR)/libllvmcore_la-Instructions.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Instructions.cpp' object='libllvmcore_la-Instructions.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Instructions.lo `test -f 'llvm/lib/VMCore/Instructions.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Instructions.cpp
+
+libllvmcore_la-IntrinsicInst.lo: llvm/lib/VMCore/IntrinsicInst.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-IntrinsicInst.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-IntrinsicInst.Tpo -c -o libllvmcore_la-IntrinsicInst.lo `test -f 'llvm/lib/VMCore/IntrinsicInst.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/IntrinsicInst.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-IntrinsicInst.Tpo $(DEPDIR)/libllvmcore_la-IntrinsicInst.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/IntrinsicInst.cpp' object='libllvmcore_la-IntrinsicInst.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-IntrinsicInst.lo `test -f 'llvm/lib/VMCore/IntrinsicInst.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/IntrinsicInst.cpp
+
+libllvmcore_la-LLVMContext.lo: llvm/lib/VMCore/LLVMContext.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-LLVMContext.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-LLVMContext.Tpo -c -o libllvmcore_la-LLVMContext.lo `test -f 'llvm/lib/VMCore/LLVMContext.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/LLVMContext.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-LLVMContext.Tpo $(DEPDIR)/libllvmcore_la-LLVMContext.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/LLVMContext.cpp' object='libllvmcore_la-LLVMContext.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-LLVMContext.lo `test -f 'llvm/lib/VMCore/LLVMContext.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/LLVMContext.cpp
+
+libllvmcore_la-LeakDetector.lo: llvm/lib/VMCore/LeakDetector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-LeakDetector.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-LeakDetector.Tpo -c -o libllvmcore_la-LeakDetector.lo `test -f 'llvm/lib/VMCore/LeakDetector.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/LeakDetector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-LeakDetector.Tpo $(DEPDIR)/libllvmcore_la-LeakDetector.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/LeakDetector.cpp' object='libllvmcore_la-LeakDetector.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-LeakDetector.lo `test -f 'llvm/lib/VMCore/LeakDetector.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/LeakDetector.cpp
+
+libllvmcore_la-Mangler.lo: llvm/lib/VMCore/Mangler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Mangler.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Mangler.Tpo -c -o libllvmcore_la-Mangler.lo `test -f 'llvm/lib/VMCore/Mangler.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Mangler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Mangler.Tpo $(DEPDIR)/libllvmcore_la-Mangler.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Mangler.cpp' object='libllvmcore_la-Mangler.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Mangler.lo `test -f 'llvm/lib/VMCore/Mangler.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Mangler.cpp
+
+libllvmcore_la-Metadata.lo: llvm/lib/VMCore/Metadata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Metadata.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Metadata.Tpo -c -o libllvmcore_la-Metadata.lo `test -f 'llvm/lib/VMCore/Metadata.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Metadata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Metadata.Tpo $(DEPDIR)/libllvmcore_la-Metadata.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Metadata.cpp' object='libllvmcore_la-Metadata.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Metadata.lo `test -f 'llvm/lib/VMCore/Metadata.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Metadata.cpp
+
+libllvmcore_la-Module.lo: llvm/lib/VMCore/Module.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Module.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Module.Tpo -c -o libllvmcore_la-Module.lo `test -f 'llvm/lib/VMCore/Module.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Module.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Module.Tpo $(DEPDIR)/libllvmcore_la-Module.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Module.cpp' object='libllvmcore_la-Module.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Module.lo `test -f 'llvm/lib/VMCore/Module.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Module.cpp
+
+libllvmcore_la-ModuleProvider.lo: llvm/lib/VMCore/ModuleProvider.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-ModuleProvider.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-ModuleProvider.Tpo -c -o libllvmcore_la-ModuleProvider.lo `test -f 'llvm/lib/VMCore/ModuleProvider.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ModuleProvider.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ModuleProvider.Tpo $(DEPDIR)/libllvmcore_la-ModuleProvider.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ModuleProvider.cpp' object='libllvmcore_la-ModuleProvider.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-ModuleProvider.lo `test -f 'llvm/lib/VMCore/ModuleProvider.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ModuleProvider.cpp
+
+libllvmcore_la-Pass.lo: llvm/lib/VMCore/Pass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Pass.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Pass.Tpo -c -o libllvmcore_la-Pass.lo `test -f 'llvm/lib/VMCore/Pass.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Pass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Pass.Tpo $(DEPDIR)/libllvmcore_la-Pass.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Pass.cpp' object='libllvmcore_la-Pass.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Pass.lo `test -f 'llvm/lib/VMCore/Pass.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Pass.cpp
+
+libllvmcore_la-PassManager.lo: llvm/lib/VMCore/PassManager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-PassManager.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-PassManager.Tpo -c -o libllvmcore_la-PassManager.lo `test -f 'llvm/lib/VMCore/PassManager.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/PassManager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-PassManager.Tpo $(DEPDIR)/libllvmcore_la-PassManager.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/PassManager.cpp' object='libllvmcore_la-PassManager.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-PassManager.lo `test -f 'llvm/lib/VMCore/PassManager.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/PassManager.cpp
+
+libllvmcore_la-PrintModulePass.lo: llvm/lib/VMCore/PrintModulePass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-PrintModulePass.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-PrintModulePass.Tpo -c -o libllvmcore_la-PrintModulePass.lo `test -f 'llvm/lib/VMCore/PrintModulePass.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/PrintModulePass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-PrintModulePass.Tpo $(DEPDIR)/libllvmcore_la-PrintModulePass.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/PrintModulePass.cpp' object='libllvmcore_la-PrintModulePass.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-PrintModulePass.lo `test -f 'llvm/lib/VMCore/PrintModulePass.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/PrintModulePass.cpp
+
+libllvmcore_la-Type.lo: llvm/lib/VMCore/Type.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Type.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Type.Tpo -c -o libllvmcore_la-Type.lo `test -f 'llvm/lib/VMCore/Type.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Type.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Type.Tpo $(DEPDIR)/libllvmcore_la-Type.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Type.cpp' object='libllvmcore_la-Type.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Type.lo `test -f 'llvm/lib/VMCore/Type.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Type.cpp
+
+libllvmcore_la-TypeSymbolTable.lo: llvm/lib/VMCore/TypeSymbolTable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-TypeSymbolTable.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-TypeSymbolTable.Tpo -c -o libllvmcore_la-TypeSymbolTable.lo `test -f 'llvm/lib/VMCore/TypeSymbolTable.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/TypeSymbolTable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-TypeSymbolTable.Tpo $(DEPDIR)/libllvmcore_la-TypeSymbolTable.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/TypeSymbolTable.cpp' object='libllvmcore_la-TypeSymbolTable.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-TypeSymbolTable.lo `test -f 'llvm/lib/VMCore/TypeSymbolTable.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/TypeSymbolTable.cpp
+
+libllvmcore_la-Use.lo: llvm/lib/VMCore/Use.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Use.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Use.Tpo -c -o libllvmcore_la-Use.lo `test -f 'llvm/lib/VMCore/Use.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Use.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Use.Tpo $(DEPDIR)/libllvmcore_la-Use.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Use.cpp' object='libllvmcore_la-Use.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Use.lo `test -f 'llvm/lib/VMCore/Use.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Use.cpp
+
+libllvmcore_la-Value.lo: llvm/lib/VMCore/Value.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Value.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Value.Tpo -c -o libllvmcore_la-Value.lo `test -f 'llvm/lib/VMCore/Value.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Value.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Value.Tpo $(DEPDIR)/libllvmcore_la-Value.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Value.cpp' object='libllvmcore_la-Value.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Value.lo `test -f 'llvm/lib/VMCore/Value.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Value.cpp
+
+libllvmcore_la-ValueSymbolTable.lo: llvm/lib/VMCore/ValueSymbolTable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-ValueSymbolTable.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-ValueSymbolTable.Tpo -c -o libllvmcore_la-ValueSymbolTable.lo `test -f 'llvm/lib/VMCore/ValueSymbolTable.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ValueSymbolTable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ValueSymbolTable.Tpo $(DEPDIR)/libllvmcore_la-ValueSymbolTable.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ValueSymbolTable.cpp' object='libllvmcore_la-ValueSymbolTable.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-ValueSymbolTable.lo `test -f 'llvm/lib/VMCore/ValueSymbolTable.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ValueSymbolTable.cpp
+
+libllvmcore_la-ValueTypes.lo: llvm/lib/VMCore/ValueTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-ValueTypes.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-ValueTypes.Tpo -c -o libllvmcore_la-ValueTypes.lo `test -f 'llvm/lib/VMCore/ValueTypes.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ValueTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ValueTypes.Tpo $(DEPDIR)/libllvmcore_la-ValueTypes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ValueTypes.cpp' object='libllvmcore_la-ValueTypes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-ValueTypes.lo `test -f 'llvm/lib/VMCore/ValueTypes.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/ValueTypes.cpp
+
+libllvmcore_la-Verifier.lo: llvm/lib/VMCore/Verifier.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmcore_la-Verifier.lo -MD -MP -MF $(DEPDIR)/libllvmcore_la-Verifier.Tpo -c -o libllvmcore_la-Verifier.lo `test -f 'llvm/lib/VMCore/Verifier.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Verifier.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Verifier.Tpo $(DEPDIR)/libllvmcore_la-Verifier.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Verifier.cpp' object='libllvmcore_la-Verifier.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmcore_la_CPPFLAGS) $(CPPFLAGS) $(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmcore_la-Verifier.lo `test -f 'llvm/lib/VMCore/Verifier.cpp' || echo '$(srcdir)/'`llvm/lib/VMCore/Verifier.cpp
+
+libllvmexecutionengine_la-ExecutionEngine.lo: llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-ExecutionEngine.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Tpo -c -o libllvmexecutionengine_la-ExecutionEngine.lo `test -f 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Tpo $(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/ExecutionEngine.cpp' object='libllvmexecutionengine_la-ExecutionEngine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-ExecutionEngine.lo `test -f 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/ExecutionEngine.cpp
+
+libllvmexecutionengine_la-Intercept.lo: llvm/lib/ExecutionEngine/JIT/Intercept.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-Intercept.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-Intercept.Tpo -c -o libllvmexecutionengine_la-Intercept.lo `test -f 'llvm/lib/ExecutionEngine/JIT/Intercept.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/Intercept.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-Intercept.Tpo $(DEPDIR)/libllvmexecutionengine_la-Intercept.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/Intercept.cpp' object='libllvmexecutionengine_la-Intercept.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-Intercept.lo `test -f 'llvm/lib/ExecutionEngine/JIT/Intercept.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/Intercept.cpp
+
+libllvmexecutionengine_la-JIT.lo: llvm/lib/ExecutionEngine/JIT/JIT.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JIT.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JIT.Tpo -c -o libllvmexecutionengine_la-JIT.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JIT.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JIT.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JIT.Tpo $(DEPDIR)/libllvmexecutionengine_la-JIT.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JIT.cpp' object='libllvmexecutionengine_la-JIT.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JIT.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JIT.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JIT.cpp
+
+libllvmexecutionengine_la-JITDwarfEmitter.lo: llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JITDwarfEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Tpo -c -o libllvmexecutionengine_la-JITDwarfEmitter.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp' object='libllvmexecutionengine_la-JITDwarfEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JITDwarfEmitter.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
+
+libllvmexecutionengine_la-JITEmitter.lo: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JITEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Tpo -c -o libllvmexecutionengine_la-JITEmitter.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp' object='libllvmexecutionengine_la-JITEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JITEmitter.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
+
+libllvmexecutionengine_la-JITMemoryManager.lo: llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-JITMemoryManager.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Tpo -c -o libllvmexecutionengine_la-JITMemoryManager.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp' object='libllvmexecutionengine_la-JITMemoryManager.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-JITMemoryManager.lo `test -f 'llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
+
+libllvmexecutionengine_la-OProfileJITEventListener.lo: llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-OProfileJITEventListener.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Tpo -c -o libllvmexecutionengine_la-OProfileJITEventListener.lo `test -f 'llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Tpo $(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp' object='libllvmexecutionengine_la-OProfileJITEventListener.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-OProfileJITEventListener.lo `test -f 'llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
+
+libllvmexecutionengine_la-TargetSelect.lo: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmexecutionengine_la-TargetSelect.lo -MD -MP -MF $(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Tpo -c -o libllvmexecutionengine_la-TargetSelect.lo `test -f 'llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Tpo $(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp' object='libllvmexecutionengine_la-TargetSelect.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmexecutionengine_la_CPPFLAGS) $(CPPFLAGS) $(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmexecutionengine_la-TargetSelect.lo `test -f 'llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp' || echo '$(srcdir)/'`llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
+
+libllvmipa_la-AliasAnalysis.lo: llvm/lib/Analysis/AliasAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-AliasAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-AliasAnalysis.Tpo -c -o libllvmipa_la-AliasAnalysis.lo `test -f 'llvm/lib/Analysis/AliasAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/AliasAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-AliasAnalysis.Tpo $(DEPDIR)/libllvmipa_la-AliasAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/AliasAnalysis.cpp' object='libllvmipa_la-AliasAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-AliasAnalysis.lo `test -f 'llvm/lib/Analysis/AliasAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/AliasAnalysis.cpp
+
+libllvmipa_la-AliasSetTracker.lo: llvm/lib/Analysis/AliasSetTracker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-AliasSetTracker.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-AliasSetTracker.Tpo -c -o libllvmipa_la-AliasSetTracker.lo `test -f 'llvm/lib/Analysis/AliasSetTracker.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/AliasSetTracker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-AliasSetTracker.Tpo $(DEPDIR)/libllvmipa_la-AliasSetTracker.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/AliasSetTracker.cpp' object='libllvmipa_la-AliasSetTracker.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-AliasSetTracker.lo `test -f 'llvm/lib/Analysis/AliasSetTracker.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/AliasSetTracker.cpp
+
+libllvmipa_la-BasicAliasAnalysis.lo: llvm/lib/Analysis/BasicAliasAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-BasicAliasAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Tpo -c -o libllvmipa_la-BasicAliasAnalysis.lo `test -f 'llvm/lib/Analysis/BasicAliasAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/BasicAliasAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Tpo $(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/BasicAliasAnalysis.cpp' object='libllvmipa_la-BasicAliasAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-BasicAliasAnalysis.lo `test -f 'llvm/lib/Analysis/BasicAliasAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/BasicAliasAnalysis.cpp
+
+libllvmipa_la-CaptureTracking.lo: llvm/lib/Analysis/CaptureTracking.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-CaptureTracking.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-CaptureTracking.Tpo -c -o libllvmipa_la-CaptureTracking.lo `test -f 'llvm/lib/Analysis/CaptureTracking.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/CaptureTracking.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-CaptureTracking.Tpo $(DEPDIR)/libllvmipa_la-CaptureTracking.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/CaptureTracking.cpp' object='libllvmipa_la-CaptureTracking.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-CaptureTracking.lo `test -f 'llvm/lib/Analysis/CaptureTracking.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/CaptureTracking.cpp
+
+libllvmipa_la-ConstantFolding.lo: llvm/lib/Analysis/ConstantFolding.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ConstantFolding.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ConstantFolding.Tpo -c -o libllvmipa_la-ConstantFolding.lo `test -f 'llvm/lib/Analysis/ConstantFolding.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ConstantFolding.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ConstantFolding.Tpo $(DEPDIR)/libllvmipa_la-ConstantFolding.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ConstantFolding.cpp' object='libllvmipa_la-ConstantFolding.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-ConstantFolding.lo `test -f 'llvm/lib/Analysis/ConstantFolding.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ConstantFolding.cpp
+
+libllvmipa_la-DebugInfo.lo: llvm/lib/Analysis/DebugInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-DebugInfo.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-DebugInfo.Tpo -c -o libllvmipa_la-DebugInfo.lo `test -f 'llvm/lib/Analysis/DebugInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/DebugInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-DebugInfo.Tpo $(DEPDIR)/libllvmipa_la-DebugInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/DebugInfo.cpp' object='libllvmipa_la-DebugInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-DebugInfo.lo `test -f 'llvm/lib/Analysis/DebugInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/DebugInfo.cpp
+
+libllvmipa_la-IVUsers.lo: llvm/lib/Analysis/IVUsers.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-IVUsers.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-IVUsers.Tpo -c -o libllvmipa_la-IVUsers.lo `test -f 'llvm/lib/Analysis/IVUsers.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/IVUsers.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-IVUsers.Tpo $(DEPDIR)/libllvmipa_la-IVUsers.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/IVUsers.cpp' object='libllvmipa_la-IVUsers.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-IVUsers.lo `test -f 'llvm/lib/Analysis/IVUsers.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/IVUsers.cpp
+
+libllvmipa_la-LiveValues.lo: llvm/lib/Analysis/LiveValues.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-LiveValues.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-LiveValues.Tpo -c -o libllvmipa_la-LiveValues.lo `test -f 'llvm/lib/Analysis/LiveValues.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LiveValues.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LiveValues.Tpo $(DEPDIR)/libllvmipa_la-LiveValues.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LiveValues.cpp' object='libllvmipa_la-LiveValues.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-LiveValues.lo `test -f 'llvm/lib/Analysis/LiveValues.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LiveValues.cpp
+
+libllvmipa_la-LoopDependenceAnalysis.lo: llvm/lib/Analysis/LoopDependenceAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-LoopDependenceAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Tpo -c -o libllvmipa_la-LoopDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/LoopDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopDependenceAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Tpo $(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopDependenceAnalysis.cpp' object='libllvmipa_la-LoopDependenceAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-LoopDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/LoopDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopDependenceAnalysis.cpp
+
+libllvmipa_la-LoopInfo.lo: llvm/lib/Analysis/LoopInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-LoopInfo.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-LoopInfo.Tpo -c -o libllvmipa_la-LoopInfo.lo `test -f 'llvm/lib/Analysis/LoopInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopInfo.Tpo $(DEPDIR)/libllvmipa_la-LoopInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopInfo.cpp' object='libllvmipa_la-LoopInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-LoopInfo.lo `test -f 'llvm/lib/Analysis/LoopInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopInfo.cpp
+
+libllvmipa_la-LoopPass.lo: llvm/lib/Analysis/LoopPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-LoopPass.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-LoopPass.Tpo -c -o libllvmipa_la-LoopPass.lo `test -f 'llvm/lib/Analysis/LoopPass.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopPass.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopPass.Tpo $(DEPDIR)/libllvmipa_la-LoopPass.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopPass.cpp' object='libllvmipa_la-LoopPass.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-LoopPass.lo `test -f 'llvm/lib/Analysis/LoopPass.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/LoopPass.cpp
+
+libllvmipa_la-MemoryDependenceAnalysis.lo: llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-MemoryDependenceAnalysis.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Tpo -c -o libllvmipa_la-MemoryDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Tpo $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' object='libllvmipa_la-MemoryDependenceAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-MemoryDependenceAnalysis.lo `test -f 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+
+libllvmipa_la-ScalarEvolution.lo: llvm/lib/Analysis/ScalarEvolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ScalarEvolution.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ScalarEvolution.Tpo -c -o libllvmipa_la-ScalarEvolution.lo `test -f 'llvm/lib/Analysis/ScalarEvolution.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ScalarEvolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ScalarEvolution.Tpo $(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ScalarEvolution.cpp' object='libllvmipa_la-ScalarEvolution.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-ScalarEvolution.lo `test -f 'llvm/lib/Analysis/ScalarEvolution.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ScalarEvolution.cpp
+
+libllvmipa_la-ScalarEvolutionExpander.lo: llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ScalarEvolutionExpander.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Tpo -c -o libllvmipa_la-ScalarEvolutionExpander.lo `test -f 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Tpo $(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ScalarEvolutionExpander.cpp' object='libllvmipa_la-ScalarEvolutionExpander.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-ScalarEvolutionExpander.lo `test -f 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+
+libllvmipa_la-ValueTracking.lo: llvm/lib/Analysis/ValueTracking.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmipa_la-ValueTracking.lo -MD -MP -MF $(DEPDIR)/libllvmipa_la-ValueTracking.Tpo -c -o libllvmipa_la-ValueTracking.lo `test -f 'llvm/lib/Analysis/ValueTracking.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ValueTracking.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ValueTracking.Tpo $(DEPDIR)/libllvmipa_la-ValueTracking.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ValueTracking.cpp' object='libllvmipa_la-ValueTracking.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmipa_la_CPPFLAGS) $(CPPFLAGS) $(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmipa_la-ValueTracking.lo `test -f 'llvm/lib/Analysis/ValueTracking.cpp' || echo '$(srcdir)/'`llvm/lib/Analysis/ValueTracking.cpp
+
+libllvmmc_la-MCAsmInfo.lo: llvm/lib/MC/MCAsmInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmInfo.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmInfo.Tpo -c -o libllvmmc_la-MCAsmInfo.lo `test -f 'llvm/lib/MC/MCAsmInfo.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfo.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfo.cpp' object='libllvmmc_la-MCAsmInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmInfo.lo `test -f 'llvm/lib/MC/MCAsmInfo.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfo.cpp
+
+libllvmmc_la-MCAsmInfoCOFF.lo: llvm/lib/MC/MCAsmInfoCOFF.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmInfoCOFF.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Tpo -c -o libllvmmc_la-MCAsmInfoCOFF.lo `test -f 'llvm/lib/MC/MCAsmInfoCOFF.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfoCOFF.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfoCOFF.cpp' object='libllvmmc_la-MCAsmInfoCOFF.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmInfoCOFF.lo `test -f 'llvm/lib/MC/MCAsmInfoCOFF.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfoCOFF.cpp
+
+libllvmmc_la-MCAsmInfoDarwin.lo: llvm/lib/MC/MCAsmInfoDarwin.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmInfoDarwin.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Tpo -c -o libllvmmc_la-MCAsmInfoDarwin.lo `test -f 'llvm/lib/MC/MCAsmInfoDarwin.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfoDarwin.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfoDarwin.cpp' object='libllvmmc_la-MCAsmInfoDarwin.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmInfoDarwin.lo `test -f 'llvm/lib/MC/MCAsmInfoDarwin.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmInfoDarwin.cpp
+
+libllvmmc_la-MCAsmLexer.lo: llvm/lib/MC/MCAsmLexer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmLexer.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmLexer.Tpo -c -o libllvmmc_la-MCAsmLexer.lo `test -f 'llvm/lib/MC/MCAsmLexer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmLexer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmLexer.Tpo $(DEPDIR)/libllvmmc_la-MCAsmLexer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmLexer.cpp' object='libllvmmc_la-MCAsmLexer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmLexer.lo `test -f 'llvm/lib/MC/MCAsmLexer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmLexer.cpp
+
+libllvmmc_la-MCAsmParser.lo: llvm/lib/MC/MCAsmParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmParser.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmParser.Tpo -c -o libllvmmc_la-MCAsmParser.lo `test -f 'llvm/lib/MC/MCAsmParser.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmParser.Tpo $(DEPDIR)/libllvmmc_la-MCAsmParser.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmParser.cpp' object='libllvmmc_la-MCAsmParser.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmParser.lo `test -f 'llvm/lib/MC/MCAsmParser.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmParser.cpp
+
+libllvmmc_la-MCAsmStreamer.lo: llvm/lib/MC/MCAsmStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAsmStreamer.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAsmStreamer.Tpo -c -o libllvmmc_la-MCAsmStreamer.lo `test -f 'llvm/lib/MC/MCAsmStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCAsmStreamer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmStreamer.cpp' object='libllvmmc_la-MCAsmStreamer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAsmStreamer.lo `test -f 'llvm/lib/MC/MCAsmStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAsmStreamer.cpp
+
+libllvmmc_la-MCAssembler.lo: llvm/lib/MC/MCAssembler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCAssembler.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCAssembler.Tpo -c -o libllvmmc_la-MCAssembler.lo `test -f 'llvm/lib/MC/MCAssembler.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAssembler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAssembler.Tpo $(DEPDIR)/libllvmmc_la-MCAssembler.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAssembler.cpp' object='libllvmmc_la-MCAssembler.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCAssembler.lo `test -f 'llvm/lib/MC/MCAssembler.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCAssembler.cpp
+
+libllvmmc_la-MCCodeEmitter.lo: llvm/lib/MC/MCCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCCodeEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCCodeEmitter.Tpo -c -o libllvmmc_la-MCCodeEmitter.lo `test -f 'llvm/lib/MC/MCCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCCodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCCodeEmitter.Tpo $(DEPDIR)/libllvmmc_la-MCCodeEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCCodeEmitter.cpp' object='libllvmmc_la-MCCodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCCodeEmitter.lo `test -f 'llvm/lib/MC/MCCodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCCodeEmitter.cpp
+
+libllvmmc_la-MCContext.lo: llvm/lib/MC/MCContext.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCContext.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCContext.Tpo -c -o libllvmmc_la-MCContext.lo `test -f 'llvm/lib/MC/MCContext.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCContext.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCContext.Tpo $(DEPDIR)/libllvmmc_la-MCContext.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCContext.cpp' object='libllvmmc_la-MCContext.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCContext.lo `test -f 'llvm/lib/MC/MCContext.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCContext.cpp
+
+libllvmmc_la-MCExpr.lo: llvm/lib/MC/MCExpr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCExpr.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCExpr.Tpo -c -o libllvmmc_la-MCExpr.lo `test -f 'llvm/lib/MC/MCExpr.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCExpr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCExpr.Tpo $(DEPDIR)/libllvmmc_la-MCExpr.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCExpr.cpp' object='libllvmmc_la-MCExpr.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCExpr.lo `test -f 'llvm/lib/MC/MCExpr.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCExpr.cpp
+
+libllvmmc_la-MCInst.lo: llvm/lib/MC/MCInst.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCInst.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCInst.Tpo -c -o libllvmmc_la-MCInst.lo `test -f 'llvm/lib/MC/MCInst.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCInst.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCInst.Tpo $(DEPDIR)/libllvmmc_la-MCInst.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCInst.cpp' object='libllvmmc_la-MCInst.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCInst.lo `test -f 'llvm/lib/MC/MCInst.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCInst.cpp
+
+libllvmmc_la-MCMachOStreamer.lo: llvm/lib/MC/MCMachOStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCMachOStreamer.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCMachOStreamer.Tpo -c -o libllvmmc_la-MCMachOStreamer.lo `test -f 'llvm/lib/MC/MCMachOStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCMachOStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCMachOStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCMachOStreamer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCMachOStreamer.cpp' object='libllvmmc_la-MCMachOStreamer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCMachOStreamer.lo `test -f 'llvm/lib/MC/MCMachOStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCMachOStreamer.cpp
+
+libllvmmc_la-MCNullStreamer.lo: llvm/lib/MC/MCNullStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCNullStreamer.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCNullStreamer.Tpo -c -o libllvmmc_la-MCNullStreamer.lo `test -f 'llvm/lib/MC/MCNullStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCNullStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCNullStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCNullStreamer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCNullStreamer.cpp' object='libllvmmc_la-MCNullStreamer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCNullStreamer.lo `test -f 'llvm/lib/MC/MCNullStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCNullStreamer.cpp
+
+libllvmmc_la-MCSection.lo: llvm/lib/MC/MCSection.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCSection.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCSection.Tpo -c -o libllvmmc_la-MCSection.lo `test -f 'llvm/lib/MC/MCSection.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSection.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSection.Tpo $(DEPDIR)/libllvmmc_la-MCSection.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSection.cpp' object='libllvmmc_la-MCSection.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCSection.lo `test -f 'llvm/lib/MC/MCSection.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSection.cpp
+
+libllvmmc_la-MCSectionELF.lo: llvm/lib/MC/MCSectionELF.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCSectionELF.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCSectionELF.Tpo -c -o libllvmmc_la-MCSectionELF.lo `test -f 'llvm/lib/MC/MCSectionELF.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSectionELF.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSectionELF.Tpo $(DEPDIR)/libllvmmc_la-MCSectionELF.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSectionELF.cpp' object='libllvmmc_la-MCSectionELF.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCSectionELF.lo `test -f 'llvm/lib/MC/MCSectionELF.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSectionELF.cpp
+
+libllvmmc_la-MCSectionMachO.lo: llvm/lib/MC/MCSectionMachO.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCSectionMachO.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCSectionMachO.Tpo -c -o libllvmmc_la-MCSectionMachO.lo `test -f 'llvm/lib/MC/MCSectionMachO.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSectionMachO.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSectionMachO.Tpo $(DEPDIR)/libllvmmc_la-MCSectionMachO.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSectionMachO.cpp' object='libllvmmc_la-MCSectionMachO.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCSectionMachO.lo `test -f 'llvm/lib/MC/MCSectionMachO.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSectionMachO.cpp
+
+libllvmmc_la-MCStreamer.lo: llvm/lib/MC/MCStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCStreamer.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCStreamer.Tpo -c -o libllvmmc_la-MCStreamer.lo `test -f 'llvm/lib/MC/MCStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCStreamer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCStreamer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCStreamer.cpp' object='libllvmmc_la-MCStreamer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCStreamer.lo `test -f 'llvm/lib/MC/MCStreamer.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCStreamer.cpp
+
+libllvmmc_la-MCSymbol.lo: llvm/lib/MC/MCSymbol.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCSymbol.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCSymbol.Tpo -c -o libllvmmc_la-MCSymbol.lo `test -f 'llvm/lib/MC/MCSymbol.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSymbol.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSymbol.Tpo $(DEPDIR)/libllvmmc_la-MCSymbol.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSymbol.cpp' object='libllvmmc_la-MCSymbol.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCSymbol.lo `test -f 'llvm/lib/MC/MCSymbol.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCSymbol.cpp
+
+libllvmmc_la-MCValue.lo: llvm/lib/MC/MCValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-MCValue.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-MCValue.Tpo -c -o libllvmmc_la-MCValue.lo `test -f 'llvm/lib/MC/MCValue.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCValue.Tpo $(DEPDIR)/libllvmmc_la-MCValue.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCValue.cpp' object='libllvmmc_la-MCValue.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-MCValue.lo `test -f 'llvm/lib/MC/MCValue.cpp' || echo '$(srcdir)/'`llvm/lib/MC/MCValue.cpp
+
+libllvmmc_la-TargetAsmParser.lo: llvm/lib/MC/TargetAsmParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmmc_la-TargetAsmParser.lo -MD -MP -MF $(DEPDIR)/libllvmmc_la-TargetAsmParser.Tpo -c -o libllvmmc_la-TargetAsmParser.lo `test -f 'llvm/lib/MC/TargetAsmParser.cpp' || echo '$(srcdir)/'`llvm/lib/MC/TargetAsmParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-TargetAsmParser.Tpo $(DEPDIR)/libllvmmc_la-TargetAsmParser.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/TargetAsmParser.cpp' object='libllvmmc_la-TargetAsmParser.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmmc_la_CPPFLAGS) $(CPPFLAGS) $(libllvmmc_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmmc_la-TargetAsmParser.lo `test -f 'llvm/lib/MC/TargetAsmParser.cpp' || echo '$(srcdir)/'`llvm/lib/MC/TargetAsmParser.cpp
+
+libllvmscalar_la-CodeGenPrepare.lo: llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmscalar_la-CodeGenPrepare.lo -MD -MP -MF $(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Tpo -c -o libllvmscalar_la-CodeGenPrepare.lo `test -f 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Tpo $(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp' object='libllvmscalar_la-CodeGenPrepare.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmscalar_la-CodeGenPrepare.lo `test -f 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
+
+libllvmscalar_la-DCE.lo: llvm/lib/Transforms/Scalar/DCE.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmscalar_la-DCE.lo -MD -MP -MF $(DEPDIR)/libllvmscalar_la-DCE.Tpo -c -o libllvmscalar_la-DCE.lo `test -f 'llvm/lib/Transforms/Scalar/DCE.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/DCE.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-DCE.Tpo $(DEPDIR)/libllvmscalar_la-DCE.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/DCE.cpp' object='libllvmscalar_la-DCE.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmscalar_la-DCE.lo `test -f 'llvm/lib/Transforms/Scalar/DCE.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/DCE.cpp
+
+libllvmscalar_la-LoopStrengthReduce.lo: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmscalar_la-LoopStrengthReduce.lo -MD -MP -MF $(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Tpo -c -o libllvmscalar_la-LoopStrengthReduce.lo `test -f 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Tpo $(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp' object='libllvmscalar_la-LoopStrengthReduce.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmscalar_la_CPPFLAGS) $(CPPFLAGS) $(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmscalar_la-LoopStrengthReduce.lo `test -f 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+
+libllvmsdag_la-CallingConvLower.lo: llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-CallingConvLower.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-CallingConvLower.Tpo -c -o libllvmsdag_la-CallingConvLower.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-CallingConvLower.Tpo $(DEPDIR)/libllvmsdag_la-CallingConvLower.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp' object='libllvmsdag_la-CallingConvLower.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-CallingConvLower.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp
+
+libllvmsdag_la-DAGCombiner.lo: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DAGCombiner.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DAGCombiner.Tpo -c -o libllvmsdag_la-DAGCombiner.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DAGCombiner.Tpo $(DEPDIR)/libllvmsdag_la-DAGCombiner.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp' object='libllvmsdag_la-DAGCombiner.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DAGCombiner.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+
+libllvmsdag_la-FastISel.lo: llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-FastISel.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-FastISel.Tpo -c -o libllvmsdag_la-FastISel.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-FastISel.Tpo $(DEPDIR)/libllvmsdag_la-FastISel.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/FastISel.cpp' object='libllvmsdag_la-FastISel.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-FastISel.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+
+libllvmsdag_la-LegalizeDAG.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeDAG.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeDAG.Tpo -c -o libllvmsdag_la-LegalizeDAG.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeDAG.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeDAG.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp' object='libllvmsdag_la-LegalizeDAG.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeDAG.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+
+libllvmsdag_la-LegalizeFloatTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeFloatTypes.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Tpo -c -o libllvmsdag_la-LegalizeFloatTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp' object='libllvmsdag_la-LegalizeFloatTypes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeFloatTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+
+libllvmsdag_la-LegalizeIntegerTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeIntegerTypes.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Tpo -c -o libllvmsdag_la-LegalizeIntegerTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp' object='libllvmsdag_la-LegalizeIntegerTypes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeIntegerTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+
+libllvmsdag_la-LegalizeTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeTypes.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeTypes.Tpo -c -o libllvmsdag_la-LegalizeTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeTypes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp' object='libllvmsdag_la-LegalizeTypes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
+
+libllvmsdag_la-LegalizeTypesGeneric.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeTypesGeneric.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Tpo -c -o libllvmsdag_la-LegalizeTypesGeneric.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp' object='libllvmsdag_la-LegalizeTypesGeneric.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeTypesGeneric.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+
+libllvmsdag_la-LegalizeVectorOps.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeVectorOps.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Tpo -c -o libllvmsdag_la-LegalizeVectorOps.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp' object='libllvmsdag_la-LegalizeVectorOps.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeVectorOps.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+
+libllvmsdag_la-LegalizeVectorTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-LegalizeVectorTypes.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Tpo -c -o libllvmsdag_la-LegalizeVectorTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp' object='libllvmsdag_la-LegalizeVectorTypes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-LegalizeVectorTypes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+
+libllvmsdag_la-ScheduleDAGFast.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-ScheduleDAGFast.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Tpo -c -o libllvmsdag_la-ScheduleDAGFast.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp' object='libllvmsdag_la-ScheduleDAGFast.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-ScheduleDAGFast.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+
+libllvmsdag_la-ScheduleDAGList.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-ScheduleDAGList.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Tpo -c -o libllvmsdag_la-ScheduleDAGList.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp' object='libllvmsdag_la-ScheduleDAGList.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-ScheduleDAGList.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+
+libllvmsdag_la-ScheduleDAGRRList.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-ScheduleDAGRRList.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Tpo -c -o libllvmsdag_la-ScheduleDAGRRList.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp' object='libllvmsdag_la-ScheduleDAGRRList.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-ScheduleDAGRRList.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+
+libllvmsdag_la-ScheduleDAGSDNodes.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-ScheduleDAGSDNodes.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Tpo -c -o libllvmsdag_la-ScheduleDAGSDNodes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp' object='libllvmsdag_la-ScheduleDAGSDNodes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-ScheduleDAGSDNodes.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
+
+libllvmsdag_la-ScheduleDAGSDNodesEmit.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-ScheduleDAGSDNodesEmit.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Tpo -c -o libllvmsdag_la-ScheduleDAGSDNodesEmit.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp' object='libllvmsdag_la-ScheduleDAGSDNodesEmit.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-ScheduleDAGSDNodesEmit.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
+
+libllvmsdag_la-SelectionDAG.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-SelectionDAG.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-SelectionDAG.Tpo -c -o libllvmsdag_la-SelectionDAG.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAG.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAG.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp' object='libllvmsdag_la-SelectionDAG.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-SelectionDAG.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+
+libllvmsdag_la-SelectionDAGBuild.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-SelectionDAGBuild.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Tpo -c -o libllvmsdag_la-SelectionDAGBuild.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp' object='libllvmsdag_la-SelectionDAGBuild.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-SelectionDAGBuild.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+
+libllvmsdag_la-SelectionDAGISel.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-SelectionDAGISel.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Tpo -c -o libllvmsdag_la-SelectionDAGISel.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp' object='libllvmsdag_la-SelectionDAGISel.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-SelectionDAGISel.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+
+libllvmsdag_la-SelectionDAGPrinter.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-SelectionDAGPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Tpo -c -o libllvmsdag_la-SelectionDAGPrinter.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp' object='libllvmsdag_la-SelectionDAGPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-SelectionDAGPrinter.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+
+libllvmsdag_la-TargetLowering.lo: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-TargetLowering.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-TargetLowering.Tpo -c -o libllvmsdag_la-TargetLowering.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-TargetLowering.Tpo $(DEPDIR)/libllvmsdag_la-TargetLowering.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp' object='libllvmsdag_la-TargetLowering.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-TargetLowering.lo `test -f 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+
+libllvmsdag_la-DwarfWriter.lo: llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DwarfWriter.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DwarfWriter.Tpo -c -o libllvmsdag_la-DwarfWriter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfWriter.Tpo $(DEPDIR)/libllvmsdag_la-DwarfWriter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp' object='libllvmsdag_la-DwarfWriter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DwarfWriter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+
+libllvmsdag_la-DwarfDebug.lo: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DwarfDebug.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DwarfDebug.Tpo -c -o libllvmsdag_la-DwarfDebug.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfDebug.Tpo $(DEPDIR)/libllvmsdag_la-DwarfDebug.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp' object='libllvmsdag_la-DwarfDebug.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DwarfDebug.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+
+libllvmsdag_la-DwarfException.lo: llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DwarfException.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DwarfException.Tpo -c -o libllvmsdag_la-DwarfException.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfException.Tpo $(DEPDIR)/libllvmsdag_la-DwarfException.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp' object='libllvmsdag_la-DwarfException.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DwarfException.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+
+libllvmsdag_la-DwarfLabel.lo: llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DwarfLabel.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DwarfLabel.Tpo -c -o libllvmsdag_la-DwarfLabel.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfLabel.Tpo $(DEPDIR)/libllvmsdag_la-DwarfLabel.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp' object='libllvmsdag_la-DwarfLabel.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DwarfLabel.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp
+
+libllvmsdag_la-DwarfPrinter.lo: llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DwarfPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DwarfPrinter.Tpo -c -o libllvmsdag_la-DwarfPrinter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfPrinter.Tpo $(DEPDIR)/libllvmsdag_la-DwarfPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp' object='libllvmsdag_la-DwarfPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DwarfPrinter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
+
+libllvmsdag_la-DIE.lo: llvm/lib/CodeGen/AsmPrinter/DIE.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-DIE.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-DIE.Tpo -c -o libllvmsdag_la-DIE.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DIE.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DIE.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DIE.Tpo $(DEPDIR)/libllvmsdag_la-DIE.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DIE.cpp' object='libllvmsdag_la-DIE.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-DIE.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/DIE.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/DIE.cpp
+
+libllvmsdag_la-AsmPrinter.lo: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsdag_la-AsmPrinter.lo -MD -MP -MF $(DEPDIR)/libllvmsdag_la-AsmPrinter.Tpo -c -o libllvmsdag_la-AsmPrinter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-AsmPrinter.Tpo $(DEPDIR)/libllvmsdag_la-AsmPrinter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp' object='libllvmsdag_la-AsmPrinter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsdag_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsdag_la-AsmPrinter.lo `test -f 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp' || echo '$(srcdir)/'`llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+
+libllvmsupport_la-APFloat.lo: llvm/lib/Support/APFloat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-APFloat.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-APFloat.Tpo -c -o libllvmsupport_la-APFloat.lo `test -f 'llvm/lib/Support/APFloat.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APFloat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APFloat.Tpo $(DEPDIR)/libllvmsupport_la-APFloat.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APFloat.cpp' object='libllvmsupport_la-APFloat.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-APFloat.lo `test -f 'llvm/lib/Support/APFloat.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APFloat.cpp
+
+libllvmsupport_la-APInt.lo: llvm/lib/Support/APInt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-APInt.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-APInt.Tpo -c -o libllvmsupport_la-APInt.lo `test -f 'llvm/lib/Support/APInt.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APInt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APInt.Tpo $(DEPDIR)/libllvmsupport_la-APInt.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APInt.cpp' object='libllvmsupport_la-APInt.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-APInt.lo `test -f 'llvm/lib/Support/APInt.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APInt.cpp
+
+libllvmsupport_la-APSInt.lo: llvm/lib/Support/APSInt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-APSInt.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-APSInt.Tpo -c -o libllvmsupport_la-APSInt.lo `test -f 'llvm/lib/Support/APSInt.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APSInt.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APSInt.Tpo $(DEPDIR)/libllvmsupport_la-APSInt.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APSInt.cpp' object='libllvmsupport_la-APSInt.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-APSInt.lo `test -f 'llvm/lib/Support/APSInt.cpp' || echo '$(srcdir)/'`llvm/lib/Support/APSInt.cpp
+
+libllvmsupport_la-Allocator.lo: llvm/lib/Support/Allocator.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Allocator.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Allocator.Tpo -c -o libllvmsupport_la-Allocator.lo `test -f 'llvm/lib/Support/Allocator.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Allocator.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Allocator.Tpo $(DEPDIR)/libllvmsupport_la-Allocator.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Allocator.cpp' object='libllvmsupport_la-Allocator.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Allocator.lo `test -f 'llvm/lib/Support/Allocator.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Allocator.cpp
+
+libllvmsupport_la-CommandLine.lo: llvm/lib/Support/CommandLine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-CommandLine.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-CommandLine.Tpo -c -o libllvmsupport_la-CommandLine.lo `test -f 'llvm/lib/Support/CommandLine.cpp' || echo '$(srcdir)/'`llvm/lib/Support/CommandLine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-CommandLine.Tpo $(DEPDIR)/libllvmsupport_la-CommandLine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/CommandLine.cpp' object='libllvmsupport_la-CommandLine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-CommandLine.lo `test -f 'llvm/lib/Support/CommandLine.cpp' || echo '$(srcdir)/'`llvm/lib/Support/CommandLine.cpp
+
+libllvmsupport_la-ConstantRange.lo: llvm/lib/Support/ConstantRange.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-ConstantRange.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-ConstantRange.Tpo -c -o libllvmsupport_la-ConstantRange.lo `test -f 'llvm/lib/Support/ConstantRange.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ConstantRange.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ConstantRange.Tpo $(DEPDIR)/libllvmsupport_la-ConstantRange.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ConstantRange.cpp' object='libllvmsupport_la-ConstantRange.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-ConstantRange.lo `test -f 'llvm/lib/Support/ConstantRange.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ConstantRange.cpp
+
+libllvmsupport_la-Debug.lo: llvm/lib/Support/Debug.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Debug.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Debug.Tpo -c -o libllvmsupport_la-Debug.lo `test -f 'llvm/lib/Support/Debug.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Debug.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Debug.Tpo $(DEPDIR)/libllvmsupport_la-Debug.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Debug.cpp' object='libllvmsupport_la-Debug.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Debug.lo `test -f 'llvm/lib/Support/Debug.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Debug.cpp
+
+libllvmsupport_la-Dwarf.lo: llvm/lib/Support/Dwarf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Dwarf.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Dwarf.Tpo -c -o libllvmsupport_la-Dwarf.lo `test -f 'llvm/lib/Support/Dwarf.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Dwarf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Dwarf.Tpo $(DEPDIR)/libllvmsupport_la-Dwarf.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Dwarf.cpp' object='libllvmsupport_la-Dwarf.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Dwarf.lo `test -f 'llvm/lib/Support/Dwarf.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Dwarf.cpp
+
+libllvmsupport_la-ErrorHandling.lo: llvm/lib/Support/ErrorHandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-ErrorHandling.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-ErrorHandling.Tpo -c -o libllvmsupport_la-ErrorHandling.lo `test -f 'llvm/lib/Support/ErrorHandling.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ErrorHandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ErrorHandling.Tpo $(DEPDIR)/libllvmsupport_la-ErrorHandling.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ErrorHandling.cpp' object='libllvmsupport_la-ErrorHandling.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-ErrorHandling.lo `test -f 'llvm/lib/Support/ErrorHandling.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ErrorHandling.cpp
+
+libllvmsupport_la-FileUtilities.lo: llvm/lib/Support/FileUtilities.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-FileUtilities.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-FileUtilities.Tpo -c -o libllvmsupport_la-FileUtilities.lo `test -f 'llvm/lib/Support/FileUtilities.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FileUtilities.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FileUtilities.Tpo $(DEPDIR)/libllvmsupport_la-FileUtilities.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FileUtilities.cpp' object='libllvmsupport_la-FileUtilities.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-FileUtilities.lo `test -f 'llvm/lib/Support/FileUtilities.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FileUtilities.cpp
+
+libllvmsupport_la-FoldingSet.lo: llvm/lib/Support/FoldingSet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-FoldingSet.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-FoldingSet.Tpo -c -o libllvmsupport_la-FoldingSet.lo `test -f 'llvm/lib/Support/FoldingSet.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FoldingSet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FoldingSet.Tpo $(DEPDIR)/libllvmsupport_la-FoldingSet.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FoldingSet.cpp' object='libllvmsupport_la-FoldingSet.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-FoldingSet.lo `test -f 'llvm/lib/Support/FoldingSet.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FoldingSet.cpp
+
+libllvmsupport_la-FormattedStream.lo: llvm/lib/Support/FormattedStream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-FormattedStream.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-FormattedStream.Tpo -c -o libllvmsupport_la-FormattedStream.lo `test -f 'llvm/lib/Support/FormattedStream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FormattedStream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FormattedStream.Tpo $(DEPDIR)/libllvmsupport_la-FormattedStream.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FormattedStream.cpp' object='libllvmsupport_la-FormattedStream.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-FormattedStream.lo `test -f 'llvm/lib/Support/FormattedStream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/FormattedStream.cpp
+
+libllvmsupport_la-GraphWriter.lo: llvm/lib/Support/GraphWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-GraphWriter.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-GraphWriter.Tpo -c -o libllvmsupport_la-GraphWriter.lo `test -f 'llvm/lib/Support/GraphWriter.cpp' || echo '$(srcdir)/'`llvm/lib/Support/GraphWriter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-GraphWriter.Tpo $(DEPDIR)/libllvmsupport_la-GraphWriter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/GraphWriter.cpp' object='libllvmsupport_la-GraphWriter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-GraphWriter.lo `test -f 'llvm/lib/Support/GraphWriter.cpp' || echo '$(srcdir)/'`llvm/lib/Support/GraphWriter.cpp
+
+libllvmsupport_la-IsInf.lo: llvm/lib/Support/IsInf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-IsInf.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-IsInf.Tpo -c -o libllvmsupport_la-IsInf.lo `test -f 'llvm/lib/Support/IsInf.cpp' || echo '$(srcdir)/'`llvm/lib/Support/IsInf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-IsInf.Tpo $(DEPDIR)/libllvmsupport_la-IsInf.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/IsInf.cpp' object='libllvmsupport_la-IsInf.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-IsInf.lo `test -f 'llvm/lib/Support/IsInf.cpp' || echo '$(srcdir)/'`llvm/lib/Support/IsInf.cpp
+
+libllvmsupport_la-IsNAN.lo: llvm/lib/Support/IsNAN.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-IsNAN.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-IsNAN.Tpo -c -o libllvmsupport_la-IsNAN.lo `test -f 'llvm/lib/Support/IsNAN.cpp' || echo '$(srcdir)/'`llvm/lib/Support/IsNAN.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-IsNAN.Tpo $(DEPDIR)/libllvmsupport_la-IsNAN.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/IsNAN.cpp' object='libllvmsupport_la-IsNAN.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-IsNAN.lo `test -f 'llvm/lib/Support/IsNAN.cpp' || echo '$(srcdir)/'`llvm/lib/Support/IsNAN.cpp
+
+libllvmsupport_la-ManagedStatic.lo: llvm/lib/Support/ManagedStatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-ManagedStatic.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-ManagedStatic.Tpo -c -o libllvmsupport_la-ManagedStatic.lo `test -f 'llvm/lib/Support/ManagedStatic.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ManagedStatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ManagedStatic.Tpo $(DEPDIR)/libllvmsupport_la-ManagedStatic.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ManagedStatic.cpp' object='libllvmsupport_la-ManagedStatic.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-ManagedStatic.lo `test -f 'llvm/lib/Support/ManagedStatic.cpp' || echo '$(srcdir)/'`llvm/lib/Support/ManagedStatic.cpp
+
+libllvmsupport_la-MemoryBuffer.lo: llvm/lib/Support/MemoryBuffer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-MemoryBuffer.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-MemoryBuffer.Tpo -c -o libllvmsupport_la-MemoryBuffer.lo `test -f 'llvm/lib/Support/MemoryBuffer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/MemoryBuffer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-MemoryBuffer.Tpo $(DEPDIR)/libllvmsupport_la-MemoryBuffer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/MemoryBuffer.cpp' object='libllvmsupport_la-MemoryBuffer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-MemoryBuffer.lo `test -f 'llvm/lib/Support/MemoryBuffer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/MemoryBuffer.cpp
+
+libllvmsupport_la-PluginLoader.lo: llvm/lib/Support/PluginLoader.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-PluginLoader.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-PluginLoader.Tpo -c -o libllvmsupport_la-PluginLoader.lo `test -f 'llvm/lib/Support/PluginLoader.cpp' || echo '$(srcdir)/'`llvm/lib/Support/PluginLoader.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-PluginLoader.Tpo $(DEPDIR)/libllvmsupport_la-PluginLoader.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/PluginLoader.cpp' object='libllvmsupport_la-PluginLoader.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-PluginLoader.lo `test -f 'llvm/lib/Support/PluginLoader.cpp' || echo '$(srcdir)/'`llvm/lib/Support/PluginLoader.cpp
+
+libllvmsupport_la-PrettyStackTrace.lo: llvm/lib/Support/PrettyStackTrace.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-PrettyStackTrace.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Tpo -c -o libllvmsupport_la-PrettyStackTrace.lo `test -f 'llvm/lib/Support/PrettyStackTrace.cpp' || echo '$(srcdir)/'`llvm/lib/Support/PrettyStackTrace.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Tpo $(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/PrettyStackTrace.cpp' object='libllvmsupport_la-PrettyStackTrace.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-PrettyStackTrace.lo `test -f 'llvm/lib/Support/PrettyStackTrace.cpp' || echo '$(srcdir)/'`llvm/lib/Support/PrettyStackTrace.cpp
+
+libllvmsupport_la-SlowOperationInformer.lo: llvm/lib/Support/SlowOperationInformer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-SlowOperationInformer.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Tpo -c -o libllvmsupport_la-SlowOperationInformer.lo `test -f 'llvm/lib/Support/SlowOperationInformer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SlowOperationInformer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Tpo $(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SlowOperationInformer.cpp' object='libllvmsupport_la-SlowOperationInformer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-SlowOperationInformer.lo `test -f 'llvm/lib/Support/SlowOperationInformer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SlowOperationInformer.cpp
+
+libllvmsupport_la-SmallPtrSet.lo: llvm/lib/Support/SmallPtrSet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-SmallPtrSet.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-SmallPtrSet.Tpo -c -o libllvmsupport_la-SmallPtrSet.lo `test -f 'llvm/lib/Support/SmallPtrSet.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SmallPtrSet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SmallPtrSet.Tpo $(DEPDIR)/libllvmsupport_la-SmallPtrSet.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SmallPtrSet.cpp' object='libllvmsupport_la-SmallPtrSet.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-SmallPtrSet.lo `test -f 'llvm/lib/Support/SmallPtrSet.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SmallPtrSet.cpp
+
+libllvmsupport_la-SourceMgr.lo: llvm/lib/Support/SourceMgr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-SourceMgr.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-SourceMgr.Tpo -c -o libllvmsupport_la-SourceMgr.lo `test -f 'llvm/lib/Support/SourceMgr.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SourceMgr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SourceMgr.Tpo $(DEPDIR)/libllvmsupport_la-SourceMgr.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SourceMgr.cpp' object='libllvmsupport_la-SourceMgr.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-SourceMgr.lo `test -f 'llvm/lib/Support/SourceMgr.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SourceMgr.cpp
+
+libllvmsupport_la-Statistic.lo: llvm/lib/Support/Statistic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Statistic.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Statistic.Tpo -c -o libllvmsupport_la-Statistic.lo `test -f 'llvm/lib/Support/Statistic.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Statistic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Statistic.Tpo $(DEPDIR)/libllvmsupport_la-Statistic.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Statistic.cpp' object='libllvmsupport_la-Statistic.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Statistic.lo `test -f 'llvm/lib/Support/Statistic.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Statistic.cpp
+
+libllvmsupport_la-StringExtras.lo: llvm/lib/Support/StringExtras.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-StringExtras.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-StringExtras.Tpo -c -o libllvmsupport_la-StringExtras.lo `test -f 'llvm/lib/Support/StringExtras.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringExtras.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringExtras.Tpo $(DEPDIR)/libllvmsupport_la-StringExtras.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringExtras.cpp' object='libllvmsupport_la-StringExtras.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-StringExtras.lo `test -f 'llvm/lib/Support/StringExtras.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringExtras.cpp
+
+libllvmsupport_la-StringMap.lo: llvm/lib/Support/StringMap.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-StringMap.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-StringMap.Tpo -c -o libllvmsupport_la-StringMap.lo `test -f 'llvm/lib/Support/StringMap.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringMap.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringMap.Tpo $(DEPDIR)/libllvmsupport_la-StringMap.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringMap.cpp' object='libllvmsupport_la-StringMap.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-StringMap.lo `test -f 'llvm/lib/Support/StringMap.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringMap.cpp
+
+libllvmsupport_la-StringPool.lo: llvm/lib/Support/StringPool.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-StringPool.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-StringPool.Tpo -c -o libllvmsupport_la-StringPool.lo `test -f 'llvm/lib/Support/StringPool.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringPool.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringPool.Tpo $(DEPDIR)/libllvmsupport_la-StringPool.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringPool.cpp' object='libllvmsupport_la-StringPool.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-StringPool.lo `test -f 'llvm/lib/Support/StringPool.cpp' || echo '$(srcdir)/'`llvm/lib/Support/StringPool.cpp
+
+libllvmsupport_la-SystemUtils.lo: llvm/lib/Support/SystemUtils.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-SystemUtils.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-SystemUtils.Tpo -c -o libllvmsupport_la-SystemUtils.lo `test -f 'llvm/lib/Support/SystemUtils.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SystemUtils.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SystemUtils.Tpo $(DEPDIR)/libllvmsupport_la-SystemUtils.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SystemUtils.cpp' object='libllvmsupport_la-SystemUtils.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-SystemUtils.lo `test -f 'llvm/lib/Support/SystemUtils.cpp' || echo '$(srcdir)/'`llvm/lib/Support/SystemUtils.cpp
+
+libllvmsupport_la-TargetRegistry.lo: llvm/lib/Support/TargetRegistry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-TargetRegistry.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-TargetRegistry.Tpo -c -o libllvmsupport_la-TargetRegistry.lo `test -f 'llvm/lib/Support/TargetRegistry.cpp' || echo '$(srcdir)/'`llvm/lib/Support/TargetRegistry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-TargetRegistry.Tpo $(DEPDIR)/libllvmsupport_la-TargetRegistry.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/TargetRegistry.cpp' object='libllvmsupport_la-TargetRegistry.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-TargetRegistry.lo `test -f 'llvm/lib/Support/TargetRegistry.cpp' || echo '$(srcdir)/'`llvm/lib/Support/TargetRegistry.cpp
+
+libllvmsupport_la-Timer.lo: llvm/lib/Support/Timer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Timer.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Timer.Tpo -c -o libllvmsupport_la-Timer.lo `test -f 'llvm/lib/Support/Timer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Timer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Timer.Tpo $(DEPDIR)/libllvmsupport_la-Timer.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Timer.cpp' object='libllvmsupport_la-Timer.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Timer.lo `test -f 'llvm/lib/Support/Timer.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Timer.cpp
+
+libllvmsupport_la-Triple.lo: llvm/lib/Support/Triple.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Triple.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Triple.Tpo -c -o libllvmsupport_la-Triple.lo `test -f 'llvm/lib/Support/Triple.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Triple.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Triple.Tpo $(DEPDIR)/libllvmsupport_la-Triple.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Triple.cpp' object='libllvmsupport_la-Triple.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Triple.lo `test -f 'llvm/lib/Support/Triple.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Triple.cpp
+
+libllvmsupport_la-Twine.lo: llvm/lib/Support/Twine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Twine.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Twine.Tpo -c -o libllvmsupport_la-Twine.lo `test -f 'llvm/lib/Support/Twine.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Twine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Twine.Tpo $(DEPDIR)/libllvmsupport_la-Twine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Twine.cpp' object='libllvmsupport_la-Twine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Twine.lo `test -f 'llvm/lib/Support/Twine.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Twine.cpp
+
+libllvmsupport_la-raw_os_ostream.lo: llvm/lib/Support/raw_os_ostream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-raw_os_ostream.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-raw_os_ostream.Tpo -c -o libllvmsupport_la-raw_os_ostream.lo `test -f 'llvm/lib/Support/raw_os_ostream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/raw_os_ostream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-raw_os_ostream.Tpo $(DEPDIR)/libllvmsupport_la-raw_os_ostream.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/raw_os_ostream.cpp' object='libllvmsupport_la-raw_os_ostream.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-raw_os_ostream.lo `test -f 'llvm/lib/Support/raw_os_ostream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/raw_os_ostream.cpp
+
+libllvmsupport_la-raw_ostream.lo: llvm/lib/Support/raw_ostream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-raw_ostream.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-raw_ostream.Tpo -c -o libllvmsupport_la-raw_ostream.lo `test -f 'llvm/lib/Support/raw_ostream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/raw_ostream.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-raw_ostream.Tpo $(DEPDIR)/libllvmsupport_la-raw_ostream.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/raw_ostream.cpp' object='libllvmsupport_la-raw_ostream.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-raw_ostream.lo `test -f 'llvm/lib/Support/raw_ostream.cpp' || echo '$(srcdir)/'`llvm/lib/Support/raw_ostream.cpp
+
+libllvmsupport_la-Regex.lo: llvm/lib/Support/Regex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsupport_la-Regex.lo -MD -MP -MF $(DEPDIR)/libllvmsupport_la-Regex.Tpo -c -o libllvmsupport_la-Regex.lo `test -f 'llvm/lib/Support/Regex.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Regex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Regex.Tpo $(DEPDIR)/libllvmsupport_la-Regex.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Regex.cpp' object='libllvmsupport_la-Regex.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsupport_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsupport_la-Regex.lo `test -f 'llvm/lib/Support/Regex.cpp' || echo '$(srcdir)/'`llvm/lib/Support/Regex.cpp
+
+libllvmsystem_la-Alarm.lo: llvm/lib/System/Alarm.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Alarm.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Alarm.Tpo -c -o libllvmsystem_la-Alarm.lo `test -f 'llvm/lib/System/Alarm.cpp' || echo '$(srcdir)/'`llvm/lib/System/Alarm.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Alarm.Tpo $(DEPDIR)/libllvmsystem_la-Alarm.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Alarm.cpp' object='libllvmsystem_la-Alarm.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Alarm.lo `test -f 'llvm/lib/System/Alarm.cpp' || echo '$(srcdir)/'`llvm/lib/System/Alarm.cpp
+
+libllvmsystem_la-Atomic.lo: llvm/lib/System/Atomic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Atomic.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Atomic.Tpo -c -o libllvmsystem_la-Atomic.lo `test -f 'llvm/lib/System/Atomic.cpp' || echo '$(srcdir)/'`llvm/lib/System/Atomic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Atomic.Tpo $(DEPDIR)/libllvmsystem_la-Atomic.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Atomic.cpp' object='libllvmsystem_la-Atomic.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Atomic.lo `test -f 'llvm/lib/System/Atomic.cpp' || echo '$(srcdir)/'`llvm/lib/System/Atomic.cpp
+
+libllvmsystem_la-Disassembler.lo: llvm/lib/System/Disassembler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Disassembler.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Disassembler.Tpo -c -o libllvmsystem_la-Disassembler.lo `test -f 'llvm/lib/System/Disassembler.cpp' || echo '$(srcdir)/'`llvm/lib/System/Disassembler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Disassembler.Tpo $(DEPDIR)/libllvmsystem_la-Disassembler.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Disassembler.cpp' object='libllvmsystem_la-Disassembler.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Disassembler.lo `test -f 'llvm/lib/System/Disassembler.cpp' || echo '$(srcdir)/'`llvm/lib/System/Disassembler.cpp
+
+libllvmsystem_la-DynamicLibrary.lo: llvm/lib/System/DynamicLibrary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-DynamicLibrary.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-DynamicLibrary.Tpo -c -o libllvmsystem_la-DynamicLibrary.lo `test -f 'llvm/lib/System/DynamicLibrary.cpp' || echo '$(srcdir)/'`llvm/lib/System/DynamicLibrary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-DynamicLibrary.Tpo $(DEPDIR)/libllvmsystem_la-DynamicLibrary.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/DynamicLibrary.cpp' object='libllvmsystem_la-DynamicLibrary.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-DynamicLibrary.lo `test -f 'llvm/lib/System/DynamicLibrary.cpp' || echo '$(srcdir)/'`llvm/lib/System/DynamicLibrary.cpp
+
+libllvmsystem_la-Errno.lo: llvm/lib/System/Errno.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Errno.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Errno.Tpo -c -o libllvmsystem_la-Errno.lo `test -f 'llvm/lib/System/Errno.cpp' || echo '$(srcdir)/'`llvm/lib/System/Errno.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Errno.Tpo $(DEPDIR)/libllvmsystem_la-Errno.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Errno.cpp' object='libllvmsystem_la-Errno.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Errno.lo `test -f 'llvm/lib/System/Errno.cpp' || echo '$(srcdir)/'`llvm/lib/System/Errno.cpp
+
+libllvmsystem_la-Host.lo: llvm/lib/System/Host.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Host.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Host.Tpo -c -o libllvmsystem_la-Host.lo `test -f 'llvm/lib/System/Host.cpp' || echo '$(srcdir)/'`llvm/lib/System/Host.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Host.Tpo $(DEPDIR)/libllvmsystem_la-Host.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Host.cpp' object='libllvmsystem_la-Host.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Host.lo `test -f 'llvm/lib/System/Host.cpp' || echo '$(srcdir)/'`llvm/lib/System/Host.cpp
+
+libllvmsystem_la-IncludeFile.lo: llvm/lib/System/IncludeFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-IncludeFile.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-IncludeFile.Tpo -c -o libllvmsystem_la-IncludeFile.lo `test -f 'llvm/lib/System/IncludeFile.cpp' || echo '$(srcdir)/'`llvm/lib/System/IncludeFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-IncludeFile.Tpo $(DEPDIR)/libllvmsystem_la-IncludeFile.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/IncludeFile.cpp' object='libllvmsystem_la-IncludeFile.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-IncludeFile.lo `test -f 'llvm/lib/System/IncludeFile.cpp' || echo '$(srcdir)/'`llvm/lib/System/IncludeFile.cpp
+
+libllvmsystem_la-Memory.lo: llvm/lib/System/Memory.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Memory.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Memory.Tpo -c -o libllvmsystem_la-Memory.lo `test -f 'llvm/lib/System/Memory.cpp' || echo '$(srcdir)/'`llvm/lib/System/Memory.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Memory.Tpo $(DEPDIR)/libllvmsystem_la-Memory.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Memory.cpp' object='libllvmsystem_la-Memory.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Memory.lo `test -f 'llvm/lib/System/Memory.cpp' || echo '$(srcdir)/'`llvm/lib/System/Memory.cpp
+
+libllvmsystem_la-Mutex.lo: llvm/lib/System/Mutex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Mutex.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Mutex.Tpo -c -o libllvmsystem_la-Mutex.lo `test -f 'llvm/lib/System/Mutex.cpp' || echo '$(srcdir)/'`llvm/lib/System/Mutex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Mutex.Tpo $(DEPDIR)/libllvmsystem_la-Mutex.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Mutex.cpp' object='libllvmsystem_la-Mutex.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Mutex.lo `test -f 'llvm/lib/System/Mutex.cpp' || echo '$(srcdir)/'`llvm/lib/System/Mutex.cpp
+
+libllvmsystem_la-Path.lo: llvm/lib/System/Path.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Path.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Path.Tpo -c -o libllvmsystem_la-Path.lo `test -f 'llvm/lib/System/Path.cpp' || echo '$(srcdir)/'`llvm/lib/System/Path.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Path.Tpo $(DEPDIR)/libllvmsystem_la-Path.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Path.cpp' object='libllvmsystem_la-Path.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Path.lo `test -f 'llvm/lib/System/Path.cpp' || echo '$(srcdir)/'`llvm/lib/System/Path.cpp
+
+libllvmsystem_la-Process.lo: llvm/lib/System/Process.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Process.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Process.Tpo -c -o libllvmsystem_la-Process.lo `test -f 'llvm/lib/System/Process.cpp' || echo '$(srcdir)/'`llvm/lib/System/Process.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Process.Tpo $(DEPDIR)/libllvmsystem_la-Process.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Process.cpp' object='libllvmsystem_la-Process.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Process.lo `test -f 'llvm/lib/System/Process.cpp' || echo '$(srcdir)/'`llvm/lib/System/Process.cpp
+
+libllvmsystem_la-Program.lo: llvm/lib/System/Program.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Program.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Program.Tpo -c -o libllvmsystem_la-Program.lo `test -f 'llvm/lib/System/Program.cpp' || echo '$(srcdir)/'`llvm/lib/System/Program.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Program.Tpo $(DEPDIR)/libllvmsystem_la-Program.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Program.cpp' object='libllvmsystem_la-Program.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Program.lo `test -f 'llvm/lib/System/Program.cpp' || echo '$(srcdir)/'`llvm/lib/System/Program.cpp
+
+libllvmsystem_la-RWMutex.lo: llvm/lib/System/RWMutex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-RWMutex.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-RWMutex.Tpo -c -o libllvmsystem_la-RWMutex.lo `test -f 'llvm/lib/System/RWMutex.cpp' || echo '$(srcdir)/'`llvm/lib/System/RWMutex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-RWMutex.Tpo $(DEPDIR)/libllvmsystem_la-RWMutex.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/RWMutex.cpp' object='libllvmsystem_la-RWMutex.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-RWMutex.lo `test -f 'llvm/lib/System/RWMutex.cpp' || echo '$(srcdir)/'`llvm/lib/System/RWMutex.cpp
+
+libllvmsystem_la-Signals.lo: llvm/lib/System/Signals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Signals.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Signals.Tpo -c -o libllvmsystem_la-Signals.lo `test -f 'llvm/lib/System/Signals.cpp' || echo '$(srcdir)/'`llvm/lib/System/Signals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Signals.Tpo $(DEPDIR)/libllvmsystem_la-Signals.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Signals.cpp' object='libllvmsystem_la-Signals.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Signals.lo `test -f 'llvm/lib/System/Signals.cpp' || echo '$(srcdir)/'`llvm/lib/System/Signals.cpp
+
+libllvmsystem_la-ThreadLocal.lo: llvm/lib/System/ThreadLocal.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-ThreadLocal.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-ThreadLocal.Tpo -c -o libllvmsystem_la-ThreadLocal.lo `test -f 'llvm/lib/System/ThreadLocal.cpp' || echo '$(srcdir)/'`llvm/lib/System/ThreadLocal.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-ThreadLocal.Tpo $(DEPDIR)/libllvmsystem_la-ThreadLocal.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/ThreadLocal.cpp' object='libllvmsystem_la-ThreadLocal.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-ThreadLocal.lo `test -f 'llvm/lib/System/ThreadLocal.cpp' || echo '$(srcdir)/'`llvm/lib/System/ThreadLocal.cpp
+
+libllvmsystem_la-Threading.lo: llvm/lib/System/Threading.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-Threading.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-Threading.Tpo -c -o libllvmsystem_la-Threading.lo `test -f 'llvm/lib/System/Threading.cpp' || echo '$(srcdir)/'`llvm/lib/System/Threading.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Threading.Tpo $(DEPDIR)/libllvmsystem_la-Threading.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Threading.cpp' object='libllvmsystem_la-Threading.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-Threading.lo `test -f 'llvm/lib/System/Threading.cpp' || echo '$(srcdir)/'`llvm/lib/System/Threading.cpp
+
+libllvmsystem_la-TimeValue.lo: llvm/lib/System/TimeValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmsystem_la-TimeValue.lo -MD -MP -MF $(DEPDIR)/libllvmsystem_la-TimeValue.Tpo -c -o libllvmsystem_la-TimeValue.lo `test -f 'llvm/lib/System/TimeValue.cpp' || echo '$(srcdir)/'`llvm/lib/System/TimeValue.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-TimeValue.Tpo $(DEPDIR)/libllvmsystem_la-TimeValue.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/TimeValue.cpp' object='libllvmsystem_la-TimeValue.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmsystem_la_CPPFLAGS) $(CPPFLAGS) $(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmsystem_la-TimeValue.lo `test -f 'llvm/lib/System/TimeValue.cpp' || echo '$(srcdir)/'`llvm/lib/System/TimeValue.cpp
+
+libllvmtarget_la-SubtargetFeature.lo: llvm/lib/Target/SubtargetFeature.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-SubtargetFeature.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-SubtargetFeature.Tpo -c -o libllvmtarget_la-SubtargetFeature.lo `test -f 'llvm/lib/Target/SubtargetFeature.cpp' || echo '$(srcdir)/'`llvm/lib/Target/SubtargetFeature.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-SubtargetFeature.Tpo $(DEPDIR)/libllvmtarget_la-SubtargetFeature.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/SubtargetFeature.cpp' object='libllvmtarget_la-SubtargetFeature.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-SubtargetFeature.lo `test -f 'llvm/lib/Target/SubtargetFeature.cpp' || echo '$(srcdir)/'`llvm/lib/Target/SubtargetFeature.cpp
+
+libllvmtarget_la-Target.lo: llvm/lib/Target/Target.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-Target.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-Target.Tpo -c -o libllvmtarget_la-Target.lo `test -f 'llvm/lib/Target/Target.cpp' || echo '$(srcdir)/'`llvm/lib/Target/Target.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-Target.Tpo $(DEPDIR)/libllvmtarget_la-Target.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/Target.cpp' object='libllvmtarget_la-Target.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-Target.lo `test -f 'llvm/lib/Target/Target.cpp' || echo '$(srcdir)/'`llvm/lib/Target/Target.cpp
+
+libllvmtarget_la-TargetData.lo: llvm/lib/Target/TargetData.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetData.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetData.Tpo -c -o libllvmtarget_la-TargetData.lo `test -f 'llvm/lib/Target/TargetData.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetData.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetData.Tpo $(DEPDIR)/libllvmtarget_la-TargetData.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetData.cpp' object='libllvmtarget_la-TargetData.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetData.lo `test -f 'llvm/lib/Target/TargetData.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetData.cpp
+
+libllvmtarget_la-TargetELFWriterInfo.lo: llvm/lib/Target/TargetELFWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetELFWriterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Tpo -c -o libllvmtarget_la-TargetELFWriterInfo.lo `test -f 'llvm/lib/Target/TargetELFWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetELFWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetELFWriterInfo.cpp' object='libllvmtarget_la-TargetELFWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetELFWriterInfo.lo `test -f 'llvm/lib/Target/TargetELFWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetELFWriterInfo.cpp
+
+libllvmtarget_la-TargetFrameInfo.lo: llvm/lib/Target/TargetFrameInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetFrameInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Tpo -c -o libllvmtarget_la-TargetFrameInfo.lo `test -f 'llvm/lib/Target/TargetFrameInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetFrameInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetFrameInfo.cpp' object='libllvmtarget_la-TargetFrameInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetFrameInfo.lo `test -f 'llvm/lib/Target/TargetFrameInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetFrameInfo.cpp
+
+libllvmtarget_la-TargetInstrInfo.lo: llvm/lib/Target/TargetInstrInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetInstrInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Tpo -c -o libllvmtarget_la-TargetInstrInfo.lo `test -f 'llvm/lib/Target/TargetInstrInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetInstrInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetInstrInfo.cpp' object='libllvmtarget_la-TargetInstrInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetInstrInfo.lo `test -f 'llvm/lib/Target/TargetInstrInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetInstrInfo.cpp
+
+libllvmtarget_la-TargetIntrinsicInfo.lo: llvm/lib/Target/TargetIntrinsicInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetIntrinsicInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Tpo -c -o libllvmtarget_la-TargetIntrinsicInfo.lo `test -f 'llvm/lib/Target/TargetIntrinsicInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetIntrinsicInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetIntrinsicInfo.cpp' object='libllvmtarget_la-TargetIntrinsicInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetIntrinsicInfo.lo `test -f 'llvm/lib/Target/TargetIntrinsicInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetIntrinsicInfo.cpp
+
+libllvmtarget_la-TargetLoweringObjectFile.lo: llvm/lib/Target/TargetLoweringObjectFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetLoweringObjectFile.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Tpo -c -o libllvmtarget_la-TargetLoweringObjectFile.lo `test -f 'llvm/lib/Target/TargetLoweringObjectFile.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetLoweringObjectFile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Tpo $(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetLoweringObjectFile.cpp' object='libllvmtarget_la-TargetLoweringObjectFile.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetLoweringObjectFile.lo `test -f 'llvm/lib/Target/TargetLoweringObjectFile.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetLoweringObjectFile.cpp
+
+libllvmtarget_la-TargetMachOWriterInfo.lo: llvm/lib/Target/TargetMachOWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetMachOWriterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Tpo -c -o libllvmtarget_la-TargetMachOWriterInfo.lo `test -f 'llvm/lib/Target/TargetMachOWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetMachOWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetMachOWriterInfo.cpp' object='libllvmtarget_la-TargetMachOWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetMachOWriterInfo.lo `test -f 'llvm/lib/Target/TargetMachOWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetMachOWriterInfo.cpp
+
+libllvmtarget_la-TargetMachine.lo: llvm/lib/Target/TargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetMachine.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetMachine.Tpo -c -o libllvmtarget_la-TargetMachine.lo `test -f 'llvm/lib/Target/TargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetMachine.Tpo $(DEPDIR)/libllvmtarget_la-TargetMachine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetMachine.cpp' object='libllvmtarget_la-TargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetMachine.lo `test -f 'llvm/lib/Target/TargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetMachine.cpp
+
+libllvmtarget_la-TargetRegisterInfo.lo: llvm/lib/Target/TargetRegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetRegisterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Tpo -c -o libllvmtarget_la-TargetRegisterInfo.lo `test -f 'llvm/lib/Target/TargetRegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetRegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetRegisterInfo.cpp' object='libllvmtarget_la-TargetRegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetRegisterInfo.lo `test -f 'llvm/lib/Target/TargetRegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetRegisterInfo.cpp
+
+libllvmtarget_la-TargetSubtarget.lo: llvm/lib/Target/TargetSubtarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtarget_la-TargetSubtarget.lo -MD -MP -MF $(DEPDIR)/libllvmtarget_la-TargetSubtarget.Tpo -c -o libllvmtarget_la-TargetSubtarget.lo `test -f 'llvm/lib/Target/TargetSubtarget.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetSubtarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetSubtarget.Tpo $(DEPDIR)/libllvmtarget_la-TargetSubtarget.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetSubtarget.cpp' object='libllvmtarget_la-TargetSubtarget.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtarget_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtarget_la-TargetSubtarget.lo `test -f 'llvm/lib/Target/TargetSubtarget.cpp' || echo '$(srcdir)/'`llvm/lib/Target/TargetSubtarget.cpp
+
+libllvmtargetx86_la-X86CodeEmitter.lo: llvm/lib/Target/X86/X86CodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86CodeEmitter.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Tpo -c -o libllvmtargetx86_la-X86CodeEmitter.lo `test -f 'llvm/lib/Target/X86/X86CodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86CodeEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Tpo $(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86CodeEmitter.cpp' object='libllvmtargetx86_la-X86CodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86CodeEmitter.lo `test -f 'llvm/lib/Target/X86/X86CodeEmitter.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86CodeEmitter.cpp
+
+libllvmtargetx86_la-X86ELFWriterInfo.lo: llvm/lib/Target/X86/X86ELFWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86ELFWriterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Tpo -c -o libllvmtargetx86_la-X86ELFWriterInfo.lo `test -f 'llvm/lib/Target/X86/X86ELFWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ELFWriterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ELFWriterInfo.cpp' object='libllvmtargetx86_la-X86ELFWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86ELFWriterInfo.lo `test -f 'llvm/lib/Target/X86/X86ELFWriterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ELFWriterInfo.cpp
+
+libllvmtargetx86_la-X86FloatingPoint.lo: llvm/lib/Target/X86/X86FloatingPoint.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86FloatingPoint.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Tpo -c -o libllvmtargetx86_la-X86FloatingPoint.lo `test -f 'llvm/lib/Target/X86/X86FloatingPoint.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FloatingPoint.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FloatingPoint.cpp' object='libllvmtargetx86_la-X86FloatingPoint.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86FloatingPoint.lo `test -f 'llvm/lib/Target/X86/X86FloatingPoint.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FloatingPoint.cpp
+
+libllvmtargetx86_la-X86FloatingPointRegKill.lo: llvm/lib/Target/X86/X86FloatingPointRegKill.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86FloatingPointRegKill.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Tpo -c -o libllvmtargetx86_la-X86FloatingPointRegKill.lo `test -f 'llvm/lib/Target/X86/X86FloatingPointRegKill.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FloatingPointRegKill.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FloatingPointRegKill.cpp' object='libllvmtargetx86_la-X86FloatingPointRegKill.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86FloatingPointRegKill.lo `test -f 'llvm/lib/Target/X86/X86FloatingPointRegKill.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FloatingPointRegKill.cpp
+
+libllvmtargetx86_la-X86ISelDAGToDAG.lo: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86ISelDAGToDAG.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Tpo -c -o libllvmtargetx86_la-X86ISelDAGToDAG.lo `test -f 'llvm/lib/Target/X86/X86ISelDAGToDAG.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ISelDAGToDAG.cpp' object='libllvmtargetx86_la-X86ISelDAGToDAG.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86ISelDAGToDAG.lo `test -f 'llvm/lib/Target/X86/X86ISelDAGToDAG.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
+
+libllvmtargetx86_la-X86ISelLowering.lo: llvm/lib/Target/X86/X86ISelLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86ISelLowering.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Tpo -c -o libllvmtargetx86_la-X86ISelLowering.lo `test -f 'llvm/lib/Target/X86/X86ISelLowering.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ISelLowering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ISelLowering.cpp' object='libllvmtargetx86_la-X86ISelLowering.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86ISelLowering.lo `test -f 'llvm/lib/Target/X86/X86ISelLowering.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86ISelLowering.cpp
+
+libllvmtargetx86_la-X86InstrInfo.lo: llvm/lib/Target/X86/X86InstrInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86InstrInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Tpo -c -o libllvmtargetx86_la-X86InstrInfo.lo `test -f 'llvm/lib/Target/X86/X86InstrInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86InstrInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86InstrInfo.cpp' object='libllvmtargetx86_la-X86InstrInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86InstrInfo.lo `test -f 'llvm/lib/Target/X86/X86InstrInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86InstrInfo.cpp
+
+libllvmtargetx86_la-X86JITInfo.lo: llvm/lib/Target/X86/X86JITInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86JITInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Tpo -c -o libllvmtargetx86_la-X86JITInfo.lo `test -f 'llvm/lib/Target/X86/X86JITInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86JITInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86JITInfo.cpp' object='libllvmtargetx86_la-X86JITInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86JITInfo.lo `test -f 'llvm/lib/Target/X86/X86JITInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86JITInfo.cpp
+
+libllvmtargetx86_la-X86MCAsmInfo.lo: llvm/lib/Target/X86/X86MCAsmInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86MCAsmInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Tpo -c -o libllvmtargetx86_la-X86MCAsmInfo.lo `test -f 'llvm/lib/Target/X86/X86MCAsmInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86MCAsmInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86MCAsmInfo.cpp' object='libllvmtargetx86_la-X86MCAsmInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86MCAsmInfo.lo `test -f 'llvm/lib/Target/X86/X86MCAsmInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86MCAsmInfo.cpp
+
+libllvmtargetx86_la-X86RegisterInfo.lo: llvm/lib/Target/X86/X86RegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86RegisterInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Tpo -c -o libllvmtargetx86_la-X86RegisterInfo.lo `test -f 'llvm/lib/Target/X86/X86RegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86RegisterInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86RegisterInfo.cpp' object='libllvmtargetx86_la-X86RegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86RegisterInfo.lo `test -f 'llvm/lib/Target/X86/X86RegisterInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86RegisterInfo.cpp
+
+libllvmtargetx86_la-X86Subtarget.lo: llvm/lib/Target/X86/X86Subtarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86Subtarget.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Tpo -c -o libllvmtargetx86_la-X86Subtarget.lo `test -f 'llvm/lib/Target/X86/X86Subtarget.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86Subtarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Tpo $(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86Subtarget.cpp' object='libllvmtargetx86_la-X86Subtarget.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86Subtarget.lo `test -f 'llvm/lib/Target/X86/X86Subtarget.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86Subtarget.cpp
+
+libllvmtargetx86_la-X86TargetMachine.lo: llvm/lib/Target/X86/X86TargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86TargetMachine.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Tpo -c -o libllvmtargetx86_la-X86TargetMachine.lo `test -f 'llvm/lib/Target/X86/X86TargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86TargetMachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86TargetMachine.cpp' object='libllvmtargetx86_la-X86TargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86TargetMachine.lo `test -f 'llvm/lib/Target/X86/X86TargetMachine.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86TargetMachine.cpp
+
+libllvmtargetx86_la-X86FastISel.lo: llvm/lib/Target/X86/X86FastISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86FastISel.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86FastISel.Tpo -c -o libllvmtargetx86_la-X86FastISel.lo `test -f 'llvm/lib/Target/X86/X86FastISel.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FastISel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FastISel.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FastISel.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FastISel.cpp' object='libllvmtargetx86_la-X86FastISel.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86FastISel.lo `test -f 'llvm/lib/Target/X86/X86FastISel.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/X86FastISel.cpp
+
+libllvmtargetx86_la-X86TargetInfo.lo: llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtargetx86_la-X86TargetInfo.lo -MD -MP -MF $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Tpo -c -o libllvmtargetx86_la-X86TargetInfo.lo `test -f 'llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp' object='libllvmtargetx86_la-X86TargetInfo.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtargetx86_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtargetx86_la-X86TargetInfo.lo `test -f 'llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp' || echo '$(srcdir)/'`llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
+
+libllvmtransformutils_la-AddrModeMatcher.lo: llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-AddrModeMatcher.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Tpo -c -o libllvmtransformutils_la-AddrModeMatcher.lo `test -f 'llvm/lib/Transforms/Utils/AddrModeMatcher.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Tpo $(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/AddrModeMatcher.cpp' object='libllvmtransformutils_la-AddrModeMatcher.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-AddrModeMatcher.lo `test -f 'llvm/lib/Transforms/Utils/AddrModeMatcher.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
+
+libllvmtransformutils_la-BasicBlockUtils.lo: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-BasicBlockUtils.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Tpo -c -o libllvmtransformutils_la-BasicBlockUtils.lo `test -f 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Tpo $(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/BasicBlockUtils.cpp' object='libllvmtransformutils_la-BasicBlockUtils.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-BasicBlockUtils.lo `test -f 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
+
+libllvmtransformutils_la-BreakCriticalEdges.lo: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-BreakCriticalEdges.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Tpo -c -o libllvmtransformutils_la-BreakCriticalEdges.lo `test -f 'llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Tpo $(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp' object='libllvmtransformutils_la-BreakCriticalEdges.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-BreakCriticalEdges.lo `test -f 'llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
+
+libllvmtransformutils_la-DemoteRegToStack.lo: llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-DemoteRegToStack.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Tpo -c -o libllvmtransformutils_la-DemoteRegToStack.lo `test -f 'llvm/lib/Transforms/Utils/DemoteRegToStack.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Tpo $(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/DemoteRegToStack.cpp' object='libllvmtransformutils_la-DemoteRegToStack.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-DemoteRegToStack.lo `test -f 'llvm/lib/Transforms/Utils/DemoteRegToStack.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
+
+libllvmtransformutils_la-Local.lo: llvm/lib/Transforms/Utils/Local.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-Local.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-Local.Tpo -c -o libllvmtransformutils_la-Local.lo `test -f 'llvm/lib/Transforms/Utils/Local.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/Local.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-Local.Tpo $(DEPDIR)/libllvmtransformutils_la-Local.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/Local.cpp' object='libllvmtransformutils_la-Local.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-Local.lo `test -f 'llvm/lib/Transforms/Utils/Local.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/Local.cpp
+
+libllvmtransformutils_la-LoopSimplify.lo: llvm/lib/Transforms/Utils/LoopSimplify.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-LoopSimplify.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Tpo -c -o libllvmtransformutils_la-LoopSimplify.lo `test -f 'llvm/lib/Transforms/Utils/LoopSimplify.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LoopSimplify.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Tpo $(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LoopSimplify.cpp' object='libllvmtransformutils_la-LoopSimplify.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-LoopSimplify.lo `test -f 'llvm/lib/Transforms/Utils/LoopSimplify.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LoopSimplify.cpp
+
+libllvmtransformutils_la-LowerAllocations.lo: llvm/lib/Transforms/Utils/LowerAllocations.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-LowerAllocations.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Tpo -c -o libllvmtransformutils_la-LowerAllocations.lo `test -f 'llvm/lib/Transforms/Utils/LowerAllocations.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerAllocations.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerAllocations.cpp' object='libllvmtransformutils_la-LowerAllocations.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-LowerAllocations.lo `test -f 'llvm/lib/Transforms/Utils/LowerAllocations.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerAllocations.cpp
+
+libllvmtransformutils_la-LowerInvoke.lo: llvm/lib/Transforms/Utils/LowerInvoke.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-LowerInvoke.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Tpo -c -o libllvmtransformutils_la-LowerInvoke.lo `test -f 'llvm/lib/Transforms/Utils/LowerInvoke.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerInvoke.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerInvoke.cpp' object='libllvmtransformutils_la-LowerInvoke.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-LowerInvoke.lo `test -f 'llvm/lib/Transforms/Utils/LowerInvoke.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerInvoke.cpp
+
+libllvmtransformutils_la-LowerSwitch.lo: llvm/lib/Transforms/Utils/LowerSwitch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-LowerSwitch.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Tpo -c -o libllvmtransformutils_la-LowerSwitch.lo `test -f 'llvm/lib/Transforms/Utils/LowerSwitch.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerSwitch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerSwitch.cpp' object='libllvmtransformutils_la-LowerSwitch.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-LowerSwitch.lo `test -f 'llvm/lib/Transforms/Utils/LowerSwitch.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/LowerSwitch.cpp
+
+libllvmtransformutils_la-Mem2Reg.lo: llvm/lib/Transforms/Utils/Mem2Reg.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-Mem2Reg.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Tpo -c -o libllvmtransformutils_la-Mem2Reg.lo `test -f 'llvm/lib/Transforms/Utils/Mem2Reg.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/Mem2Reg.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Tpo $(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/Mem2Reg.cpp' object='libllvmtransformutils_la-Mem2Reg.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-Mem2Reg.lo `test -f 'llvm/lib/Transforms/Utils/Mem2Reg.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/Mem2Reg.cpp
+
+libllvmtransformutils_la-PromoteMemoryToRegister.lo: llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-PromoteMemoryToRegister.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Tpo -c -o libllvmtransformutils_la-PromoteMemoryToRegister.lo `test -f 'llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Tpo $(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp' object='libllvmtransformutils_la-PromoteMemoryToRegister.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-PromoteMemoryToRegister.lo `test -f 'llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
+
+libllvmtransformutils_la-SimplifyCFG.lo: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-SimplifyCFG.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Tpo -c -o libllvmtransformutils_la-SimplifyCFG.lo `test -f 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Tpo $(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/SimplifyCFG.cpp' object='libllvmtransformutils_la-SimplifyCFG.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-SimplifyCFG.lo `test -f 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+
+libllvmtransformutils_la-UnifyFunctionExitNodes.lo: llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -MT libllvmtransformutils_la-UnifyFunctionExitNodes.lo -MD -MP -MF $(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Tpo -c -o libllvmtransformutils_la-UnifyFunctionExitNodes.lo `test -f 'llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Tpo $(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Plo
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp' object='libllvmtransformutils_la-UnifyFunctionExitNodes.lo' libtool=yes @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libllvmtransformutils_la_CPPFLAGS) $(CPPFLAGS) $(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) -c -o libllvmtransformutils_la-UnifyFunctionExitNodes.lo `test -f 'llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp' || echo '$(srcdir)/'`llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+
+tblgen-AsmMatcherEmitter.o: llvm/utils/TableGen/AsmMatcherEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-AsmMatcherEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo -c -o tblgen-AsmMatcherEmitter.o `test -f 'llvm/utils/TableGen/AsmMatcherEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/AsmMatcherEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo $(DEPDIR)/tblgen-AsmMatcherEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmMatcherEmitter.cpp' object='tblgen-AsmMatcherEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-AsmMatcherEmitter.o `test -f 'llvm/utils/TableGen/AsmMatcherEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/AsmMatcherEmitter.cpp
+
+tblgen-AsmMatcherEmitter.obj: llvm/utils/TableGen/AsmMatcherEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-AsmMatcherEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo -c -o tblgen-AsmMatcherEmitter.obj `if test -f 'llvm/utils/TableGen/AsmMatcherEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/AsmMatcherEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/AsmMatcherEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo $(DEPDIR)/tblgen-AsmMatcherEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmMatcherEmitter.cpp' object='tblgen-AsmMatcherEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-AsmMatcherEmitter.obj `if test -f 'llvm/utils/TableGen/AsmMatcherEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/AsmMatcherEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/AsmMatcherEmitter.cpp'; fi`
+
+tblgen-AsmWriterEmitter.o: llvm/utils/TableGen/AsmWriterEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-AsmWriterEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo -c -o tblgen-AsmWriterEmitter.o `test -f 'llvm/utils/TableGen/AsmWriterEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/AsmWriterEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo $(DEPDIR)/tblgen-AsmWriterEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmWriterEmitter.cpp' object='tblgen-AsmWriterEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-AsmWriterEmitter.o `test -f 'llvm/utils/TableGen/AsmWriterEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/AsmWriterEmitter.cpp
+
+tblgen-AsmWriterEmitter.obj: llvm/utils/TableGen/AsmWriterEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-AsmWriterEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo -c -o tblgen-AsmWriterEmitter.obj `if test -f 'llvm/utils/TableGen/AsmWriterEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/AsmWriterEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/AsmWriterEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo $(DEPDIR)/tblgen-AsmWriterEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmWriterEmitter.cpp' object='tblgen-AsmWriterEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-AsmWriterEmitter.obj `if test -f 'llvm/utils/TableGen/AsmWriterEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/AsmWriterEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/AsmWriterEmitter.cpp'; fi`
+
+tblgen-CallingConvEmitter.o: llvm/utils/TableGen/CallingConvEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CallingConvEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-CallingConvEmitter.Tpo -c -o tblgen-CallingConvEmitter.o `test -f 'llvm/utils/TableGen/CallingConvEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CallingConvEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CallingConvEmitter.Tpo $(DEPDIR)/tblgen-CallingConvEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CallingConvEmitter.cpp' object='tblgen-CallingConvEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CallingConvEmitter.o `test -f 'llvm/utils/TableGen/CallingConvEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CallingConvEmitter.cpp
+
+tblgen-CallingConvEmitter.obj: llvm/utils/TableGen/CallingConvEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CallingConvEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-CallingConvEmitter.Tpo -c -o tblgen-CallingConvEmitter.obj `if test -f 'llvm/utils/TableGen/CallingConvEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CallingConvEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CallingConvEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CallingConvEmitter.Tpo $(DEPDIR)/tblgen-CallingConvEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CallingConvEmitter.cpp' object='tblgen-CallingConvEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CallingConvEmitter.obj `if test -f 'llvm/utils/TableGen/CallingConvEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CallingConvEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CallingConvEmitter.cpp'; fi`
+
+tblgen-ClangDiagnosticsEmitter.o: llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-ClangDiagnosticsEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo -c -o tblgen-ClangDiagnosticsEmitter.o `test -f 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' object='tblgen-ClangDiagnosticsEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-ClangDiagnosticsEmitter.o `test -f 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
+
+tblgen-ClangDiagnosticsEmitter.obj: llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-ClangDiagnosticsEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo -c -o tblgen-ClangDiagnosticsEmitter.obj `if test -f 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' object='tblgen-ClangDiagnosticsEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-ClangDiagnosticsEmitter.obj `if test -f 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp'; fi`
+
+tblgen-CodeEmitterGen.o: llvm/utils/TableGen/CodeEmitterGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeEmitterGen.o -MD -MP -MF $(DEPDIR)/tblgen-CodeEmitterGen.Tpo -c -o tblgen-CodeEmitterGen.o `test -f 'llvm/utils/TableGen/CodeEmitterGen.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeEmitterGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeEmitterGen.Tpo $(DEPDIR)/tblgen-CodeEmitterGen.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeEmitterGen.cpp' object='tblgen-CodeEmitterGen.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeEmitterGen.o `test -f 'llvm/utils/TableGen/CodeEmitterGen.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeEmitterGen.cpp
+
+tblgen-CodeEmitterGen.obj: llvm/utils/TableGen/CodeEmitterGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeEmitterGen.obj -MD -MP -MF $(DEPDIR)/tblgen-CodeEmitterGen.Tpo -c -o tblgen-CodeEmitterGen.obj `if test -f 'llvm/utils/TableGen/CodeEmitterGen.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeEmitterGen.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeEmitterGen.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeEmitterGen.Tpo $(DEPDIR)/tblgen-CodeEmitterGen.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeEmitterGen.cpp' object='tblgen-CodeEmitterGen.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeEmitterGen.obj `if test -f 'llvm/utils/TableGen/CodeEmitterGen.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeEmitterGen.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeEmitterGen.cpp'; fi`
+
+tblgen-CodeGenDAGPatterns.o: llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenDAGPatterns.o -MD -MP -MF $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo -c -o tblgen-CodeGenDAGPatterns.o `test -f 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo $(DEPDIR)/tblgen-CodeGenDAGPatterns.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenDAGPatterns.cpp' object='tblgen-CodeGenDAGPatterns.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenDAGPatterns.o `test -f 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+
+tblgen-CodeGenDAGPatterns.obj: llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenDAGPatterns.obj -MD -MP -MF $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo -c -o tblgen-CodeGenDAGPatterns.obj `if test -f 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo $(DEPDIR)/tblgen-CodeGenDAGPatterns.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenDAGPatterns.cpp' object='tblgen-CodeGenDAGPatterns.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenDAGPatterns.obj `if test -f 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenDAGPatterns.cpp'; fi`
+
+tblgen-CodeGenInstruction.o: llvm/utils/TableGen/CodeGenInstruction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenInstruction.o -MD -MP -MF $(DEPDIR)/tblgen-CodeGenInstruction.Tpo -c -o tblgen-CodeGenInstruction.o `test -f 'llvm/utils/TableGen/CodeGenInstruction.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenInstruction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenInstruction.Tpo $(DEPDIR)/tblgen-CodeGenInstruction.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenInstruction.cpp' object='tblgen-CodeGenInstruction.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenInstruction.o `test -f 'llvm/utils/TableGen/CodeGenInstruction.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenInstruction.cpp
+
+tblgen-CodeGenInstruction.obj: llvm/utils/TableGen/CodeGenInstruction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenInstruction.obj -MD -MP -MF $(DEPDIR)/tblgen-CodeGenInstruction.Tpo -c -o tblgen-CodeGenInstruction.obj `if test -f 'llvm/utils/TableGen/CodeGenInstruction.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenInstruction.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenInstruction.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenInstruction.Tpo $(DEPDIR)/tblgen-CodeGenInstruction.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenInstruction.cpp' object='tblgen-CodeGenInstruction.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenInstruction.obj `if test -f 'llvm/utils/TableGen/CodeGenInstruction.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenInstruction.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenInstruction.cpp'; fi`
+
+tblgen-CodeGenTarget.o: llvm/utils/TableGen/CodeGenTarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenTarget.o -MD -MP -MF $(DEPDIR)/tblgen-CodeGenTarget.Tpo -c -o tblgen-CodeGenTarget.o `test -f 'llvm/utils/TableGen/CodeGenTarget.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenTarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenTarget.Tpo $(DEPDIR)/tblgen-CodeGenTarget.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenTarget.cpp' object='tblgen-CodeGenTarget.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenTarget.o `test -f 'llvm/utils/TableGen/CodeGenTarget.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/CodeGenTarget.cpp
+
+tblgen-CodeGenTarget.obj: llvm/utils/TableGen/CodeGenTarget.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-CodeGenTarget.obj -MD -MP -MF $(DEPDIR)/tblgen-CodeGenTarget.Tpo -c -o tblgen-CodeGenTarget.obj `if test -f 'llvm/utils/TableGen/CodeGenTarget.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenTarget.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenTarget.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenTarget.Tpo $(DEPDIR)/tblgen-CodeGenTarget.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenTarget.cpp' object='tblgen-CodeGenTarget.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-CodeGenTarget.obj `if test -f 'llvm/utils/TableGen/CodeGenTarget.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/CodeGenTarget.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/CodeGenTarget.cpp'; fi`
+
+tblgen-DAGISelEmitter.o: llvm/utils/TableGen/DAGISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-DAGISelEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-DAGISelEmitter.Tpo -c -o tblgen-DAGISelEmitter.o `test -f 'llvm/utils/TableGen/DAGISelEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/DAGISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-DAGISelEmitter.Tpo $(DEPDIR)/tblgen-DAGISelEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/DAGISelEmitter.cpp' object='tblgen-DAGISelEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-DAGISelEmitter.o `test -f 'llvm/utils/TableGen/DAGISelEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/DAGISelEmitter.cpp
+
+tblgen-DAGISelEmitter.obj: llvm/utils/TableGen/DAGISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-DAGISelEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-DAGISelEmitter.Tpo -c -o tblgen-DAGISelEmitter.obj `if test -f 'llvm/utils/TableGen/DAGISelEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/DAGISelEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/DAGISelEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-DAGISelEmitter.Tpo $(DEPDIR)/tblgen-DAGISelEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/DAGISelEmitter.cpp' object='tblgen-DAGISelEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-DAGISelEmitter.obj `if test -f 'llvm/utils/TableGen/DAGISelEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/DAGISelEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/DAGISelEmitter.cpp'; fi`
+
+tblgen-FastISelEmitter.o: llvm/utils/TableGen/FastISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-FastISelEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-FastISelEmitter.Tpo -c -o tblgen-FastISelEmitter.o `test -f 'llvm/utils/TableGen/FastISelEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/FastISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-FastISelEmitter.Tpo $(DEPDIR)/tblgen-FastISelEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/FastISelEmitter.cpp' object='tblgen-FastISelEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-FastISelEmitter.o `test -f 'llvm/utils/TableGen/FastISelEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/FastISelEmitter.cpp
+
+tblgen-FastISelEmitter.obj: llvm/utils/TableGen/FastISelEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-FastISelEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-FastISelEmitter.Tpo -c -o tblgen-FastISelEmitter.obj `if test -f 'llvm/utils/TableGen/FastISelEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/FastISelEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/FastISelEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-FastISelEmitter.Tpo $(DEPDIR)/tblgen-FastISelEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/FastISelEmitter.cpp' object='tblgen-FastISelEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-FastISelEmitter.obj `if test -f 'llvm/utils/TableGen/FastISelEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/FastISelEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/FastISelEmitter.cpp'; fi`
+
+tblgen-InstrEnumEmitter.o: llvm/utils/TableGen/InstrEnumEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-InstrEnumEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo -c -o tblgen-InstrEnumEmitter.o `test -f 'llvm/utils/TableGen/InstrEnumEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/InstrEnumEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo $(DEPDIR)/tblgen-InstrEnumEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrEnumEmitter.cpp' object='tblgen-InstrEnumEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-InstrEnumEmitter.o `test -f 'llvm/utils/TableGen/InstrEnumEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/InstrEnumEmitter.cpp
+
+tblgen-InstrEnumEmitter.obj: llvm/utils/TableGen/InstrEnumEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-InstrEnumEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo -c -o tblgen-InstrEnumEmitter.obj `if test -f 'llvm/utils/TableGen/InstrEnumEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/InstrEnumEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/InstrEnumEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo $(DEPDIR)/tblgen-InstrEnumEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrEnumEmitter.cpp' object='tblgen-InstrEnumEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-InstrEnumEmitter.obj `if test -f 'llvm/utils/TableGen/InstrEnumEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/InstrEnumEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/InstrEnumEmitter.cpp'; fi`
+
+tblgen-InstrInfoEmitter.o: llvm/utils/TableGen/InstrInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-InstrInfoEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo -c -o tblgen-InstrInfoEmitter.o `test -f 'llvm/utils/TableGen/InstrInfoEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/InstrInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo $(DEPDIR)/tblgen-InstrInfoEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrInfoEmitter.cpp' object='tblgen-InstrInfoEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-InstrInfoEmitter.o `test -f 'llvm/utils/TableGen/InstrInfoEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/InstrInfoEmitter.cpp
+
+tblgen-InstrInfoEmitter.obj: llvm/utils/TableGen/InstrInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-InstrInfoEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo -c -o tblgen-InstrInfoEmitter.obj `if test -f 'llvm/utils/TableGen/InstrInfoEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/InstrInfoEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/InstrInfoEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo $(DEPDIR)/tblgen-InstrInfoEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrInfoEmitter.cpp' object='tblgen-InstrInfoEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-InstrInfoEmitter.obj `if test -f 'llvm/utils/TableGen/InstrInfoEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/InstrInfoEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/InstrInfoEmitter.cpp'; fi`
+
+tblgen-IntrinsicEmitter.o: llvm/utils/TableGen/IntrinsicEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-IntrinsicEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo -c -o tblgen-IntrinsicEmitter.o `test -f 'llvm/utils/TableGen/IntrinsicEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/IntrinsicEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo $(DEPDIR)/tblgen-IntrinsicEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/IntrinsicEmitter.cpp' object='tblgen-IntrinsicEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-IntrinsicEmitter.o `test -f 'llvm/utils/TableGen/IntrinsicEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/IntrinsicEmitter.cpp
+
+tblgen-IntrinsicEmitter.obj: llvm/utils/TableGen/IntrinsicEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-IntrinsicEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo -c -o tblgen-IntrinsicEmitter.obj `if test -f 'llvm/utils/TableGen/IntrinsicEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/IntrinsicEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/IntrinsicEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo $(DEPDIR)/tblgen-IntrinsicEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/IntrinsicEmitter.cpp' object='tblgen-IntrinsicEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-IntrinsicEmitter.obj `if test -f 'llvm/utils/TableGen/IntrinsicEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/IntrinsicEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/IntrinsicEmitter.cpp'; fi`
+
+tblgen-LLVMCConfigurationEmitter.o: llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-LLVMCConfigurationEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo -c -o tblgen-LLVMCConfigurationEmitter.o `test -f 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' object='tblgen-LLVMCConfigurationEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-LLVMCConfigurationEmitter.o `test -f 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+
+tblgen-LLVMCConfigurationEmitter.obj: llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-LLVMCConfigurationEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo -c -o tblgen-LLVMCConfigurationEmitter.obj `if test -f 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' object='tblgen-LLVMCConfigurationEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-LLVMCConfigurationEmitter.obj `if test -f 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp'; fi`
+
+tblgen-Record.o: llvm/utils/TableGen/Record.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-Record.o -MD -MP -MF $(DEPDIR)/tblgen-Record.Tpo -c -o tblgen-Record.o `test -f 'llvm/utils/TableGen/Record.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/Record.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-Record.Tpo $(DEPDIR)/tblgen-Record.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/Record.cpp' object='tblgen-Record.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-Record.o `test -f 'llvm/utils/TableGen/Record.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/Record.cpp
+
+tblgen-Record.obj: llvm/utils/TableGen/Record.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-Record.obj -MD -MP -MF $(DEPDIR)/tblgen-Record.Tpo -c -o tblgen-Record.obj `if test -f 'llvm/utils/TableGen/Record.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/Record.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/Record.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-Record.Tpo $(DEPDIR)/tblgen-Record.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/Record.cpp' object='tblgen-Record.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-Record.obj `if test -f 'llvm/utils/TableGen/Record.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/Record.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/Record.cpp'; fi`
+
+tblgen-RegisterInfoEmitter.o: llvm/utils/TableGen/RegisterInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-RegisterInfoEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo -c -o tblgen-RegisterInfoEmitter.o `test -f 'llvm/utils/TableGen/RegisterInfoEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/RegisterInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo $(DEPDIR)/tblgen-RegisterInfoEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/RegisterInfoEmitter.cpp' object='tblgen-RegisterInfoEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-RegisterInfoEmitter.o `test -f 'llvm/utils/TableGen/RegisterInfoEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/RegisterInfoEmitter.cpp
+
+tblgen-RegisterInfoEmitter.obj: llvm/utils/TableGen/RegisterInfoEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-RegisterInfoEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo -c -o tblgen-RegisterInfoEmitter.obj `if test -f 'llvm/utils/TableGen/RegisterInfoEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/RegisterInfoEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/RegisterInfoEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo $(DEPDIR)/tblgen-RegisterInfoEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/RegisterInfoEmitter.cpp' object='tblgen-RegisterInfoEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-RegisterInfoEmitter.obj `if test -f 'llvm/utils/TableGen/RegisterInfoEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/RegisterInfoEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/RegisterInfoEmitter.cpp'; fi`
+
+tblgen-SubtargetEmitter.o: llvm/utils/TableGen/SubtargetEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-SubtargetEmitter.o -MD -MP -MF $(DEPDIR)/tblgen-SubtargetEmitter.Tpo -c -o tblgen-SubtargetEmitter.o `test -f 'llvm/utils/TableGen/SubtargetEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/SubtargetEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-SubtargetEmitter.Tpo $(DEPDIR)/tblgen-SubtargetEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/SubtargetEmitter.cpp' object='tblgen-SubtargetEmitter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-SubtargetEmitter.o `test -f 'llvm/utils/TableGen/SubtargetEmitter.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/SubtargetEmitter.cpp
+
+tblgen-SubtargetEmitter.obj: llvm/utils/TableGen/SubtargetEmitter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-SubtargetEmitter.obj -MD -MP -MF $(DEPDIR)/tblgen-SubtargetEmitter.Tpo -c -o tblgen-SubtargetEmitter.obj `if test -f 'llvm/utils/TableGen/SubtargetEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/SubtargetEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/SubtargetEmitter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-SubtargetEmitter.Tpo $(DEPDIR)/tblgen-SubtargetEmitter.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/SubtargetEmitter.cpp' object='tblgen-SubtargetEmitter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-SubtargetEmitter.obj `if test -f 'llvm/utils/TableGen/SubtargetEmitter.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/SubtargetEmitter.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/SubtargetEmitter.cpp'; fi`
+
+tblgen-TGLexer.o: llvm/utils/TableGen/TGLexer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGLexer.o -MD -MP -MF $(DEPDIR)/tblgen-TGLexer.Tpo -c -o tblgen-TGLexer.o `test -f 'llvm/utils/TableGen/TGLexer.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGLexer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGLexer.Tpo $(DEPDIR)/tblgen-TGLexer.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGLexer.cpp' object='tblgen-TGLexer.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGLexer.o `test -f 'llvm/utils/TableGen/TGLexer.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGLexer.cpp
+
+tblgen-TGLexer.obj: llvm/utils/TableGen/TGLexer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGLexer.obj -MD -MP -MF $(DEPDIR)/tblgen-TGLexer.Tpo -c -o tblgen-TGLexer.obj `if test -f 'llvm/utils/TableGen/TGLexer.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGLexer.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGLexer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGLexer.Tpo $(DEPDIR)/tblgen-TGLexer.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGLexer.cpp' object='tblgen-TGLexer.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGLexer.obj `if test -f 'llvm/utils/TableGen/TGLexer.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGLexer.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGLexer.cpp'; fi`
+
+tblgen-TGParser.o: llvm/utils/TableGen/TGParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGParser.o -MD -MP -MF $(DEPDIR)/tblgen-TGParser.Tpo -c -o tblgen-TGParser.o `test -f 'llvm/utils/TableGen/TGParser.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGParser.Tpo $(DEPDIR)/tblgen-TGParser.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGParser.cpp' object='tblgen-TGParser.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGParser.o `test -f 'llvm/utils/TableGen/TGParser.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGParser.cpp
+
+tblgen-TGParser.obj: llvm/utils/TableGen/TGParser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGParser.obj -MD -MP -MF $(DEPDIR)/tblgen-TGParser.Tpo -c -o tblgen-TGParser.obj `if test -f 'llvm/utils/TableGen/TGParser.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGParser.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGParser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGParser.Tpo $(DEPDIR)/tblgen-TGParser.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGParser.cpp' object='tblgen-TGParser.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGParser.obj `if test -f 'llvm/utils/TableGen/TGParser.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGParser.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGParser.cpp'; fi`
+
+tblgen-TGValueTypes.o: llvm/utils/TableGen/TGValueTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGValueTypes.o -MD -MP -MF $(DEPDIR)/tblgen-TGValueTypes.Tpo -c -o tblgen-TGValueTypes.o `test -f 'llvm/utils/TableGen/TGValueTypes.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGValueTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGValueTypes.Tpo $(DEPDIR)/tblgen-TGValueTypes.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGValueTypes.cpp' object='tblgen-TGValueTypes.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGValueTypes.o `test -f 'llvm/utils/TableGen/TGValueTypes.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TGValueTypes.cpp
+
+tblgen-TGValueTypes.obj: llvm/utils/TableGen/TGValueTypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TGValueTypes.obj -MD -MP -MF $(DEPDIR)/tblgen-TGValueTypes.Tpo -c -o tblgen-TGValueTypes.obj `if test -f 'llvm/utils/TableGen/TGValueTypes.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGValueTypes.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGValueTypes.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGValueTypes.Tpo $(DEPDIR)/tblgen-TGValueTypes.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGValueTypes.cpp' object='tblgen-TGValueTypes.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TGValueTypes.obj `if test -f 'llvm/utils/TableGen/TGValueTypes.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TGValueTypes.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TGValueTypes.cpp'; fi`
+
+tblgen-TableGen.o: llvm/utils/TableGen/TableGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TableGen.o -MD -MP -MF $(DEPDIR)/tblgen-TableGen.Tpo -c -o tblgen-TableGen.o `test -f 'llvm/utils/TableGen/TableGen.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TableGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGen.Tpo $(DEPDIR)/tblgen-TableGen.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGen.cpp' object='tblgen-TableGen.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TableGen.o `test -f 'llvm/utils/TableGen/TableGen.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TableGen.cpp
+
+tblgen-TableGen.obj: llvm/utils/TableGen/TableGen.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TableGen.obj -MD -MP -MF $(DEPDIR)/tblgen-TableGen.Tpo -c -o tblgen-TableGen.obj `if test -f 'llvm/utils/TableGen/TableGen.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TableGen.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TableGen.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGen.Tpo $(DEPDIR)/tblgen-TableGen.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGen.cpp' object='tblgen-TableGen.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TableGen.obj `if test -f 'llvm/utils/TableGen/TableGen.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TableGen.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TableGen.cpp'; fi`
+
+tblgen-TableGenBackend.o: llvm/utils/TableGen/TableGenBackend.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TableGenBackend.o -MD -MP -MF $(DEPDIR)/tblgen-TableGenBackend.Tpo -c -o tblgen-TableGenBackend.o `test -f 'llvm/utils/TableGen/TableGenBackend.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TableGenBackend.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGenBackend.Tpo $(DEPDIR)/tblgen-TableGenBackend.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGenBackend.cpp' object='tblgen-TableGenBackend.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TableGenBackend.o `test -f 'llvm/utils/TableGen/TableGenBackend.cpp' || echo '$(srcdir)/'`llvm/utils/TableGen/TableGenBackend.cpp
+
+tblgen-TableGenBackend.obj: llvm/utils/TableGen/TableGenBackend.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -MT tblgen-TableGenBackend.obj -MD -MP -MF $(DEPDIR)/tblgen-TableGenBackend.Tpo -c -o tblgen-TableGenBackend.obj `if test -f 'llvm/utils/TableGen/TableGenBackend.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TableGenBackend.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TableGenBackend.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGenBackend.Tpo $(DEPDIR)/tblgen-TableGenBackend.Po
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGenBackend.cpp' object='tblgen-TableGenBackend.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tblgen_CPPFLAGS) $(CPPFLAGS) $(tblgen_CXXFLAGS) $(CXXFLAGS) -c -o tblgen-TableGenBackend.obj `if test -f 'llvm/utils/TableGen/TableGenBackend.cpp'; then $(CYGPATH_W) 'llvm/utils/TableGen/TableGenBackend.cpp'; else $(CYGPATH_W) '$(srcdir)/llvm/utils/TableGen/TableGenBackend.cpp'; fi`
+
 mostlyclean-libtool:
 	-rm -f *.lo
 
@@ -590,10 +4077,12 @@ distcleancheck: distclean
 	       $(distcleancheck_listfiles) ; \
 	       exit 1; } >&2
 check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES) clamavcxx-config.h
+check: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) check-am
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) clamavcxx-config.h
 installdirs:
-install: install-am
+install: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) install-am
 install-exec: install-exec-am
 install-data: install-data-am
 uninstall: uninstall-am
@@ -618,10 +4107,11 @@ distclean-generic:
 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-libtool clean-local \
-	clean-noinstLTLIBRARIES mostlyclean-am
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
 
 distclean: distclean-am
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
@@ -692,28 +4182,61 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: all install-am install-strip
+.MAKE: all check install install-am install-strip
 
 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 	clean-generic clean-libtool clean-local \
-	clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
-	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
-	distcheck distclean distclean-compile 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 maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
-	uninstall-am
-
-
-$(LLVM_CONFIG): build-llvm
-bytecode2llvm.cpp: build-llvm
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
+	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
+	dist-xz dist-zip distcheck distclean distclean-compile \
+	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 maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am
+
+X86GenRegisterInfo.h.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc-header -o $@ $<
+
+X86GenRegisterNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-enums -o $@ $<
+
+X86GenRegisterInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc -o $@ $<
+
+X86GenInstrNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-enums -o $@ $<
+
+X86GenInstrInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-desc -o $@ $<
+
+X86GenAsmWriter.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -o $@ $<
+
+X86GenAsmWriter1.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -asmwriternum=1 -o $@ $<
+
+X86GenAsmMatcher.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-matcher -o $@ $<
+
+X86GenDAGISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-dag-isel -o $@ $<
+
+X86GenFastISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-fast-isel -o $@ $<
+
+X86GenCallingConv.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-callingconv -o $@ $<
+
+X86GenSubtarget.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-subtarget -o $@ $<
+#bytecode2llvm.cpp: build-llvm
 
 build-llvm:
 	+$(GMAKE) -C llvm OPTIMIZE_OPTION=-O2 libs-only
diff --git a/libclamav/c++/aclocal.m4 b/libclamav/c++/aclocal.m4
index e33b5f7..85b1d2a 100644
--- a/libclamav/c++/aclocal.m4
+++ b/libclamav/c++/aclocal.m4
@@ -587,6 +587,46 @@ fi
 rmdir .tst 2>/dev/null
 AC_SUBST([am__leading_dot])])
 
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
+# From Jim Meyering
+
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
+# Free Software Foundation, Inc.
+#
+# This file 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.
+
+# serial 5
+
+# AM_MAINTAINER_MODE([DEFAULT-MODE])
+# ----------------------------------
+# Control maintainer-specific portions of Makefiles.
+# Default is to disable them, unless `enable' is passed literally.
+# For symmetry, `disable' may be passed as well.  Anyway, the user
+# can override the default with the --enable/--disable switch.
+AC_DEFUN([AM_MAINTAINER_MODE],
+[m4_case(m4_default([$1], [disable]),
+       [enable], [m4_define([am_maintainer_other], [disable])],
+       [disable], [m4_define([am_maintainer_other], [enable])],
+       [m4_define([am_maintainer_other], [enable])
+        m4_warn([syntax], [unexpected argument to AM@&t at _MAINTAINER_MODE: $1])])
+AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
+  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
+  AC_ARG_ENABLE([maintainer-mode],
+[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
+			  (and sometimes confusing) to the casual installer],
+      [USE_MAINTAINER_MODE=$enableval],
+      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
+  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
+  MAINT=$MAINTAINER_MODE_TRUE
+  AC_SUBST([MAINT])dnl
+]
+)
+
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
+
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
 
 # Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
diff --git a/libclamav/c++/configure b/libclamav/c++/configure
index 44fa0b1..401c47c 100755
--- a/libclamav/c++/configure
+++ b/libclamav/c++/configure
@@ -777,6 +777,9 @@ ac_ct_CC
 CFLAGS
 CC
 LIBTOOL
+MAINT
+MAINTAINER_MODE_FALSE
+MAINTAINER_MODE_TRUE
 am__fastdepCXX_FALSE
 am__fastdepCXX_TRUE
 CXXDEPMODE
@@ -873,8 +876,9 @@ ac_user_opts='
 enable_option_checking
 enable_silent_rules
 enable_dependency_tracking
-enable_shared
+enable_maintainer_mode
 enable_static
+enable_shared
 with_pic
 enable_fast_install
 with_gnu_ld
@@ -1519,8 +1523,10 @@ Optional Features:
   --disable-silent-rules         verbose build output (undo: `make V=0')
   --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors
+  --enable-maintainer-mode  enable make rules and dependencies not useful
+			  (and sometimes confusing) to the casual installer
+  --enable-static[=PKGS]  build static libraries [default=no]
   --enable-shared[=PKGS]  build shared libraries [default=yes]
-  --enable-static[=PKGS]  build static libraries [default=yes]
   --enable-fast-install[=PKGS]
                           optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
@@ -2978,6 +2984,7 @@ esac
 AM_BACKSLASH='\'
 
 
+cxxset = ${CXXFLAGS+set}
 ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3651,6 +3658,35 @@ else
 fi
 
 
+
+if test "$cxxset" != set; then
+# don't use the default -O2 -g because -g bloats the C++ binaries too much
+  CXXFLAGS="-O2"
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+    # Check whether --enable-maintainer-mode was given.
+if test "${enable_maintainer_mode+set}" = set; then :
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+else
+  USE_MAINTAINER_MODE=no
+fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
+   if test $USE_MAINTAINER_MODE = yes; then
+  MAINTAINER_MODE_TRUE=
+  MAINTAINER_MODE_FALSE='#'
+else
+  MAINTAINER_MODE_TRUE='#'
+  MAINTAINER_MODE_FALSE=
+fi
+
+  MAINT=$MAINTAINER_MODE_TRUE
+
+
 case `pwd` in
   *\ * | *\	*)
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
@@ -4927,13 +4963,13 @@ if test "${lt_cv_nm_interface+set}" = set; then :
 else
   lt_cv_nm_interface="BSD nm"
   echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:4930: $ac_compile\"" >&5)
+  (eval echo "\"\$as_me:4966: $ac_compile\"" >&5)
   (eval "$ac_compile" 2>conftest.err)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:4933: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval echo "\"\$as_me:4969: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:4936: output\"" >&5)
+  (eval echo "\"\$as_me:4972: output\"" >&5)
   cat conftest.out >&5
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
     lt_cv_nm_interface="MS dumpbin"
@@ -6139,7 +6175,7 @@ ia64-*-hpux*)
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 6142 "configure"' > conftest.$ac_ext
+  echo '#line 6178 "configure"' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -7697,36 +7733,27 @@ fi
 
 
 # Set options
-
-
-
-        enable_dlopen=no
-
-
-  enable_win32_dll=no
-
-
-            # Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
+# Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+  enableval=$enable_static; p=${PACKAGE-default}
     case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
+    yes) enable_static=yes ;;
+    no) enable_static=no ;;
     *)
-      enable_shared=no
+     enable_static=no
       # Look at the argument we got.  We use all the common list separators.
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
 	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
+	  enable_static=yes
 	fi
       done
       IFS="$lt_save_ifs"
       ;;
     esac
 else
-  enable_shared=yes
+  enable_static=no
 fi
 
 
@@ -7737,27 +7764,34 @@ fi
 
 
 
-  # Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
+
+        enable_dlopen=no
+
+
+  enable_win32_dll=no
+
+
+            # Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+  enableval=$enable_shared; p=${PACKAGE-default}
     case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
+    yes) enable_shared=yes ;;
+    no) enable_shared=no ;;
     *)
-     enable_static=no
+      enable_shared=no
       # Look at the argument we got.  We use all the common list separators.
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
 	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
+	  enable_shared=yes
 	fi
       done
       IFS="$lt_save_ifs"
       ;;
     esac
 else
-  enable_static=yes
+  enable_shared=yes
 fi
 
 
@@ -7769,6 +7803,7 @@ fi
 
 
 
+
 # Check whether --with-pic was given.
 if test "${with_pic+set}" = set; then :
   withval=$with_pic; pic_mode="$withval"
@@ -8196,11 +8231,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8199: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:8203: \$? = $ac_status" >&5
+   echo "$as_me:8238: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -8535,11 +8570,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8538: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8573: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:8542: \$? = $ac_status" >&5
+   echo "$as_me:8577: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -8640,11 +8675,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8643: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8678: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:8647: \$? = $ac_status" >&5
+   echo "$as_me:8682: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -8695,11 +8730,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8698: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8733: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:8702: \$? = $ac_status" >&5
+   echo "$as_me:8737: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -11078,7 +11113,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11081 "configure"
+#line 11116 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11174,7 +11209,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11177 "configure"
+#line 11212 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13130,11 +13165,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:13133: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:13168: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:13137: \$? = $ac_status" >&5
+   echo "$as_me:13172: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -13229,11 +13264,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:13232: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:13267: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:13236: \$? = $ac_status" >&5
+   echo "$as_me:13271: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -13281,11 +13316,11 @@ else
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:13284: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:13319: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:13288: \$? = $ac_status" >&5
+   echo "$as_me:13323: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -14462,6 +14497,10 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -15069,8 +15108,8 @@ double_quote_subst='$double_quote_subst'
 delay_variable_subst='$delay_variable_subst'
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
@@ -16158,12 +16197,12 @@ available_tags="CXX "
 macro_version=$macro_version
 macro_revision=$macro_revision
 
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
 # Whether or not to build static libraries.
 build_old_libs=$enable_static
 
+# Whether or not to build shared libraries.
+build_libtool_libs=$enable_shared
+
 # What type of objects to build.
 pic_mode=$pic_mode
 
diff --git a/libclamav/c++/configure.ac b/libclamav/c++/configure.ac
index dd3ecc2..434ae35 100644
--- a/libclamav/c++/configure.ac
+++ b/libclamav/c++/configure.ac
@@ -23,8 +23,16 @@ AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([-Wall -Wportability -Werror foreign no-define])
 AM_SILENT_RULES([yes])
 
+cxxset = ${CXXFLAGS+set}
 AC_PROG_CXX
-LT_INIT
+
+if test "$cxxset" != set; then
+# don't use the default -O2 -g because -g bloats the C++ binaries too much
+  CXXFLAGS="-O2"
+fi
+
+AM_MAINTAINER_MODE
+LT_INIT([disable-static])
 if test "$GXX" != "yes"; then
     AC_MSG_ERROR([GNU C++ compiler not found, not building LLVM])
 fi

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list