Browse code

Automakify LLVM build.

Török Edvin authored on 2009/09/07 17:54:51
Showing 8 changed files
... ...
@@ -930,8 +930,8 @@ ac_subst_files=''
930 930
 ac_user_opts='
931 931
 enable_option_checking
932 932
 enable_silent_rules
933
-enable_shared
934 933
 enable_static
934
+enable_shared
935 935
 with_pic
936 936
 enable_fast_install
937 937
 enable_dependency_tracking
... ...
@@ -1614,8 +1614,8 @@ Optional Features:
1614 1614
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1615 1615
   --enable-silent-rules          less verbose build output (undo: `make V=1')
1616 1616
   --disable-silent-rules         verbose build output (undo: `make V=0')
1617
+  --enable-static[=PKGS]  build static libraries [default=no]
1617 1618
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1618
-  --enable-static[=PKGS]  build static libraries [default=yes]
1619 1619
   --enable-fast-install[=PKGS]
1620 1620
                           optimize for fast installation [default=yes]
1621 1621
   --disable-dependency-tracking  speeds up one-time build
... ...
@@ -7288,34 +7288,27 @@ done
7288 7288
 
7289 7289
 # Set options
7290 7290
 enable_dlopen=yes
7291
-
7292
-
7293
-
7294
-
7295
-  enable_win32_dll=no
7296
-
7297
-
7298
-            # Check whether --enable-shared was given.
7299
-if test "${enable_shared+set}" = set; then :
7300
-  enableval=$enable_shared; p=${PACKAGE-default}
7291
+# Check whether --enable-static was given.
7292
+if test "${enable_static+set}" = set; then :
7293
+  enableval=$enable_static; p=${PACKAGE-default}
7301 7294
     case $enableval in
7302
-    yes) enable_shared=yes ;;
7303
-    no) enable_shared=no ;;
7295
+    yes) enable_static=yes ;;
7296
+    no) enable_static=no ;;
7304 7297
     *)
7305
-      enable_shared=no
7298
+     enable_static=no
7306 7299
       # Look at the argument we got.  We use all the common list separators.
7307 7300
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7308 7301
       for pkg in $enableval; do
7309 7302
 	IFS="$lt_save_ifs"
7310 7303
 	if test "X$pkg" = "X$p"; then
7311
-	  enable_shared=yes
7304
+	  enable_static=yes
7312 7305
 	fi
7313 7306
       done
7314 7307
       IFS="$lt_save_ifs"
7315 7308
       ;;
7316 7309
     esac
7317 7310
 else
7318
-  enable_shared=yes
7311
+  enable_static=no
7319 7312
 fi
7320 7313
 
7321 7314
 
... ...
@@ -7326,27 +7319,32 @@ fi
7326 7326
 
7327 7327
 
7328 7328
 
7329
-  # Check whether --enable-static was given.
7330
-if test "${enable_static+set}" = set; then :
7331
-  enableval=$enable_static; p=${PACKAGE-default}
7329
+
7330
+
7331
+  enable_win32_dll=no
7332
+
7333
+
7334
+            # Check whether --enable-shared was given.
7335
+if test "${enable_shared+set}" = set; then :
7336
+  enableval=$enable_shared; p=${PACKAGE-default}
7332 7337
     case $enableval in
7333
-    yes) enable_static=yes ;;
7334
-    no) enable_static=no ;;
7338
+    yes) enable_shared=yes ;;
7339
+    no) enable_shared=no ;;
7335 7340
     *)
7336
-     enable_static=no
7341
+      enable_shared=no
7337 7342
       # Look at the argument we got.  We use all the common list separators.
7338 7343
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7339 7344
       for pkg in $enableval; do
7340 7345
 	IFS="$lt_save_ifs"
7341 7346
 	if test "X$pkg" = "X$p"; then
7342
-	  enable_static=yes
7347
+	  enable_shared=yes
7343 7348
 	fi
7344 7349
       done
7345 7350
       IFS="$lt_save_ifs"
7346 7351
       ;;
7347 7352
     esac
7348 7353
 else
7349
-  enable_static=yes
7354
+  enable_shared=yes
7350 7355
 fi
7351 7356
 
7352 7357
 
... ...
@@ -7358,6 +7356,7 @@ fi
7358 7358
 
7359 7359
 
7360 7360
 
7361
+
7361 7362
 # Check whether --with-pic was given.
7362 7363
 if test "${with_pic+set}" = set; then :
7363 7364
   withval=$with_pic; pic_mode="$withval"
... ...
@@ -7785,11 +7784,11 @@ else
7785 7785
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7786 7786
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7787 7787
    -e 's:$: $lt_compiler_flag:'`
7788
-   (eval echo "\"\$as_me:7788: $lt_compile\"" >&5)
7788
+   (eval echo "\"\$as_me:7787: $lt_compile\"" >&5)
7789 7789
    (eval "$lt_compile" 2>conftest.err)
7790 7790
    ac_status=$?
7791 7791
    cat conftest.err >&5
7792
-   echo "$as_me:7792: \$? = $ac_status" >&5
7792
+   echo "$as_me:7791: \$? = $ac_status" >&5
7793 7793
    if (exit $ac_status) && test -s "$ac_outfile"; then
7794 7794
      # The compiler can only warn and ignore the option if not recognized
7795 7795
      # So say no if there are warnings other than the usual output.
... ...
@@ -8124,11 +8123,11 @@ else
8124 8124
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8125 8125
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8126 8126
    -e 's:$: $lt_compiler_flag:'`
8127
-   (eval echo "\"\$as_me:8127: $lt_compile\"" >&5)
8127
+   (eval echo "\"\$as_me:8126: $lt_compile\"" >&5)
8128 8128
    (eval "$lt_compile" 2>conftest.err)
8129 8129
    ac_status=$?
8130 8130
    cat conftest.err >&5
8131
-   echo "$as_me:8131: \$? = $ac_status" >&5
8131
+   echo "$as_me:8130: \$? = $ac_status" >&5
8132 8132
    if (exit $ac_status) && test -s "$ac_outfile"; then
8133 8133
      # The compiler can only warn and ignore the option if not recognized
8134 8134
      # So say no if there are warnings other than the usual output.
... ...
@@ -8229,11 +8228,11 @@ else
8229 8229
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8230 8230
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8231 8231
    -e 's:$: $lt_compiler_flag:'`
8232
-   (eval echo "\"\$as_me:8232: $lt_compile\"" >&5)
8232
+   (eval echo "\"\$as_me:8231: $lt_compile\"" >&5)
8233 8233
    (eval "$lt_compile" 2>out/conftest.err)
8234 8234
    ac_status=$?
8235 8235
    cat out/conftest.err >&5
8236
-   echo "$as_me:8236: \$? = $ac_status" >&5
8236
+   echo "$as_me:8235: \$? = $ac_status" >&5
8237 8237
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8238 8238
    then
8239 8239
      # The compiler can only warn and ignore the option if not recognized
... ...
@@ -8284,11 +8283,11 @@ else
8284 8284
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8285 8285
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8286 8286
    -e 's:$: $lt_compiler_flag:'`
8287
-   (eval echo "\"\$as_me:8287: $lt_compile\"" >&5)
8287
+   (eval echo "\"\$as_me:8286: $lt_compile\"" >&5)
8288 8288
    (eval "$lt_compile" 2>out/conftest.err)
8289 8289
    ac_status=$?
8290 8290
    cat out/conftest.err >&5
8291
-   echo "$as_me:8291: \$? = $ac_status" >&5
8291
+   echo "$as_me:8290: \$? = $ac_status" >&5
8292 8292
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8293 8293
    then
8294 8294
      # The compiler can only warn and ignore the option if not recognized
... ...
@@ -10667,7 +10666,7 @@ else
10667 10667
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10668 10668
   lt_status=$lt_dlunknown
10669 10669
   cat > conftest.$ac_ext <<_LT_EOF
10670
-#line 10670 "configure"
10670
+#line 10669 "configure"
10671 10671
 #include "confdefs.h"
10672 10672
 
10673 10673
 #if HAVE_DLFCN_H
... ...
@@ -10763,7 +10762,7 @@ else
10763 10763
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10764 10764
   lt_status=$lt_dlunknown
10765 10765
   cat > conftest.$ac_ext <<_LT_EOF
10766
-#line 10766 "configure"
10766
+#line 10765 "configure"
10767 10767
 #include "confdefs.h"
10768 10768
 
10769 10769
 #if HAVE_DLFCN_H
... ...
@@ -11435,7 +11434,7 @@ else
11435 11435
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11436 11436
   lt_status=$lt_dlunknown
11437 11437
   cat > conftest.$ac_ext <<_LT_EOF
11438
-#line 11438 "configure"
11438
+#line 11437 "configure"
11439 11439
 #include "confdefs.h"
11440 11440
 
11441 11441
 #if HAVE_DLFCN_H
... ...
@@ -20479,8 +20478,8 @@ double_quote_subst='$double_quote_subst'
20479 20479
 delay_variable_subst='$delay_variable_subst'
20480 20480
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
20481 20481
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
20482
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
20483 20482
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
20483
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
20484 20484
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
20485 20485
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
20486 20486
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
... ...
@@ -21499,12 +21498,12 @@ available_tags=""
21499 21499
 macro_version=$macro_version
21500 21500
 macro_revision=$macro_revision
21501 21501
 
21502
-# Whether or not to build shared libraries.
21503
-build_libtool_libs=$enable_shared
21504
-
21505 21502
 # Whether or not to build static libraries.
21506 21503
 build_old_libs=$enable_static
21507 21504
 
21505
+# Whether or not to build shared libraries.
21506
+build_libtool_libs=$enable_shared
21507
+
21508 21508
 # What type of objects to build.
21509 21509
 pic_mode=$pic_mode
21510 21510
 
... ...
@@ -23058,8 +23057,8 @@ double_quote_subst='$double_quote_subst'
23058 23058
 delay_variable_subst='$delay_variable_subst'
23059 23059
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
23060 23060
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
23061
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
23062 23061
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
23062
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
23063 23063
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
23064 23064
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
23065 23065
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
... ...
@@ -24080,12 +24079,12 @@ available_tags=""
24080 24080
 macro_version=$macro_version
24081 24081
 macro_revision=$macro_revision
24082 24082
 
24083
-# Whether or not to build shared libraries.
24084
-build_libtool_libs=$enable_shared
24085
-
24086 24083
 # Whether or not to build static libraries.
24087 24084
 build_old_libs=$enable_static
24088 24085
 
24086
+# Whether or not to build shared libraries.
24087
+build_libtool_libs=$enable_shared
24088
+
24089 24089
 # What type of objects to build.
24090 24090
 pic_mode=$pic_mode
24091 24091
 
... ...
@@ -57,7 +57,7 @@ AC_PROG_LN_S
57 57
 AC_PROG_MAKE_SET
58 58
 
59 59
 LT_CONFIG_LTDL_DIR([libltdl])
60
-LT_INIT([dlopen])
60
+LT_INIT([dlopen disable-static])
61 61
 LTDL_INIT([recursive])
62 62
 AC_CONFIG_FILES([libltdl/Makefile])
63 63
 
... ...
@@ -151,7 +151,8 @@ am__libclamav_la_SOURCES_DIST = clamav.h matcher-ac.c matcher-ac.h \
151 151
 	sha256.h bignum.h bytecode.c bytecode.h bytecode_vm.c \
152 152
 	bytecode_priv.h clambc.h cpio.c cpio.h macho.c macho.h \
153 153
 	ishield.c ishield.h type_desc.h bytecode_api.c \
154
-	bytecode_api_decl.c bytecode_api.h bignum.c bignum_class.h
154
+	bytecode_api_decl.c bytecode_api.h bytecode_api_impl.h \
155
+	bignum.c bignum_class.h
155 156
 @LINK_TOMMATH_FALSE@am__objects_1 = libclamav_la-bignum.lo
156 157
 am_libclamav_la_OBJECTS = libclamav_la-matcher-ac.lo \
157 158
 	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 \
639 639
 	sha256.h bignum.h bytecode.c bytecode.h bytecode_vm.c \
640 640
 	bytecode_priv.h clambc.h cpio.c cpio.h macho.c macho.h \
641 641
 	ishield.c ishield.h type_desc.h bytecode_api.c \
642
-	bytecode_api_decl.c bytecode_api.h $(am__append_7)
642
+	bytecode_api_decl.c bytecode_api.h bytecode_api_impl.h \
643
+	$(am__append_7)
643 644
 noinst_LTLIBRARIES = libclamav_internal_utils.la libclamav_internal_utils_nothreads.la libclamav_nocxx.la
644 645
 COMMON_CLEANFILES = version.h version.h.tmp *.gcda *.gcno
645 646
 @MAINTAINER_MODE_TRUE@BUILT_SOURCES = jsparse/generated/operators.h jsparse/generated/keywords.h jsparse-keywords.gperf
... ...
@@ -21,17 +21,444 @@ else
21 21
 LLVM_CONFIG=llvm/Release/bin/llvm-config
22 22
 endif
23 23
 
24
-$(LLVM_CONFIG): build-llvm
25
-
24
+#$(LLVM_CONFIG): build-llvm
26 25
 # we know this will be built with GNU make, so its safe to use GNU make specific
27 26
 # $(shell ...)
28
-LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
29
-libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
30
-libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
31
-libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
27
+#LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
28
+#libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
29
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
30
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
31
+libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) $(LLVM_INCLUDES) $(LLVM_DEFS)
32
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
33
+libclamavcxx_la_LIBADD=libllvmexecutionengine.la
34
+libclamavcxx_la_LDFLAGS=-no-undefined
35
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
32 36
 libclamavcxx_la_SOURCES = bytecode2llvm.cpp dummy.h
33
-noinst_LTLIBRARIES = libclamavcxx.la
34
-bytecode2llvm.cpp: build-llvm
37
+
38
+LLVM_INCLUDES=-I$(top_srcdir)/llvm/include -I$(top_builddir)/llvm/include
39
+# TODO: _DEBUG should be defined for --enable-debug, and NDEBUG otherwise, but
40
+# keep it like this while I'm testing LLVM
41
+# TODO: HP-UX should have -D_REENTRANT -D_HPUX_SOURCE
42
+LLVM_DEFS=-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -D_GNU_SOURCE
43
+LLVM_CXXFLAGS=-Woverloaded-virtual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings
44
+
45
+EXTRA_DIST=llvm/lib/System/README.txt
46
+libllvmsystem_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
47
+libllvmsystem_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
48
+libllvmsystem_la_LDFLAGS=-pthread
49
+libllvmsystem_la_LIBADD=-ldl
50
+libllvmsystem_la_SOURCES = \
51
+    llvm/lib/System/Alarm.cpp\
52
+    llvm/lib/System/Atomic.cpp\
53
+    llvm/lib/System/Disassembler.cpp\
54
+    llvm/lib/System/DynamicLibrary.cpp\
55
+    llvm/lib/System/Errno.cpp\
56
+    llvm/lib/System/Host.cpp\
57
+    llvm/lib/System/IncludeFile.cpp\
58
+    llvm/lib/System/Memory.cpp\
59
+    llvm/lib/System/Mutex.cpp\
60
+    llvm/lib/System/Path.cpp\
61
+    llvm/lib/System/Process.cpp\
62
+    llvm/lib/System/Program.cpp\
63
+    llvm/lib/System/RWMutex.cpp\
64
+    llvm/lib/System/Signals.cpp\
65
+    llvm/lib/System/ThreadLocal.cpp\
66
+    llvm/lib/System/Threading.cpp\
67
+    llvm/lib/System/TimeValue.cpp\
68
+    llvm/lib/System/Unix/Alarm.inc\
69
+    llvm/lib/System/Unix/Host.inc\
70
+    llvm/lib/System/Unix/Memory.inc\
71
+    llvm/lib/System/Unix/Mutex.inc\
72
+    llvm/lib/System/Unix/Path.inc\
73
+    llvm/lib/System/Unix/Process.inc\
74
+    llvm/lib/System/Unix/Program.inc\
75
+    llvm/lib/System/Unix/RWMutex.inc\
76
+    llvm/lib/System/Unix/Signals.inc\
77
+    llvm/lib/System/Unix/ThreadLocal.inc\
78
+    llvm/lib/System/Unix/TimeValue.inc\
79
+    llvm/lib/System/Win32/Alarm.inc\
80
+    llvm/lib/System/Win32/DynamicLibrary.inc\
81
+    llvm/lib/System/Win32/Host.inc\
82
+    llvm/lib/System/Win32/Memory.inc\
83
+    llvm/lib/System/Win32/Mutex.inc\
84
+    llvm/lib/System/Win32/Path.inc\
85
+    llvm/lib/System/Win32/Process.inc\
86
+    llvm/lib/System/Win32/Program.inc\
87
+    llvm/lib/System/Win32/RWMutex.inc\
88
+    llvm/lib/System/Win32/Signals.inc\
89
+    llvm/lib/System/Win32/ThreadLocal.inc\
90
+    llvm/lib/System/Win32/TimeValue.inc
91
+
92
+libllvmsupport_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
93
+libllvmsupport_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
94
+libllvmsupport_la_LIBADD=libllvmsystem.la
95
+libllvmsupport_la_SOURCES=\
96
+    llvm/lib/Support/APFloat.cpp\
97
+    llvm/lib/Support/APInt.cpp\
98
+    llvm/lib/Support/APSInt.cpp\
99
+    llvm/lib/Support/Allocator.cpp\
100
+    llvm/lib/Support/CommandLine.cpp\
101
+    llvm/lib/Support/ConstantRange.cpp\
102
+    llvm/lib/Support/Debug.cpp\
103
+    llvm/lib/Support/Dwarf.cpp\
104
+    llvm/lib/Support/ErrorHandling.cpp\
105
+    llvm/lib/Support/FileUtilities.cpp\
106
+    llvm/lib/Support/FoldingSet.cpp\
107
+    llvm/lib/Support/FormattedStream.cpp\
108
+    llvm/lib/Support/GraphWriter.cpp\
109
+    llvm/lib/Support/IsInf.cpp\
110
+    llvm/lib/Support/IsNAN.cpp\
111
+    llvm/lib/Support/ManagedStatic.cpp\
112
+    llvm/lib/Support/MemoryBuffer.cpp\
113
+    llvm/lib/Support/PluginLoader.cpp\
114
+    llvm/lib/Support/PrettyStackTrace.cpp\
115
+    llvm/lib/Support/SlowOperationInformer.cpp\
116
+    llvm/lib/Support/SmallPtrSet.cpp\
117
+    llvm/lib/Support/SourceMgr.cpp\
118
+    llvm/lib/Support/Statistic.cpp\
119
+    llvm/lib/Support/StringExtras.cpp\
120
+    llvm/lib/Support/StringMap.cpp\
121
+    llvm/lib/Support/StringPool.cpp\
122
+    llvm/lib/Support/SystemUtils.cpp\
123
+    llvm/lib/Support/TargetRegistry.cpp\
124
+    llvm/lib/Support/Timer.cpp\
125
+    llvm/lib/Support/Triple.cpp\
126
+    llvm/lib/Support/Twine.cpp\
127
+    llvm/lib/Support/raw_os_ostream.cpp\
128
+    llvm/lib/Support/raw_ostream.cpp\
129
+    llvm/lib/Support/Regex.cpp\
130
+    llvm/lib/Support/regcomp.c\
131
+    llvm/lib/Support/regerror.c\
132
+    llvm/lib/Support/regexec.c\
133
+    llvm/lib/Support/regfree.c\
134
+    llvm/lib/Support/regstrlcpy.c
135
+
136
+tblgen_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
137
+tblgen_CXXFLAGS=$(LLVM_CXXFLAGS)
138
+tblgen_LDADD=libllvmsystem.la libllvmsupport.la
139
+#TODO: if VERSIONSCRIPT
140
+tblgen_LDFLAGS= -Wl,--version-script,@top_srcdir@/llvm/autoconf/ExportMap.map
141
+tblgen_SOURCES=\
142
+  llvm/utils/TableGen/AsmMatcherEmitter.cpp\
143
+  llvm/utils/TableGen/AsmWriterEmitter.cpp\
144
+  llvm/utils/TableGen/CallingConvEmitter.cpp\
145
+  llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp\
146
+  llvm/utils/TableGen/CodeEmitterGen.cpp\
147
+  llvm/utils/TableGen/CodeGenDAGPatterns.cpp\
148
+  llvm/utils/TableGen/CodeGenInstruction.cpp\
149
+  llvm/utils/TableGen/CodeGenTarget.cpp\
150
+  llvm/utils/TableGen/DAGISelEmitter.cpp\
151
+  llvm/utils/TableGen/FastISelEmitter.cpp\
152
+  llvm/utils/TableGen/InstrEnumEmitter.cpp\
153
+  llvm/utils/TableGen/InstrInfoEmitter.cpp\
154
+  llvm/utils/TableGen/IntrinsicEmitter.cpp\
155
+  llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp\
156
+  llvm/utils/TableGen/Record.cpp\
157
+  llvm/utils/TableGen/RegisterInfoEmitter.cpp\
158
+  llvm/utils/TableGen/SubtargetEmitter.cpp\
159
+  llvm/utils/TableGen/TGLexer.cpp\
160
+  llvm/utils/TableGen/TGParser.cpp\
161
+  llvm/utils/TableGen/TGValueTypes.cpp\
162
+  llvm/utils/TableGen/TableGen.cpp\
163
+  llvm/utils/TableGen/TableGenBackend.cpp
164
+
165
+TBLGEN_FLAGS=-I$(top_srcdir)/llvm/include -I$(top_srcdir)/llvm/lib/Target -I$(top_srcdir)/llvm/lib/Target/X86
166
+TBLGEN=$(top_builddir)/tblgen
167
+X86GenRegisterInfo.h.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
168
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc-header -o $@ $<
169
+
170
+X86GenRegisterNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
171
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-enums -o $@ $<
172
+
173
+X86GenRegisterInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
174
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc -o $@ $<
175
+
176
+X86GenInstrNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
177
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-enums -o $@ $<
178
+
179
+X86GenInstrInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
180
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-desc -o $@ $<
181
+
182
+X86GenAsmWriter.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
183
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -o $@ $<
184
+
185
+X86GenAsmWriter1.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
186
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -asmwriternum=1 -o $@ $<
187
+
188
+X86GenAsmMatcher.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
189
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-matcher -o $@ $<
190
+
191
+X86GenDAGISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
192
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-dag-isel -o $@ $<
193
+
194
+X86GenFastISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
195
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-fast-isel -o $@ $<
196
+
197
+X86GenCallingConv.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
198
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-callingconv -o $@ $<
199
+
200
+X86GenSubtarget.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
201
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-subtarget -o $@ $<
202
+
203
+libllvmcore_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
204
+libllvmcore_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
205
+libllvmcore_la_LIBADD=libllvmsupport.la
206
+libllvmcore_la_SOURCES=\
207
+ llvm/lib/VMCore/AsmWriter.cpp\
208
+ llvm/lib/VMCore/Attributes.cpp\
209
+ llvm/lib/VMCore/AutoUpgrade.cpp\
210
+ llvm/lib/VMCore/BasicBlock.cpp\
211
+ llvm/lib/VMCore/ConstantFold.cpp\
212
+ llvm/lib/VMCore/Constants.cpp\
213
+ llvm/lib/VMCore/Core.cpp\
214
+ llvm/lib/VMCore/Dominators.cpp\
215
+ llvm/lib/VMCore/Function.cpp\
216
+ llvm/lib/VMCore/Globals.cpp\
217
+ llvm/lib/VMCore/InlineAsm.cpp\
218
+ llvm/lib/VMCore/Instruction.cpp\
219
+ llvm/lib/VMCore/Instructions.cpp\
220
+ llvm/lib/VMCore/IntrinsicInst.cpp\
221
+ llvm/lib/VMCore/LLVMContext.cpp\
222
+ llvm/lib/VMCore/LeakDetector.cpp\
223
+ llvm/lib/VMCore/Mangler.cpp\
224
+ llvm/lib/VMCore/Metadata.cpp\
225
+ llvm/lib/VMCore/Module.cpp\
226
+ llvm/lib/VMCore/ModuleProvider.cpp\
227
+ llvm/lib/VMCore/Pass.cpp\
228
+ llvm/lib/VMCore/PassManager.cpp\
229
+ llvm/lib/VMCore/PrintModulePass.cpp\
230
+ llvm/lib/VMCore/Type.cpp\
231
+ llvm/lib/VMCore/TypeSymbolTable.cpp\
232
+ llvm/lib/VMCore/Use.cpp\
233
+ llvm/lib/VMCore/Value.cpp\
234
+ llvm/lib/VMCore/ValueSymbolTable.cpp\
235
+ llvm/lib/VMCore/ValueTypes.cpp\
236
+ llvm/lib/VMCore/Verifier.cpp
237
+
238
+libllvmtargetx86_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_builddir) -I$(top_srcdir)/llvm/lib/Target/X86
239
+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
240
+
241
+libllvmtargetx86_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
242
+libllvmtargetx86_la_SOURCES=\
243
+    llvm/lib/Target/X86/X86CodeEmitter.cpp\
244
+    llvm/lib/Target/X86/X86ELFWriterInfo.cpp\
245
+    llvm/lib/Target/X86/X86FloatingPoint.cpp\
246
+    llvm/lib/Target/X86/X86FloatingPointRegKill.cpp\
247
+    llvm/lib/Target/X86/X86ISelDAGToDAG.cpp\
248
+    llvm/lib/Target/X86/X86ISelLowering.cpp\
249
+    llvm/lib/Target/X86/X86InstrInfo.cpp\
250
+    llvm/lib/Target/X86/X86JITInfo.cpp\
251
+    llvm/lib/Target/X86/X86MCAsmInfo.cpp\
252
+    llvm/lib/Target/X86/X86RegisterInfo.cpp\
253
+    llvm/lib/Target/X86/X86Subtarget.cpp\
254
+    llvm/lib/Target/X86/X86TargetMachine.cpp\
255
+    llvm/lib/Target/X86/X86FastISel.cpp\
256
+    llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
257
+
258
+libllvmtarget_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
259
+libllvmtarget_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
260
+libllvmtarget_la_LIBADD=libllvmtargetx86.la libllvmcore.la libllvmmc.la
261
+libllvmtarget_la_SOURCES=\
262
+  llvm/lib/Target/SubtargetFeature.cpp\
263
+  llvm/lib/Target/Target.cpp\
264
+  llvm/lib/Target/TargetData.cpp\
265
+  llvm/lib/Target/TargetELFWriterInfo.cpp\
266
+  llvm/lib/Target/TargetFrameInfo.cpp\
267
+  llvm/lib/Target/TargetInstrInfo.cpp\
268
+  llvm/lib/Target/TargetIntrinsicInfo.cpp\
269
+  llvm/lib/Target/TargetLoweringObjectFile.cpp\
270
+  llvm/lib/Target/TargetMachOWriterInfo.cpp\
271
+  llvm/lib/Target/TargetMachine.cpp\
272
+  llvm/lib/Target/TargetRegisterInfo.cpp\
273
+  llvm/lib/Target/TargetSubtarget.cpp
274
+
275
+libllvmmc_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
276
+libllvmmc_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
277
+libllvmmc_la_SOURCES=\
278
+  llvm/lib/MC/MCAsmInfo.cpp\
279
+  llvm/lib/MC/MCAsmInfoCOFF.cpp\
280
+ llvm/lib/MC/MCAsmInfoDarwin.cpp\
281
+ llvm/lib/MC/MCAsmLexer.cpp\
282
+ llvm/lib/MC/MCAsmParser.cpp\
283
+ llvm/lib/MC/MCAsmStreamer.cpp\
284
+ llvm/lib/MC/MCAssembler.cpp\
285
+ llvm/lib/MC/MCCodeEmitter.cpp\
286
+ llvm/lib/MC/MCContext.cpp\
287
+ llvm/lib/MC/MCExpr.cpp\
288
+ llvm/lib/MC/MCInst.cpp\
289
+ llvm/lib/MC/MCMachOStreamer.cpp\
290
+ llvm/lib/MC/MCNullStreamer.cpp\
291
+ llvm/lib/MC/MCSection.cpp\
292
+ llvm/lib/MC/MCSectionELF.cpp\
293
+ llvm/lib/MC/MCSectionMachO.cpp\
294
+ llvm/lib/MC/MCStreamer.cpp\
295
+ llvm/lib/MC/MCSymbol.cpp\
296
+ llvm/lib/MC/MCValue.cpp\
297
+ llvm/lib/MC/TargetAsmParser.cpp
298
+
299
+libllvmsdag_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
300
+libllvmsdag_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
301
+libllvmsdag_la_LIBADD=libllvmcodegen.la
302
+libllvmsdag_la_SOURCES=\
303
+  llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp\
304
+  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp\
305
+  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp\
306
+  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp\
307
+  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp\
308
+  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp\
309
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp\
310
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp\
311
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp\
312
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp\
313
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp\
314
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp\
315
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp\
316
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp\
317
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp\
318
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp\
319
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp\
320
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp\
321
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp\
322
+  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp\
323
+  llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp\
324
+  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp\
325
+  llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp\
326
+  llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp\
327
+  llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp\
328
+  llvm/lib/CodeGen/AsmPrinter/DIE.cpp\
329
+  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
330
+
331
+libllvmipa_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
332
+libllvmipa_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
333
+libllvmipa_la_SOURCES=\
334
+ llvm/lib/Analysis/AliasAnalysis.cpp\
335
+ llvm/lib/Analysis/AliasSetTracker.cpp\
336
+ llvm/lib/Analysis/BasicAliasAnalysis.cpp\
337
+ llvm/lib/Analysis/CaptureTracking.cpp\
338
+ llvm/lib/Analysis/ConstantFolding.cpp\
339
+ llvm/lib/Analysis/DebugInfo.cpp\
340
+ llvm/lib/Analysis/IVUsers.cpp\
341
+ llvm/lib/Analysis/LiveValues.cpp\
342
+ llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
343
+ llvm/lib/Analysis/LoopInfo.cpp\
344
+ llvm/lib/Analysis/LoopPass.cpp\
345
+ llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
346
+ llvm/lib/Analysis/ScalarEvolution.cpp\
347
+ llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
348
+ llvm/lib/Analysis/ValueTracking.cpp
349
+
350
+libllvmcodegen_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
351
+libllvmcodegen_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
352
+libllvmcodegen_la_LIBADD=libllvmscalar.la libllvmipa.la libllvmtransformutils.la
353
+libllvmcodegen_la_SOURCES=\
354
+  llvm/lib/CodeGen/BranchFolding.cpp\
355
+  llvm/lib/CodeGen/CodePlacementOpt.cpp\
356
+  llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
357
+  llvm/lib/CodeGen/DwarfEHPrepare.cpp\
358
+  llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
359
+  llvm/lib/CodeGen/GCMetadata.cpp\
360
+  llvm/lib/CodeGen/GCMetadataPrinter.cpp\
361
+  llvm/lib/CodeGen/GCStrategy.cpp\
362
+  llvm/lib/CodeGen/IfConversion.cpp\
363
+  llvm/lib/CodeGen/IntrinsicLowering.cpp\
364
+  llvm/lib/CodeGen/LLVMTargetMachine.cpp\
365
+  llvm/lib/CodeGen/LatencyPriorityQueue.cpp\
366
+  llvm/lib/CodeGen/LazyLiveness.cpp\
367
+  llvm/lib/CodeGen/LiveInterval.cpp\
368
+  llvm/lib/CodeGen/LiveIntervalAnalysis.cpp\
369
+  llvm/lib/CodeGen/LiveStackAnalysis.cpp\
370
+ llvm/lib/CodeGen/LiveVariables.cpp\
371
+ llvm/lib/CodeGen/LowerSubregs.cpp\
372
+ llvm/lib/CodeGen/MachineBasicBlock.cpp\
373
+ llvm/lib/CodeGen/MachineDominators.cpp\
374
+ llvm/lib/CodeGen/MachineFunction.cpp\
375
+ llvm/lib/CodeGen/MachineFunctionAnalysis.cpp\
376
+ llvm/lib/CodeGen/MachineFunctionPass.cpp\
377
+ llvm/lib/CodeGen/MachineInstr.cpp\
378
+ llvm/lib/CodeGen/MachineLICM.cpp\
379
+ llvm/lib/CodeGen/MachineLoopInfo.cpp\
380
+ llvm/lib/CodeGen/MachineModuleInfo.cpp\
381
+ llvm/lib/CodeGen/MachinePassRegistry.cpp\
382
+ llvm/lib/CodeGen/MachineRegisterInfo.cpp\
383
+ llvm/lib/CodeGen/MachineSink.cpp\
384
+ llvm/lib/CodeGen/MachineVerifier.cpp\
385
+ llvm/lib/CodeGen/ObjectCodeEmitter.cpp\
386
+ llvm/lib/CodeGen/OcamlGC.cpp\
387
+ llvm/lib/CodeGen/PHIElimination.cpp\
388
+ llvm/lib/CodeGen/Passes.cpp\
389
+ llvm/lib/CodeGen/PostRASchedulerList.cpp\
390
+ llvm/lib/CodeGen/PreAllocSplitting.cpp\
391
+ llvm/lib/CodeGen/PrologEpilogInserter.cpp\
392
+ llvm/lib/CodeGen/PseudoSourceValue.cpp\
393
+ llvm/lib/CodeGen/RegAllocLinearScan.cpp\
394
+ llvm/lib/CodeGen/RegAllocLocal.cpp\
395
+ llvm/lib/CodeGen/RegAllocPBQP.cpp\
396
+ llvm/lib/CodeGen/RegAllocSimple.cpp\
397
+ llvm/lib/CodeGen/RegisterCoalescer.cpp\
398
+ llvm/lib/CodeGen/RegisterScavenging.cpp\
399
+ llvm/lib/CodeGen/ScheduleDAG.cpp\
400
+ llvm/lib/CodeGen/ScheduleDAGEmit.cpp\
401
+ llvm/lib/CodeGen/ScheduleDAGInstrs.cpp\
402
+ llvm/lib/CodeGen/ScheduleDAGPrinter.cpp\
403
+ llvm/lib/CodeGen/ShadowStackGC.cpp\
404
+ llvm/lib/CodeGen/ShrinkWrapping.cpp\
405
+ llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp\
406
+ llvm/lib/CodeGen/SjLjEHPrepare.cpp\
407
+ llvm/lib/CodeGen/Spiller.cpp\
408
+ llvm/lib/CodeGen/StackProtector.cpp\
409
+ llvm/lib/CodeGen/StackSlotColoring.cpp\
410
+ llvm/lib/CodeGen/StrongPHIElimination.cpp\
411
+ llvm/lib/CodeGen/TargetInstrInfoImpl.cpp\
412
+ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp\
413
+ llvm/lib/CodeGen/UnreachableBlockElim.cpp\
414
+ llvm/lib/CodeGen/VirtRegMap.cpp\
415
+ llvm/lib/CodeGen/VirtRegRewriter.cpp
416
+
417
+
418
+libllvmscalar_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
419
+libllvmscalar_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
420
+libllvmscalar_la_SOURCES=\
421
+ llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
422
+ llvm/lib/Transforms/Scalar/DCE.cpp\
423
+ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
424
+
425
+libllvmtransformutils_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
426
+libllvmtransformutils_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
427
+libllvmtransformutils_la_SOURCES=\
428
+  llvm/lib/Transforms/Utils/AddrModeMatcher.cpp\
429
+  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
430
+  llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
431
+  llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
432
+  llvm/lib/Transforms/Utils/Local.cpp\
433
+  llvm/lib/Transforms/Utils/LoopSimplify.cpp\
434
+  llvm/lib/Transforms/Utils/LowerAllocations.cpp\
435
+  llvm/lib/Transforms/Utils/LowerInvoke.cpp\
436
+  llvm/lib/Transforms/Utils/LowerSwitch.cpp\
437
+  llvm/lib/Transforms/Utils/Mem2Reg.cpp\
438
+  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp\
439
+  llvm/lib/Transforms/Utils/SimplifyCFG.cpp\
440
+  llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
441
+
442
+libllvmexecutionengine_la_CPPFLAGS=$(LLVM_INCLUDES) $(LLVM_DEFS)
443
+libllvmexecutionengine_la_CXXFLAGS=$(LLVM_CXXFLAGS) -fno-exceptions
444
+libllvmexecutionengine_la_LIBADD=libllvmtarget.la libllvmsdag.la
445
+libllvmexecutionengine_la_SOURCES=\
446
+ llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
447
+ llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
448
+ llvm/lib/ExecutionEngine/JIT/JIT.cpp\
449
+ llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
450
+ llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
451
+ llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
452
+ llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp\
453
+ llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
454
+
455
+noinst_LTLIBRARIES = libclamavcxx.la libllvmsupport.la libllvmsystem.la\
456
+		     libllvmcore.la libllvmtargetx86.la libllvmtarget.la\
457
+		     libllvmsdag.la libllvmcodegen.la libllvmexecutionengine.la\
458
+		     libllvmscalar.la libllvmipa.la libllvmtransformutils.la\
459
+		     libllvmmc.la
460
+noinst_PROGRAMS = tblgen
461
+#bytecode2llvm.cpp: build-llvm
35 462
 
36 463
 build-llvm:
37 464
 	+$(GMAKE) -C llvm OPTIMIZE_OPTION=-O2 libs-only
... ...
@@ -30,6 +30,7 @@
30 30
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
31 31
 #  MA 02110-1301, USA.
32 32
 
33
+
33 34
 VPATH = @srcdir@
34 35
 pkgdatadir = $(datadir)/@PACKAGE@
35 36
 pkgincludedir = $(includedir)/@PACKAGE@
... ...
@@ -50,6 +51,7 @@ POST_UNINSTALL = :
50 50
 build_triplet = @build@
51 51
 host_triplet = @host@
52 52
 target_triplet = @target@
53
+noinst_PROGRAMS = tblgen$(EXEEXT)
53 54
 subdir = .
54 55
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
55 56
 	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
... ...
@@ -70,7 +72,7 @@ CONFIG_HEADER = clamavcxx-config.h
70 70
 CONFIG_CLEAN_FILES =
71 71
 CONFIG_CLEAN_VPATH_FILES =
72 72
 LTLIBRARIES = $(noinst_LTLIBRARIES)
73
-libclamavcxx_la_LIBADD =
73
+libclamavcxx_la_DEPENDENCIES = libllvmexecutionengine.la
74 74
 am_libclamavcxx_la_OBJECTS = libclamavcxx_la-bytecode2llvm.lo
75 75
 libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
76 76
 AM_V_lt = $(am__v_lt_$(V))
... ...
@@ -80,29 +82,319 @@ libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
80 80
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
81 81
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(libclamavcxx_la_LDFLAGS) \
82 82
 	$(LDFLAGS) -o $@
83
+libllvmcodegen_la_DEPENDENCIES = libllvmscalar.la libllvmipa.la \
84
+	libllvmtransformutils.la
85
+am_libllvmcodegen_la_OBJECTS = libllvmcodegen_la-BranchFolding.lo \
86
+	libllvmcodegen_la-CodePlacementOpt.lo \
87
+	libllvmcodegen_la-DeadMachineInstructionElim.lo \
88
+	libllvmcodegen_la-DwarfEHPrepare.lo \
89
+	libllvmcodegen_la-ExactHazardRecognizer.lo \
90
+	libllvmcodegen_la-GCMetadata.lo \
91
+	libllvmcodegen_la-GCMetadataPrinter.lo \
92
+	libllvmcodegen_la-GCStrategy.lo \
93
+	libllvmcodegen_la-IfConversion.lo \
94
+	libllvmcodegen_la-IntrinsicLowering.lo \
95
+	libllvmcodegen_la-LLVMTargetMachine.lo \
96
+	libllvmcodegen_la-LatencyPriorityQueue.lo \
97
+	libllvmcodegen_la-LazyLiveness.lo \
98
+	libllvmcodegen_la-LiveInterval.lo \
99
+	libllvmcodegen_la-LiveIntervalAnalysis.lo \
100
+	libllvmcodegen_la-LiveStackAnalysis.lo \
101
+	libllvmcodegen_la-LiveVariables.lo \
102
+	libllvmcodegen_la-LowerSubregs.lo \
103
+	libllvmcodegen_la-MachineBasicBlock.lo \
104
+	libllvmcodegen_la-MachineDominators.lo \
105
+	libllvmcodegen_la-MachineFunction.lo \
106
+	libllvmcodegen_la-MachineFunctionAnalysis.lo \
107
+	libllvmcodegen_la-MachineFunctionPass.lo \
108
+	libllvmcodegen_la-MachineInstr.lo \
109
+	libllvmcodegen_la-MachineLICM.lo \
110
+	libllvmcodegen_la-MachineLoopInfo.lo \
111
+	libllvmcodegen_la-MachineModuleInfo.lo \
112
+	libllvmcodegen_la-MachinePassRegistry.lo \
113
+	libllvmcodegen_la-MachineRegisterInfo.lo \
114
+	libllvmcodegen_la-MachineSink.lo \
115
+	libllvmcodegen_la-MachineVerifier.lo \
116
+	libllvmcodegen_la-ObjectCodeEmitter.lo \
117
+	libllvmcodegen_la-OcamlGC.lo \
118
+	libllvmcodegen_la-PHIElimination.lo \
119
+	libllvmcodegen_la-Passes.lo \
120
+	libllvmcodegen_la-PostRASchedulerList.lo \
121
+	libllvmcodegen_la-PreAllocSplitting.lo \
122
+	libllvmcodegen_la-PrologEpilogInserter.lo \
123
+	libllvmcodegen_la-PseudoSourceValue.lo \
124
+	libllvmcodegen_la-RegAllocLinearScan.lo \
125
+	libllvmcodegen_la-RegAllocLocal.lo \
126
+	libllvmcodegen_la-RegAllocPBQP.lo \
127
+	libllvmcodegen_la-RegAllocSimple.lo \
128
+	libllvmcodegen_la-RegisterCoalescer.lo \
129
+	libllvmcodegen_la-RegisterScavenging.lo \
130
+	libllvmcodegen_la-ScheduleDAG.lo \
131
+	libllvmcodegen_la-ScheduleDAGEmit.lo \
132
+	libllvmcodegen_la-ScheduleDAGInstrs.lo \
133
+	libllvmcodegen_la-ScheduleDAGPrinter.lo \
134
+	libllvmcodegen_la-ShadowStackGC.lo \
135
+	libllvmcodegen_la-ShrinkWrapping.lo \
136
+	libllvmcodegen_la-SimpleRegisterCoalescing.lo \
137
+	libllvmcodegen_la-SjLjEHPrepare.lo \
138
+	libllvmcodegen_la-Spiller.lo \
139
+	libllvmcodegen_la-StackProtector.lo \
140
+	libllvmcodegen_la-StackSlotColoring.lo \
141
+	libllvmcodegen_la-StrongPHIElimination.lo \
142
+	libllvmcodegen_la-TargetInstrInfoImpl.lo \
143
+	libllvmcodegen_la-TwoAddressInstructionPass.lo \
144
+	libllvmcodegen_la-UnreachableBlockElim.lo \
145
+	libllvmcodegen_la-VirtRegMap.lo \
146
+	libllvmcodegen_la-VirtRegRewriter.lo
147
+libllvmcodegen_la_OBJECTS = $(am_libllvmcodegen_la_OBJECTS)
148
+libllvmcodegen_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
149
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
150
+	$(libllvmcodegen_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
151
+	$(LDFLAGS) -o $@
152
+libllvmcore_la_DEPENDENCIES = libllvmsupport.la
153
+am_libllvmcore_la_OBJECTS = libllvmcore_la-AsmWriter.lo \
154
+	libllvmcore_la-Attributes.lo libllvmcore_la-AutoUpgrade.lo \
155
+	libllvmcore_la-BasicBlock.lo libllvmcore_la-ConstantFold.lo \
156
+	libllvmcore_la-Constants.lo libllvmcore_la-Core.lo \
157
+	libllvmcore_la-Dominators.lo libllvmcore_la-Function.lo \
158
+	libllvmcore_la-Globals.lo libllvmcore_la-InlineAsm.lo \
159
+	libllvmcore_la-Instruction.lo libllvmcore_la-Instructions.lo \
160
+	libllvmcore_la-IntrinsicInst.lo libllvmcore_la-LLVMContext.lo \
161
+	libllvmcore_la-LeakDetector.lo libllvmcore_la-Mangler.lo \
162
+	libllvmcore_la-Metadata.lo libllvmcore_la-Module.lo \
163
+	libllvmcore_la-ModuleProvider.lo libllvmcore_la-Pass.lo \
164
+	libllvmcore_la-PassManager.lo \
165
+	libllvmcore_la-PrintModulePass.lo libllvmcore_la-Type.lo \
166
+	libllvmcore_la-TypeSymbolTable.lo libllvmcore_la-Use.lo \
167
+	libllvmcore_la-Value.lo libllvmcore_la-ValueSymbolTable.lo \
168
+	libllvmcore_la-ValueTypes.lo libllvmcore_la-Verifier.lo
169
+libllvmcore_la_OBJECTS = $(am_libllvmcore_la_OBJECTS)
170
+libllvmcore_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
171
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
172
+	$(libllvmcore_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
173
+	$(LDFLAGS) -o $@
174
+libllvmexecutionengine_la_DEPENDENCIES = libllvmtarget.la \
175
+	libllvmsdag.la
176
+am_libllvmexecutionengine_la_OBJECTS =  \
177
+	libllvmexecutionengine_la-ExecutionEngine.lo \
178
+	libllvmexecutionengine_la-Intercept.lo \
179
+	libllvmexecutionengine_la-JIT.lo \
180
+	libllvmexecutionengine_la-JITDwarfEmitter.lo \
181
+	libllvmexecutionengine_la-JITEmitter.lo \
182
+	libllvmexecutionengine_la-JITMemoryManager.lo \
183
+	libllvmexecutionengine_la-OProfileJITEventListener.lo \
184
+	libllvmexecutionengine_la-TargetSelect.lo
185
+libllvmexecutionengine_la_OBJECTS =  \
186
+	$(am_libllvmexecutionengine_la_OBJECTS)
187
+libllvmexecutionengine_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
188
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
189
+	$(libllvmexecutionengine_la_CXXFLAGS) $(CXXFLAGS) \
190
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
191
+libllvmipa_la_LIBADD =
192
+am_libllvmipa_la_OBJECTS = libllvmipa_la-AliasAnalysis.lo \
193
+	libllvmipa_la-AliasSetTracker.lo \
194
+	libllvmipa_la-BasicAliasAnalysis.lo \
195
+	libllvmipa_la-CaptureTracking.lo \
196
+	libllvmipa_la-ConstantFolding.lo libllvmipa_la-DebugInfo.lo \
197
+	libllvmipa_la-IVUsers.lo libllvmipa_la-LiveValues.lo \
198
+	libllvmipa_la-LoopDependenceAnalysis.lo \
199
+	libllvmipa_la-LoopInfo.lo libllvmipa_la-LoopPass.lo \
200
+	libllvmipa_la-MemoryDependenceAnalysis.lo \
201
+	libllvmipa_la-ScalarEvolution.lo \
202
+	libllvmipa_la-ScalarEvolutionExpander.lo \
203
+	libllvmipa_la-ValueTracking.lo
204
+libllvmipa_la_OBJECTS = $(am_libllvmipa_la_OBJECTS)
205
+libllvmipa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
206
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
207
+	$(libllvmipa_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
208
+	-o $@
209
+libllvmmc_la_LIBADD =
210
+am_libllvmmc_la_OBJECTS = libllvmmc_la-MCAsmInfo.lo \
211
+	libllvmmc_la-MCAsmInfoCOFF.lo libllvmmc_la-MCAsmInfoDarwin.lo \
212
+	libllvmmc_la-MCAsmLexer.lo libllvmmc_la-MCAsmParser.lo \
213
+	libllvmmc_la-MCAsmStreamer.lo libllvmmc_la-MCAssembler.lo \
214
+	libllvmmc_la-MCCodeEmitter.lo libllvmmc_la-MCContext.lo \
215
+	libllvmmc_la-MCExpr.lo libllvmmc_la-MCInst.lo \
216
+	libllvmmc_la-MCMachOStreamer.lo libllvmmc_la-MCNullStreamer.lo \
217
+	libllvmmc_la-MCSection.lo libllvmmc_la-MCSectionELF.lo \
218
+	libllvmmc_la-MCSectionMachO.lo libllvmmc_la-MCStreamer.lo \
219
+	libllvmmc_la-MCSymbol.lo libllvmmc_la-MCValue.lo \
220
+	libllvmmc_la-TargetAsmParser.lo
221
+libllvmmc_la_OBJECTS = $(am_libllvmmc_la_OBJECTS)
222
+libllvmmc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
223
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libllvmmc_la_CXXFLAGS) \
224
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
225
+libllvmscalar_la_LIBADD =
226
+am_libllvmscalar_la_OBJECTS = libllvmscalar_la-CodeGenPrepare.lo \
227
+	libllvmscalar_la-DCE.lo libllvmscalar_la-LoopStrengthReduce.lo
228
+libllvmscalar_la_OBJECTS = $(am_libllvmscalar_la_OBJECTS)
229
+libllvmscalar_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
230
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
231
+	$(libllvmscalar_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
232
+	$(LDFLAGS) -o $@
233
+libllvmsdag_la_DEPENDENCIES = libllvmcodegen.la
234
+am_libllvmsdag_la_OBJECTS = libllvmsdag_la-CallingConvLower.lo \
235
+	libllvmsdag_la-DAGCombiner.lo libllvmsdag_la-FastISel.lo \
236
+	libllvmsdag_la-LegalizeDAG.lo \
237
+	libllvmsdag_la-LegalizeFloatTypes.lo \
238
+	libllvmsdag_la-LegalizeIntegerTypes.lo \
239
+	libllvmsdag_la-LegalizeTypes.lo \
240
+	libllvmsdag_la-LegalizeTypesGeneric.lo \
241
+	libllvmsdag_la-LegalizeVectorOps.lo \
242
+	libllvmsdag_la-LegalizeVectorTypes.lo \
243
+	libllvmsdag_la-ScheduleDAGFast.lo \
244
+	libllvmsdag_la-ScheduleDAGList.lo \
245
+	libllvmsdag_la-ScheduleDAGRRList.lo \
246
+	libllvmsdag_la-ScheduleDAGSDNodes.lo \
247
+	libllvmsdag_la-ScheduleDAGSDNodesEmit.lo \
248
+	libllvmsdag_la-SelectionDAG.lo \
249
+	libllvmsdag_la-SelectionDAGBuild.lo \
250
+	libllvmsdag_la-SelectionDAGISel.lo \
251
+	libllvmsdag_la-SelectionDAGPrinter.lo \
252
+	libllvmsdag_la-TargetLowering.lo libllvmsdag_la-DwarfWriter.lo \
253
+	libllvmsdag_la-DwarfDebug.lo libllvmsdag_la-DwarfException.lo \
254
+	libllvmsdag_la-DwarfLabel.lo libllvmsdag_la-DwarfPrinter.lo \
255
+	libllvmsdag_la-DIE.lo libllvmsdag_la-AsmPrinter.lo
256
+libllvmsdag_la_OBJECTS = $(am_libllvmsdag_la_OBJECTS)
257
+libllvmsdag_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
258
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
259
+	$(libllvmsdag_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
260
+	$(LDFLAGS) -o $@
261
+libllvmsupport_la_DEPENDENCIES = libllvmsystem.la
262
+am_libllvmsupport_la_OBJECTS = libllvmsupport_la-APFloat.lo \
263
+	libllvmsupport_la-APInt.lo libllvmsupport_la-APSInt.lo \
264
+	libllvmsupport_la-Allocator.lo \
265
+	libllvmsupport_la-CommandLine.lo \
266
+	libllvmsupport_la-ConstantRange.lo libllvmsupport_la-Debug.lo \
267
+	libllvmsupport_la-Dwarf.lo libllvmsupport_la-ErrorHandling.lo \
268
+	libllvmsupport_la-FileUtilities.lo \
269
+	libllvmsupport_la-FoldingSet.lo \
270
+	libllvmsupport_la-FormattedStream.lo \
271
+	libllvmsupport_la-GraphWriter.lo libllvmsupport_la-IsInf.lo \
272
+	libllvmsupport_la-IsNAN.lo libllvmsupport_la-ManagedStatic.lo \
273
+	libllvmsupport_la-MemoryBuffer.lo \
274
+	libllvmsupport_la-PluginLoader.lo \
275
+	libllvmsupport_la-PrettyStackTrace.lo \
276
+	libllvmsupport_la-SlowOperationInformer.lo \
277
+	libllvmsupport_la-SmallPtrSet.lo \
278
+	libllvmsupport_la-SourceMgr.lo libllvmsupport_la-Statistic.lo \
279
+	libllvmsupport_la-StringExtras.lo \
280
+	libllvmsupport_la-StringMap.lo libllvmsupport_la-StringPool.lo \
281
+	libllvmsupport_la-SystemUtils.lo \
282
+	libllvmsupport_la-TargetRegistry.lo libllvmsupport_la-Timer.lo \
283
+	libllvmsupport_la-Triple.lo libllvmsupport_la-Twine.lo \
284
+	libllvmsupport_la-raw_os_ostream.lo \
285
+	libllvmsupport_la-raw_ostream.lo libllvmsupport_la-Regex.lo \
286
+	libllvmsupport_la-regcomp.lo libllvmsupport_la-regerror.lo \
287
+	libllvmsupport_la-regexec.lo libllvmsupport_la-regfree.lo \
288
+	libllvmsupport_la-regstrlcpy.lo
289
+libllvmsupport_la_OBJECTS = $(am_libllvmsupport_la_OBJECTS)
290
+libllvmsupport_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
291
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
292
+	$(libllvmsupport_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
293
+	$(LDFLAGS) -o $@
294
+libllvmsystem_la_DEPENDENCIES =
295
+am_libllvmsystem_la_OBJECTS = libllvmsystem_la-Alarm.lo \
296
+	libllvmsystem_la-Atomic.lo libllvmsystem_la-Disassembler.lo \
297
+	libllvmsystem_la-DynamicLibrary.lo libllvmsystem_la-Errno.lo \
298
+	libllvmsystem_la-Host.lo libllvmsystem_la-IncludeFile.lo \
299
+	libllvmsystem_la-Memory.lo libllvmsystem_la-Mutex.lo \
300
+	libllvmsystem_la-Path.lo libllvmsystem_la-Process.lo \
301
+	libllvmsystem_la-Program.lo libllvmsystem_la-RWMutex.lo \
302
+	libllvmsystem_la-Signals.lo libllvmsystem_la-ThreadLocal.lo \
303
+	libllvmsystem_la-Threading.lo libllvmsystem_la-TimeValue.lo
304
+libllvmsystem_la_OBJECTS = $(am_libllvmsystem_la_OBJECTS)
305
+libllvmsystem_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
306
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
307
+	$(libllvmsystem_la_CXXFLAGS) $(CXXFLAGS) \
308
+	$(libllvmsystem_la_LDFLAGS) $(LDFLAGS) -o $@
309
+libllvmtarget_la_DEPENDENCIES = libllvmtargetx86.la libllvmcore.la \
310
+	libllvmmc.la
311
+am_libllvmtarget_la_OBJECTS = libllvmtarget_la-SubtargetFeature.lo \
312
+	libllvmtarget_la-Target.lo libllvmtarget_la-TargetData.lo \
313
+	libllvmtarget_la-TargetELFWriterInfo.lo \
314
+	libllvmtarget_la-TargetFrameInfo.lo \
315
+	libllvmtarget_la-TargetInstrInfo.lo \
316
+	libllvmtarget_la-TargetIntrinsicInfo.lo \
317
+	libllvmtarget_la-TargetLoweringObjectFile.lo \
318
+	libllvmtarget_la-TargetMachOWriterInfo.lo \
319
+	libllvmtarget_la-TargetMachine.lo \
320
+	libllvmtarget_la-TargetRegisterInfo.lo \
321
+	libllvmtarget_la-TargetSubtarget.lo
322
+libllvmtarget_la_OBJECTS = $(am_libllvmtarget_la_OBJECTS)
323
+libllvmtarget_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
324
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
325
+	$(libllvmtarget_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
326
+	$(LDFLAGS) -o $@
327
+libllvmtargetx86_la_LIBADD =
328
+am_libllvmtargetx86_la_OBJECTS =  \
329
+	libllvmtargetx86_la-X86CodeEmitter.lo \
330
+	libllvmtargetx86_la-X86ELFWriterInfo.lo \
331
+	libllvmtargetx86_la-X86FloatingPoint.lo \
332
+	libllvmtargetx86_la-X86FloatingPointRegKill.lo \
333
+	libllvmtargetx86_la-X86ISelDAGToDAG.lo \
334
+	libllvmtargetx86_la-X86ISelLowering.lo \
335
+	libllvmtargetx86_la-X86InstrInfo.lo \
336
+	libllvmtargetx86_la-X86JITInfo.lo \
337
+	libllvmtargetx86_la-X86MCAsmInfo.lo \
338
+	libllvmtargetx86_la-X86RegisterInfo.lo \
339
+	libllvmtargetx86_la-X86Subtarget.lo \
340
+	libllvmtargetx86_la-X86TargetMachine.lo \
341
+	libllvmtargetx86_la-X86FastISel.lo \
342
+	libllvmtargetx86_la-X86TargetInfo.lo
343
+libllvmtargetx86_la_OBJECTS = $(am_libllvmtargetx86_la_OBJECTS)
344
+libllvmtargetx86_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
345
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
346
+	$(libllvmtargetx86_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
347
+	$(LDFLAGS) -o $@
348
+libllvmtransformutils_la_LIBADD =
349
+am_libllvmtransformutils_la_OBJECTS =  \
350
+	libllvmtransformutils_la-AddrModeMatcher.lo \
351
+	libllvmtransformutils_la-BasicBlockUtils.lo \
352
+	libllvmtransformutils_la-BreakCriticalEdges.lo \
353
+	libllvmtransformutils_la-DemoteRegToStack.lo \
354
+	libllvmtransformutils_la-Local.lo \
355
+	libllvmtransformutils_la-LoopSimplify.lo \
356
+	libllvmtransformutils_la-LowerAllocations.lo \
357
+	libllvmtransformutils_la-LowerInvoke.lo \
358
+	libllvmtransformutils_la-LowerSwitch.lo \
359
+	libllvmtransformutils_la-Mem2Reg.lo \
360
+	libllvmtransformutils_la-PromoteMemoryToRegister.lo \
361
+	libllvmtransformutils_la-SimplifyCFG.lo \
362
+	libllvmtransformutils_la-UnifyFunctionExitNodes.lo
363
+libllvmtransformutils_la_OBJECTS =  \
364
+	$(am_libllvmtransformutils_la_OBJECTS)
365
+libllvmtransformutils_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
366
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
367
+	$(libllvmtransformutils_la_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
368
+	$(LDFLAGS) -o $@
369
+PROGRAMS = $(noinst_PROGRAMS)
370
+am_tblgen_OBJECTS = tblgen-AsmMatcherEmitter.$(OBJEXT) \
371
+	tblgen-AsmWriterEmitter.$(OBJEXT) \
372
+	tblgen-CallingConvEmitter.$(OBJEXT) \
373
+	tblgen-ClangDiagnosticsEmitter.$(OBJEXT) \
374
+	tblgen-CodeEmitterGen.$(OBJEXT) \
375
+	tblgen-CodeGenDAGPatterns.$(OBJEXT) \
376
+	tblgen-CodeGenInstruction.$(OBJEXT) \
377
+	tblgen-CodeGenTarget.$(OBJEXT) tblgen-DAGISelEmitter.$(OBJEXT) \
378
+	tblgen-FastISelEmitter.$(OBJEXT) \
379
+	tblgen-InstrEnumEmitter.$(OBJEXT) \
380
+	tblgen-InstrInfoEmitter.$(OBJEXT) \
381
+	tblgen-IntrinsicEmitter.$(OBJEXT) \
382
+	tblgen-LLVMCConfigurationEmitter.$(OBJEXT) \
383
+	tblgen-Record.$(OBJEXT) tblgen-RegisterInfoEmitter.$(OBJEXT) \
384
+	tblgen-SubtargetEmitter.$(OBJEXT) tblgen-TGLexer.$(OBJEXT) \
385
+	tblgen-TGParser.$(OBJEXT) tblgen-TGValueTypes.$(OBJEXT) \
386
+	tblgen-TableGen.$(OBJEXT) tblgen-TableGenBackend.$(OBJEXT)
387
+tblgen_OBJECTS = $(am_tblgen_OBJECTS)
388
+tblgen_DEPENDENCIES = libllvmsystem.la libllvmsupport.la
389
+tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
390
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
391
+	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
83 392
 DEFAULT_INCLUDES = -I.@am__isrc@
84 393
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
85 394
 am__depfiles_maybe = depfiles
86 395
 am__mv = mv -f
87
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
90
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
91
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92
-	$(AM_CXXFLAGS) $(CXXFLAGS)
93
-AM_V_CXX = $(am__v_CXX_$(V))
94
-am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
95
-am__v_CXX_0 = @echo "  CXX   " $@;
96
-AM_V_at = $(am__v_at_$(V))
97
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
98
-am__v_at_0 = @
99
-CXXLD = $(CXX)
100
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
101
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
102
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
103
-AM_V_CXXLD = $(am__v_CXXLD_$(V))
104
-am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
105
-am__v_CXXLD_0 = @echo "  CXXLD " $@;
106 396
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107 397
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 398
 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
... ...
@@ -112,6 +404,9 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
112 112
 AM_V_CC = $(am__v_CC_$(V))
113 113
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
114 114
 am__v_CC_0 = @echo "  CC    " $@;
115
+AM_V_at = $(am__v_at_$(V))
116
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117
+am__v_at_0 = @
115 118
 CCLD = $(CC)
116 119
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117 120
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
... ...
@@ -119,11 +414,39 @@ LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119 119
 AM_V_CCLD = $(am__v_CCLD_$(V))
120 120
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
121 121
 am__v_CCLD_0 = @echo "  CCLD  " $@;
122
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
123
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
124
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
125
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
126
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
127
+	$(AM_CXXFLAGS) $(CXXFLAGS)
128
+AM_V_CXX = $(am__v_CXX_$(V))
129
+am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
130
+am__v_CXX_0 = @echo "  CXX   " $@;
131
+CXXLD = $(CXX)
132
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
133
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
134
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
135
+AM_V_CXXLD = $(am__v_CXXLD_$(V))
136
+am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
137
+am__v_CXXLD_0 = @echo "  CXXLD " $@;
122 138
 AM_V_GEN = $(am__v_GEN_$(V))
123 139
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
124 140
 am__v_GEN_0 = @echo "  GEN   " $@;
125
-SOURCES = $(libclamavcxx_la_SOURCES)
126
-DIST_SOURCES = $(libclamavcxx_la_SOURCES)
141
+SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
142
+	$(libllvmcore_la_SOURCES) $(libllvmexecutionengine_la_SOURCES) \
143
+	$(libllvmipa_la_SOURCES) $(libllvmmc_la_SOURCES) \
144
+	$(libllvmscalar_la_SOURCES) $(libllvmsdag_la_SOURCES) \
145
+	$(libllvmsupport_la_SOURCES) $(libllvmsystem_la_SOURCES) \
146
+	$(libllvmtarget_la_SOURCES) $(libllvmtargetx86_la_SOURCES) \
147
+	$(libllvmtransformutils_la_SOURCES) $(tblgen_SOURCES)
148
+DIST_SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
149
+	$(libllvmcore_la_SOURCES) $(libllvmexecutionengine_la_SOURCES) \
150
+	$(libllvmipa_la_SOURCES) $(libllvmmc_la_SOURCES) \
151
+	$(libllvmscalar_la_SOURCES) $(libllvmsdag_la_SOURCES) \
152
+	$(libllvmsupport_la_SOURCES) $(libllvmsystem_la_SOURCES) \
153
+	$(libllvmtarget_la_SOURCES) $(libllvmtargetx86_la_SOURCES) \
154
+	$(libllvmtransformutils_la_SOURCES) $(tblgen_SOURCES)
127 155
 ETAGS = etags
128 156
 CTAGS = ctags
129 157
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -180,6 +503,7 @@ LIBTOOL = @LIBTOOL@
180 180
 LIPO = @LIPO@
181 181
 LN_S = @LN_S@
182 182
 LTLIBOBJS = @LTLIBOBJS@
183
+MAINT = @MAINT@
183 184
 MAKEINFO = @MAKEINFO@
184 185
 MKDIR_P = @MKDIR_P@
185 186
 NM = @NM@
... ...
@@ -266,22 +590,411 @@ ACLOCAL_AMFLAGS = -I m4
266 266
 @DEBUG_BUILD_FALSE@LLVM_CONFIG = llvm/Release/bin/llvm-config
267 267
 @DEBUG_BUILD_TRUE@LLVM_CONFIG = llvm/Debug/bin/llvm-config
268 268
 
269
+#$(LLVM_CONFIG): build-llvm
269 270
 # we know this will be built with GNU make, so its safe to use GNU make specific
270 271
 # $(shell ...)
271
-LLVM_DEPS = $(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
272
-libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
273
-libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
274
-libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
272
+#LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen)
273
+#libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) `$(LLVM_CONFIG) --cppflags`
274
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
275
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
276
+libclamavcxx_la_CPPFLAGS = $(AM_CPPFLAGS) $(LLVM_INCLUDES) $(LLVM_DEFS)
277
+#libclamavcxx_la_DEPENDENCIES = $(LLVM_DEPS)
278
+libclamavcxx_la_LIBADD = libllvmexecutionengine.la
279
+libclamavcxx_la_LDFLAGS = -no-undefined
280
+#libclamavcxx_la_LDFLAGS = `$(LLVM_CONFIG) --ldflags --libs jit nativecodegen`
275 281
 libclamavcxx_la_SOURCES = bytecode2llvm.cpp dummy.h
276
-noinst_LTLIBRARIES = libclamavcxx.la
277
-all: clamavcxx-config.h
282
+LLVM_INCLUDES = -I$(top_srcdir)/llvm/include -I$(top_builddir)/llvm/include
283
+# TODO: _DEBUG should be defined for --enable-debug, and NDEBUG otherwise, but
284
+# keep it like this while I'm testing LLVM
285
+# TODO: HP-UX should have -D_REENTRANT -D_HPUX_SOURCE
286
+LLVM_DEFS = -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -D_GNU_SOURCE
287
+LLVM_CXXFLAGS = -Woverloaded-virtual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings
288
+EXTRA_DIST = llvm/lib/System/README.txt
289
+libllvmsystem_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
290
+libllvmsystem_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
291
+libllvmsystem_la_LDFLAGS = -pthread
292
+libllvmsystem_la_LIBADD = -ldl
293
+libllvmsystem_la_SOURCES = \
294
+    llvm/lib/System/Alarm.cpp\
295
+    llvm/lib/System/Atomic.cpp\
296
+    llvm/lib/System/Disassembler.cpp\
297
+    llvm/lib/System/DynamicLibrary.cpp\
298
+    llvm/lib/System/Errno.cpp\
299
+    llvm/lib/System/Host.cpp\
300
+    llvm/lib/System/IncludeFile.cpp\
301
+    llvm/lib/System/Memory.cpp\
302
+    llvm/lib/System/Mutex.cpp\
303
+    llvm/lib/System/Path.cpp\
304
+    llvm/lib/System/Process.cpp\
305
+    llvm/lib/System/Program.cpp\
306
+    llvm/lib/System/RWMutex.cpp\
307
+    llvm/lib/System/Signals.cpp\
308
+    llvm/lib/System/ThreadLocal.cpp\
309
+    llvm/lib/System/Threading.cpp\
310
+    llvm/lib/System/TimeValue.cpp\
311
+    llvm/lib/System/Unix/Alarm.inc\
312
+    llvm/lib/System/Unix/Host.inc\
313
+    llvm/lib/System/Unix/Memory.inc\
314
+    llvm/lib/System/Unix/Mutex.inc\
315
+    llvm/lib/System/Unix/Path.inc\
316
+    llvm/lib/System/Unix/Process.inc\
317
+    llvm/lib/System/Unix/Program.inc\
318
+    llvm/lib/System/Unix/RWMutex.inc\
319
+    llvm/lib/System/Unix/Signals.inc\
320
+    llvm/lib/System/Unix/ThreadLocal.inc\
321
+    llvm/lib/System/Unix/TimeValue.inc\
322
+    llvm/lib/System/Win32/Alarm.inc\
323
+    llvm/lib/System/Win32/DynamicLibrary.inc\
324
+    llvm/lib/System/Win32/Host.inc\
325
+    llvm/lib/System/Win32/Memory.inc\
326
+    llvm/lib/System/Win32/Mutex.inc\
327
+    llvm/lib/System/Win32/Path.inc\
328
+    llvm/lib/System/Win32/Process.inc\
329
+    llvm/lib/System/Win32/Program.inc\
330
+    llvm/lib/System/Win32/RWMutex.inc\
331
+    llvm/lib/System/Win32/Signals.inc\
332
+    llvm/lib/System/Win32/ThreadLocal.inc\
333
+    llvm/lib/System/Win32/TimeValue.inc
334
+
335
+libllvmsupport_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
336
+libllvmsupport_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
337
+libllvmsupport_la_LIBADD = libllvmsystem.la
338
+libllvmsupport_la_SOURCES = \
339
+    llvm/lib/Support/APFloat.cpp\
340
+    llvm/lib/Support/APInt.cpp\
341
+    llvm/lib/Support/APSInt.cpp\
342
+    llvm/lib/Support/Allocator.cpp\
343
+    llvm/lib/Support/CommandLine.cpp\
344
+    llvm/lib/Support/ConstantRange.cpp\
345
+    llvm/lib/Support/Debug.cpp\
346
+    llvm/lib/Support/Dwarf.cpp\
347
+    llvm/lib/Support/ErrorHandling.cpp\
348
+    llvm/lib/Support/FileUtilities.cpp\
349
+    llvm/lib/Support/FoldingSet.cpp\
350
+    llvm/lib/Support/FormattedStream.cpp\
351
+    llvm/lib/Support/GraphWriter.cpp\
352
+    llvm/lib/Support/IsInf.cpp\
353
+    llvm/lib/Support/IsNAN.cpp\
354
+    llvm/lib/Support/ManagedStatic.cpp\
355
+    llvm/lib/Support/MemoryBuffer.cpp\
356
+    llvm/lib/Support/PluginLoader.cpp\
357
+    llvm/lib/Support/PrettyStackTrace.cpp\
358
+    llvm/lib/Support/SlowOperationInformer.cpp\
359
+    llvm/lib/Support/SmallPtrSet.cpp\
360
+    llvm/lib/Support/SourceMgr.cpp\
361
+    llvm/lib/Support/Statistic.cpp\
362
+    llvm/lib/Support/StringExtras.cpp\
363
+    llvm/lib/Support/StringMap.cpp\
364
+    llvm/lib/Support/StringPool.cpp\
365
+    llvm/lib/Support/SystemUtils.cpp\
366
+    llvm/lib/Support/TargetRegistry.cpp\
367
+    llvm/lib/Support/Timer.cpp\
368
+    llvm/lib/Support/Triple.cpp\
369
+    llvm/lib/Support/Twine.cpp\
370
+    llvm/lib/Support/raw_os_ostream.cpp\
371
+    llvm/lib/Support/raw_ostream.cpp\
372
+    llvm/lib/Support/Regex.cpp\
373
+    llvm/lib/Support/regcomp.c\
374
+    llvm/lib/Support/regerror.c\
375
+    llvm/lib/Support/regexec.c\
376
+    llvm/lib/Support/regfree.c\
377
+    llvm/lib/Support/regstrlcpy.c
378
+
379
+tblgen_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
380
+tblgen_CXXFLAGS = $(LLVM_CXXFLAGS)
381
+tblgen_LDADD = libllvmsystem.la libllvmsupport.la
382
+#TODO: if VERSIONSCRIPT
383
+tblgen_LDFLAGS = -Wl,--version-script,@top_srcdir@/llvm/autoconf/ExportMap.map
384
+tblgen_SOURCES = \
385
+  llvm/utils/TableGen/AsmMatcherEmitter.cpp\
386
+  llvm/utils/TableGen/AsmWriterEmitter.cpp\
387
+  llvm/utils/TableGen/CallingConvEmitter.cpp\
388
+  llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp\
389
+  llvm/utils/TableGen/CodeEmitterGen.cpp\
390
+  llvm/utils/TableGen/CodeGenDAGPatterns.cpp\
391
+  llvm/utils/TableGen/CodeGenInstruction.cpp\
392
+  llvm/utils/TableGen/CodeGenTarget.cpp\
393
+  llvm/utils/TableGen/DAGISelEmitter.cpp\
394
+  llvm/utils/TableGen/FastISelEmitter.cpp\
395
+  llvm/utils/TableGen/InstrEnumEmitter.cpp\
396
+  llvm/utils/TableGen/InstrInfoEmitter.cpp\
397
+  llvm/utils/TableGen/IntrinsicEmitter.cpp\
398
+  llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp\
399
+  llvm/utils/TableGen/Record.cpp\
400
+  llvm/utils/TableGen/RegisterInfoEmitter.cpp\
401
+  llvm/utils/TableGen/SubtargetEmitter.cpp\
402
+  llvm/utils/TableGen/TGLexer.cpp\
403
+  llvm/utils/TableGen/TGParser.cpp\
404
+  llvm/utils/TableGen/TGValueTypes.cpp\
405
+  llvm/utils/TableGen/TableGen.cpp\
406
+  llvm/utils/TableGen/TableGenBackend.cpp
407
+
408
+TBLGEN_FLAGS = -I$(top_srcdir)/llvm/include -I$(top_srcdir)/llvm/lib/Target -I$(top_srcdir)/llvm/lib/Target/X86
409
+TBLGEN = $(top_builddir)/tblgen
410
+libllvmcore_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
411
+libllvmcore_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
412
+libllvmcore_la_LIBADD = libllvmsupport.la
413
+libllvmcore_la_SOURCES = \
414
+ llvm/lib/VMCore/AsmWriter.cpp\
415
+ llvm/lib/VMCore/Attributes.cpp\
416
+ llvm/lib/VMCore/AutoUpgrade.cpp\
417
+ llvm/lib/VMCore/BasicBlock.cpp\
418
+ llvm/lib/VMCore/ConstantFold.cpp\
419
+ llvm/lib/VMCore/Constants.cpp\
420
+ llvm/lib/VMCore/Core.cpp\
421
+ llvm/lib/VMCore/Dominators.cpp\
422
+ llvm/lib/VMCore/Function.cpp\
423
+ llvm/lib/VMCore/Globals.cpp\
424
+ llvm/lib/VMCore/InlineAsm.cpp\
425
+ llvm/lib/VMCore/Instruction.cpp\
426
+ llvm/lib/VMCore/Instructions.cpp\
427
+ llvm/lib/VMCore/IntrinsicInst.cpp\
428
+ llvm/lib/VMCore/LLVMContext.cpp\
429
+ llvm/lib/VMCore/LeakDetector.cpp\
430
+ llvm/lib/VMCore/Mangler.cpp\
431
+ llvm/lib/VMCore/Metadata.cpp\
432
+ llvm/lib/VMCore/Module.cpp\
433
+ llvm/lib/VMCore/ModuleProvider.cpp\
434
+ llvm/lib/VMCore/Pass.cpp\
435
+ llvm/lib/VMCore/PassManager.cpp\
436
+ llvm/lib/VMCore/PrintModulePass.cpp\
437
+ llvm/lib/VMCore/Type.cpp\
438
+ llvm/lib/VMCore/TypeSymbolTable.cpp\
439
+ llvm/lib/VMCore/Use.cpp\
440
+ llvm/lib/VMCore/Value.cpp\
441
+ llvm/lib/VMCore/ValueSymbolTable.cpp\
442
+ llvm/lib/VMCore/ValueTypes.cpp\
443
+ llvm/lib/VMCore/Verifier.cpp
444
+
445
+libllvmtargetx86_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS) -I$(top_builddir) -I$(top_srcdir)/llvm/lib/Target/X86
446
+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
447
+libllvmtargetx86_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
448
+libllvmtargetx86_la_SOURCES = \
449
+    llvm/lib/Target/X86/X86CodeEmitter.cpp\
450
+    llvm/lib/Target/X86/X86ELFWriterInfo.cpp\
451
+    llvm/lib/Target/X86/X86FloatingPoint.cpp\
452
+    llvm/lib/Target/X86/X86FloatingPointRegKill.cpp\
453
+    llvm/lib/Target/X86/X86ISelDAGToDAG.cpp\
454
+    llvm/lib/Target/X86/X86ISelLowering.cpp\
455
+    llvm/lib/Target/X86/X86InstrInfo.cpp\
456
+    llvm/lib/Target/X86/X86JITInfo.cpp\
457
+    llvm/lib/Target/X86/X86MCAsmInfo.cpp\
458
+    llvm/lib/Target/X86/X86RegisterInfo.cpp\
459
+    llvm/lib/Target/X86/X86Subtarget.cpp\
460
+    llvm/lib/Target/X86/X86TargetMachine.cpp\
461
+    llvm/lib/Target/X86/X86FastISel.cpp\
462
+    llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
463
+
464
+libllvmtarget_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
465
+libllvmtarget_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
466
+libllvmtarget_la_LIBADD = libllvmtargetx86.la libllvmcore.la libllvmmc.la
467
+libllvmtarget_la_SOURCES = \
468
+  llvm/lib/Target/SubtargetFeature.cpp\
469
+  llvm/lib/Target/Target.cpp\
470
+  llvm/lib/Target/TargetData.cpp\
471
+  llvm/lib/Target/TargetELFWriterInfo.cpp\
472
+  llvm/lib/Target/TargetFrameInfo.cpp\
473
+  llvm/lib/Target/TargetInstrInfo.cpp\
474
+  llvm/lib/Target/TargetIntrinsicInfo.cpp\
475
+  llvm/lib/Target/TargetLoweringObjectFile.cpp\
476
+  llvm/lib/Target/TargetMachOWriterInfo.cpp\
477
+  llvm/lib/Target/TargetMachine.cpp\
478
+  llvm/lib/Target/TargetRegisterInfo.cpp\
479
+  llvm/lib/Target/TargetSubtarget.cpp
480
+
481
+libllvmmc_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
482
+libllvmmc_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
483
+libllvmmc_la_SOURCES = \
484
+  llvm/lib/MC/MCAsmInfo.cpp\
485
+  llvm/lib/MC/MCAsmInfoCOFF.cpp\
486
+ llvm/lib/MC/MCAsmInfoDarwin.cpp\
487
+ llvm/lib/MC/MCAsmLexer.cpp\
488
+ llvm/lib/MC/MCAsmParser.cpp\
489
+ llvm/lib/MC/MCAsmStreamer.cpp\
490
+ llvm/lib/MC/MCAssembler.cpp\
491
+ llvm/lib/MC/MCCodeEmitter.cpp\
492
+ llvm/lib/MC/MCContext.cpp\
493
+ llvm/lib/MC/MCExpr.cpp\
494
+ llvm/lib/MC/MCInst.cpp\
495
+ llvm/lib/MC/MCMachOStreamer.cpp\
496
+ llvm/lib/MC/MCNullStreamer.cpp\
497
+ llvm/lib/MC/MCSection.cpp\
498
+ llvm/lib/MC/MCSectionELF.cpp\
499
+ llvm/lib/MC/MCSectionMachO.cpp\
500
+ llvm/lib/MC/MCStreamer.cpp\
501
+ llvm/lib/MC/MCSymbol.cpp\
502
+ llvm/lib/MC/MCValue.cpp\
503
+ llvm/lib/MC/TargetAsmParser.cpp
504
+
505
+libllvmsdag_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
506
+libllvmsdag_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
507
+libllvmsdag_la_LIBADD = libllvmcodegen.la
508
+libllvmsdag_la_SOURCES = \
509
+  llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp\
510
+  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp\
511
+  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp\
512
+  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp\
513
+  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp\
514
+  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp\
515
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp\
516
+  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp\
517
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp\
518
+  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp\
519
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp\
520
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp\
521
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp\
522
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp\
523
+  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp\
524
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp\
525
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp\
526
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp\
527
+  llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp\
528
+  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp\
529
+  llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp\
530
+  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp\
531
+  llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp\
532
+  llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp\
533
+  llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp\
534
+  llvm/lib/CodeGen/AsmPrinter/DIE.cpp\
535
+  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
536
+
537
+libllvmipa_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
538
+libllvmipa_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
539
+libllvmipa_la_SOURCES = \
540
+ llvm/lib/Analysis/AliasAnalysis.cpp\
541
+ llvm/lib/Analysis/AliasSetTracker.cpp\
542
+ llvm/lib/Analysis/BasicAliasAnalysis.cpp\
543
+ llvm/lib/Analysis/CaptureTracking.cpp\
544
+ llvm/lib/Analysis/ConstantFolding.cpp\
545
+ llvm/lib/Analysis/DebugInfo.cpp\
546
+ llvm/lib/Analysis/IVUsers.cpp\
547
+ llvm/lib/Analysis/LiveValues.cpp\
548
+ llvm/lib/Analysis/LoopDependenceAnalysis.cpp\
549
+ llvm/lib/Analysis/LoopInfo.cpp\
550
+ llvm/lib/Analysis/LoopPass.cpp\
551
+ llvm/lib/Analysis/MemoryDependenceAnalysis.cpp\
552
+ llvm/lib/Analysis/ScalarEvolution.cpp\
553
+ llvm/lib/Analysis/ScalarEvolutionExpander.cpp\
554
+ llvm/lib/Analysis/ValueTracking.cpp
555
+
556
+libllvmcodegen_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
557
+libllvmcodegen_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
558
+libllvmcodegen_la_LIBADD = libllvmscalar.la libllvmipa.la libllvmtransformutils.la
559
+libllvmcodegen_la_SOURCES = \
560
+  llvm/lib/CodeGen/BranchFolding.cpp\
561
+  llvm/lib/CodeGen/CodePlacementOpt.cpp\
562
+  llvm/lib/CodeGen/DeadMachineInstructionElim.cpp\
563
+  llvm/lib/CodeGen/DwarfEHPrepare.cpp\
564
+  llvm/lib/CodeGen/ExactHazardRecognizer.cpp\
565
+  llvm/lib/CodeGen/GCMetadata.cpp\
566
+  llvm/lib/CodeGen/GCMetadataPrinter.cpp\
567
+  llvm/lib/CodeGen/GCStrategy.cpp\
568
+  llvm/lib/CodeGen/IfConversion.cpp\
569
+  llvm/lib/CodeGen/IntrinsicLowering.cpp\
570
+  llvm/lib/CodeGen/LLVMTargetMachine.cpp\
571
+  llvm/lib/CodeGen/LatencyPriorityQueue.cpp\
572
+  llvm/lib/CodeGen/LazyLiveness.cpp\
573
+  llvm/lib/CodeGen/LiveInterval.cpp\
574
+  llvm/lib/CodeGen/LiveIntervalAnalysis.cpp\
575
+  llvm/lib/CodeGen/LiveStackAnalysis.cpp\
576
+ llvm/lib/CodeGen/LiveVariables.cpp\
577
+ llvm/lib/CodeGen/LowerSubregs.cpp\
578
+ llvm/lib/CodeGen/MachineBasicBlock.cpp\
579
+ llvm/lib/CodeGen/MachineDominators.cpp\
580
+ llvm/lib/CodeGen/MachineFunction.cpp\
581
+ llvm/lib/CodeGen/MachineFunctionAnalysis.cpp\
582
+ llvm/lib/CodeGen/MachineFunctionPass.cpp\
583
+ llvm/lib/CodeGen/MachineInstr.cpp\
584
+ llvm/lib/CodeGen/MachineLICM.cpp\
585
+ llvm/lib/CodeGen/MachineLoopInfo.cpp\
586
+ llvm/lib/CodeGen/MachineModuleInfo.cpp\
587
+ llvm/lib/CodeGen/MachinePassRegistry.cpp\
588
+ llvm/lib/CodeGen/MachineRegisterInfo.cpp\
589
+ llvm/lib/CodeGen/MachineSink.cpp\
590
+ llvm/lib/CodeGen/MachineVerifier.cpp\
591
+ llvm/lib/CodeGen/ObjectCodeEmitter.cpp\
592
+ llvm/lib/CodeGen/OcamlGC.cpp\
593
+ llvm/lib/CodeGen/PHIElimination.cpp\
594
+ llvm/lib/CodeGen/Passes.cpp\
595
+ llvm/lib/CodeGen/PostRASchedulerList.cpp\
596
+ llvm/lib/CodeGen/PreAllocSplitting.cpp\
597
+ llvm/lib/CodeGen/PrologEpilogInserter.cpp\
598
+ llvm/lib/CodeGen/PseudoSourceValue.cpp\
599
+ llvm/lib/CodeGen/RegAllocLinearScan.cpp\
600
+ llvm/lib/CodeGen/RegAllocLocal.cpp\
601
+ llvm/lib/CodeGen/RegAllocPBQP.cpp\
602
+ llvm/lib/CodeGen/RegAllocSimple.cpp\
603
+ llvm/lib/CodeGen/RegisterCoalescer.cpp\
604
+ llvm/lib/CodeGen/RegisterScavenging.cpp\
605
+ llvm/lib/CodeGen/ScheduleDAG.cpp\
606
+ llvm/lib/CodeGen/ScheduleDAGEmit.cpp\
607
+ llvm/lib/CodeGen/ScheduleDAGInstrs.cpp\
608
+ llvm/lib/CodeGen/ScheduleDAGPrinter.cpp\
609
+ llvm/lib/CodeGen/ShadowStackGC.cpp\
610
+ llvm/lib/CodeGen/ShrinkWrapping.cpp\
611
+ llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp\
612
+ llvm/lib/CodeGen/SjLjEHPrepare.cpp\
613
+ llvm/lib/CodeGen/Spiller.cpp\
614
+ llvm/lib/CodeGen/StackProtector.cpp\
615
+ llvm/lib/CodeGen/StackSlotColoring.cpp\
616
+ llvm/lib/CodeGen/StrongPHIElimination.cpp\
617
+ llvm/lib/CodeGen/TargetInstrInfoImpl.cpp\
618
+ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp\
619
+ llvm/lib/CodeGen/UnreachableBlockElim.cpp\
620
+ llvm/lib/CodeGen/VirtRegMap.cpp\
621
+ llvm/lib/CodeGen/VirtRegRewriter.cpp
622
+
623
+libllvmscalar_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
624
+libllvmscalar_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
625
+libllvmscalar_la_SOURCES = \
626
+ llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp\
627
+ llvm/lib/Transforms/Scalar/DCE.cpp\
628
+ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
629
+
630
+libllvmtransformutils_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
631
+libllvmtransformutils_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
632
+libllvmtransformutils_la_SOURCES = \
633
+  llvm/lib/Transforms/Utils/AddrModeMatcher.cpp\
634
+  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp\
635
+  llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp\
636
+  llvm/lib/Transforms/Utils/DemoteRegToStack.cpp\
637
+  llvm/lib/Transforms/Utils/Local.cpp\
638
+  llvm/lib/Transforms/Utils/LoopSimplify.cpp\
639
+  llvm/lib/Transforms/Utils/LowerAllocations.cpp\
640
+  llvm/lib/Transforms/Utils/LowerInvoke.cpp\
641
+  llvm/lib/Transforms/Utils/LowerSwitch.cpp\
642
+  llvm/lib/Transforms/Utils/Mem2Reg.cpp\
643
+  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp\
644
+  llvm/lib/Transforms/Utils/SimplifyCFG.cpp\
645
+  llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
646
+
647
+libllvmexecutionengine_la_CPPFLAGS = $(LLVM_INCLUDES) $(LLVM_DEFS)
648
+libllvmexecutionengine_la_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions
649
+libllvmexecutionengine_la_LIBADD = libllvmtarget.la libllvmsdag.la
650
+libllvmexecutionengine_la_SOURCES = \
651
+ llvm/lib/ExecutionEngine/ExecutionEngine.cpp\
652
+ llvm/lib/ExecutionEngine/JIT/Intercept.cpp\
653
+ llvm/lib/ExecutionEngine/JIT/JIT.cpp\
654
+ llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp\
655
+ llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp\
656
+ llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp\
657
+ llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp\
658
+ llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
659
+
660
+noinst_LTLIBRARIES = libclamavcxx.la libllvmsupport.la libllvmsystem.la\
661
+		     libllvmcore.la libllvmtargetx86.la libllvmtarget.la\
662
+		     libllvmsdag.la libllvmcodegen.la libllvmexecutionengine.la\
663
+		     libllvmscalar.la libllvmipa.la libllvmtransformutils.la\
664
+		     libllvmmc.la
665
+
666
+all: $(BUILT_SOURCES) clamavcxx-config.h
278 667
 	$(MAKE) $(AM_MAKEFLAGS) all-am
279 668
 
280 669
 .SUFFIXES:
281
-.SUFFIXES: .cpp .lo .o .obj
670
+.SUFFIXES: .c .cpp .lo .o .obj
282 671
 am--refresh:
283 672
 	@:
284
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
673
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
285 674
 	@for dep in $?; do \
286 675
 	  case '$(am__configure_deps)' in \
287 676
 	    *$$dep*) \
... ...
@@ -308,9 +1021,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308 308
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309 309
 	$(SHELL) ./config.status --recheck
310 310
 
311
-$(top_srcdir)/configure:  $(am__configure_deps)
311
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
312 312
 	$(am__cd) $(srcdir) && $(AUTOCONF)
313
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
313
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
314 314
 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
315 315
 $(am__aclocal_m4_deps):
316 316
 
... ...
@@ -323,7 +1036,7 @@ clamavcxx-config.h: stamp-h1
323 323
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
324 324
 	@rm -f stamp-h1
325 325
 	cd $(top_builddir) && $(SHELL) ./config.status clamavcxx-config.h
326
-$(srcdir)/clamavcxx-config.h.in:  $(am__configure_deps) 
326
+$(srcdir)/clamavcxx-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
327 327
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
328 328
 	rm -f stamp-h1
329 329
 	touch $@
... ...
@@ -341,6 +1054,42 @@ clean-noinstLTLIBRARIES:
341 341
 	done
342 342
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) 
343 343
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK)  $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
344
+libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) 
345
+	$(AM_V_CXXLD)$(libllvmcodegen_la_LINK)  $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
346
+libllvmcore.la: $(libllvmcore_la_OBJECTS) $(libllvmcore_la_DEPENDENCIES) 
347
+	$(AM_V_CXXLD)$(libllvmcore_la_LINK)  $(libllvmcore_la_OBJECTS) $(libllvmcore_la_LIBADD) $(LIBS)
348
+libllvmexecutionengine.la: $(libllvmexecutionengine_la_OBJECTS) $(libllvmexecutionengine_la_DEPENDENCIES) 
349
+	$(AM_V_CXXLD)$(libllvmexecutionengine_la_LINK)  $(libllvmexecutionengine_la_OBJECTS) $(libllvmexecutionengine_la_LIBADD) $(LIBS)
350
+libllvmipa.la: $(libllvmipa_la_OBJECTS) $(libllvmipa_la_DEPENDENCIES) 
351
+	$(AM_V_CXXLD)$(libllvmipa_la_LINK)  $(libllvmipa_la_OBJECTS) $(libllvmipa_la_LIBADD) $(LIBS)
352
+libllvmmc.la: $(libllvmmc_la_OBJECTS) $(libllvmmc_la_DEPENDENCIES) 
353
+	$(AM_V_CXXLD)$(libllvmmc_la_LINK)  $(libllvmmc_la_OBJECTS) $(libllvmmc_la_LIBADD) $(LIBS)
354
+libllvmscalar.la: $(libllvmscalar_la_OBJECTS) $(libllvmscalar_la_DEPENDENCIES) 
355
+	$(AM_V_CXXLD)$(libllvmscalar_la_LINK)  $(libllvmscalar_la_OBJECTS) $(libllvmscalar_la_LIBADD) $(LIBS)
356
+libllvmsdag.la: $(libllvmsdag_la_OBJECTS) $(libllvmsdag_la_DEPENDENCIES) 
357
+	$(AM_V_CXXLD)$(libllvmsdag_la_LINK)  $(libllvmsdag_la_OBJECTS) $(libllvmsdag_la_LIBADD) $(LIBS)
358
+libllvmsupport.la: $(libllvmsupport_la_OBJECTS) $(libllvmsupport_la_DEPENDENCIES) 
359
+	$(AM_V_CXXLD)$(libllvmsupport_la_LINK)  $(libllvmsupport_la_OBJECTS) $(libllvmsupport_la_LIBADD) $(LIBS)
360
+libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) 
361
+	$(AM_V_CXXLD)$(libllvmsystem_la_LINK)  $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
362
+libllvmtarget.la: $(libllvmtarget_la_OBJECTS) $(libllvmtarget_la_DEPENDENCIES) 
363
+	$(AM_V_CXXLD)$(libllvmtarget_la_LINK)  $(libllvmtarget_la_OBJECTS) $(libllvmtarget_la_LIBADD) $(LIBS)
364
+libllvmtargetx86.la: $(libllvmtargetx86_la_OBJECTS) $(libllvmtargetx86_la_DEPENDENCIES) 
365
+	$(AM_V_CXXLD)$(libllvmtargetx86_la_LINK)  $(libllvmtargetx86_la_OBJECTS) $(libllvmtargetx86_la_LIBADD) $(LIBS)
366
+libllvmtransformutils.la: $(libllvmtransformutils_la_OBJECTS) $(libllvmtransformutils_la_DEPENDENCIES) 
367
+	$(AM_V_CXXLD)$(libllvmtransformutils_la_LINK)  $(libllvmtransformutils_la_OBJECTS) $(libllvmtransformutils_la_LIBADD) $(LIBS)
368
+
369
+clean-noinstPROGRAMS:
370
+	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
371
+	echo " rm -f" $$list; \
372
+	rm -f $$list || exit $$?; \
373
+	test -n "$(EXEEXT)" || exit 0; \
374
+	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
375
+	echo " rm -f" $$list; \
376
+	rm -f $$list
377
+tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) 
378
+	@rm -f tblgen$(EXEEXT)
379
+	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
344 380
 
345 381
 mostlyclean-compile:
346 382
 	-rm -f *.$(OBJEXT)
... ...
@@ -349,6 +1098,352 @@ distclean-compile:
349 349
 	-rm -f *.tab.c
350 350
 
351 351
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclamavcxx_la-bytecode2llvm.Plo@am__quote@
352
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-BranchFolding.Plo@am__quote@
353
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Plo@am__quote@
354
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Plo@am__quote@
355
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Plo@am__quote@
356
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo@am__quote@
357
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-GCMetadata.Plo@am__quote@
358
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Plo@am__quote@
359
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-GCStrategy.Plo@am__quote@
360
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-IfConversion.Plo@am__quote@
361
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Plo@am__quote@
362
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Plo@am__quote@
363
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Plo@am__quote@
364
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LazyLiveness.Plo@am__quote@
365
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LiveInterval.Plo@am__quote@
366
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Plo@am__quote@
367
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Plo@am__quote@
368
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LiveVariables.Plo@am__quote@
369
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-LowerSubregs.Plo@am__quote@
370
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Plo@am__quote@
371
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineDominators.Plo@am__quote@
372
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineFunction.Plo@am__quote@
373
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Plo@am__quote@
374
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Plo@am__quote@
375
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineInstr.Plo@am__quote@
376
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineLICM.Plo@am__quote@
377
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Plo@am__quote@
378
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Plo@am__quote@
379
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo@am__quote@
380
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Plo@am__quote@
381
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineSink.Plo@am__quote@
382
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-MachineVerifier.Plo@am__quote@
383
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Plo@am__quote@
384
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-OcamlGC.Plo@am__quote@
385
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-PHIElimination.Plo@am__quote@
386
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-Passes.Plo@am__quote@
387
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Plo@am__quote@
388
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Plo@am__quote@
389
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Plo@am__quote@
390
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Plo@am__quote@
391
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Plo@am__quote@
392
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Plo@am__quote@
393
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Plo@am__quote@
394
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo@am__quote@
395
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo@am__quote@
396
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Plo@am__quote@
397
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Plo@am__quote@
398
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Plo@am__quote@
399
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Plo@am__quote@
400
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Plo@am__quote@
401
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Plo@am__quote@
402
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Plo@am__quote@
403
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Plo@am__quote@
404
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Plo@am__quote@
405
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-Spiller.Plo@am__quote@
406
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-StackProtector.Plo@am__quote@
407
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Plo@am__quote@
408
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Plo@am__quote@
409
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Plo@am__quote@
410
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Plo@am__quote@
411
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Plo@am__quote@
412
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-VirtRegMap.Plo@am__quote@
413
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Plo@am__quote@
414
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-AsmWriter.Plo@am__quote@
415
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Attributes.Plo@am__quote@
416
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-AutoUpgrade.Plo@am__quote@
417
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-BasicBlock.Plo@am__quote@
418
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-ConstantFold.Plo@am__quote@
419
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Constants.Plo@am__quote@
420
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Core.Plo@am__quote@
421
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Dominators.Plo@am__quote@
422
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Function.Plo@am__quote@
423
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Globals.Plo@am__quote@
424
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-InlineAsm.Plo@am__quote@
425
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Instruction.Plo@am__quote@
426
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Instructions.Plo@am__quote@
427
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-IntrinsicInst.Plo@am__quote@
428
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-LLVMContext.Plo@am__quote@
429
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-LeakDetector.Plo@am__quote@
430
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Mangler.Plo@am__quote@
431
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Metadata.Plo@am__quote@
432
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Module.Plo@am__quote@
433
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-ModuleProvider.Plo@am__quote@
434
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Pass.Plo@am__quote@
435
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-PassManager.Plo@am__quote@
436
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-PrintModulePass.Plo@am__quote@
437
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Type.Plo@am__quote@
438
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-TypeSymbolTable.Plo@am__quote@
439
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Use.Plo@am__quote@
440
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Value.Plo@am__quote@
441
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-ValueSymbolTable.Plo@am__quote@
442
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-ValueTypes.Plo@am__quote@
443
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmcore_la-Verifier.Plo@am__quote@
444
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Plo@am__quote@
445
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-Intercept.Plo@am__quote@
446
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-JIT.Plo@am__quote@
447
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo@am__quote@
448
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Plo@am__quote@
449
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Plo@am__quote@
450
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Plo@am__quote@
451
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Plo@am__quote@
452
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-AliasAnalysis.Plo@am__quote@
453
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-AliasSetTracker.Plo@am__quote@
454
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Plo@am__quote@
455
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-CaptureTracking.Plo@am__quote@
456
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-ConstantFolding.Plo@am__quote@
457
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-DebugInfo.Plo@am__quote@
458
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-IVUsers.Plo@am__quote@
459
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-LiveValues.Plo@am__quote@
460
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Plo@am__quote@
461
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-LoopInfo.Plo@am__quote@
462
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-LoopPass.Plo@am__quote@
463
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo@am__quote@
464
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo@am__quote@
465
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Plo@am__quote@
466
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmipa_la-ValueTracking.Plo@am__quote@
467
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmInfo.Plo@am__quote@
468
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Plo@am__quote@
469
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Plo@am__quote@
470
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmLexer.Plo@am__quote@
471
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmParser.Plo@am__quote@
472
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAsmStreamer.Plo@am__quote@
473
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCAssembler.Plo@am__quote@
474
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCCodeEmitter.Plo@am__quote@
475
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCContext.Plo@am__quote@
476
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCExpr.Plo@am__quote@
477
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCInst.Plo@am__quote@
478
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCMachOStreamer.Plo@am__quote@
479
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCNullStreamer.Plo@am__quote@
480
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCSection.Plo@am__quote@
481
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCSectionELF.Plo@am__quote@
482
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCSectionMachO.Plo@am__quote@
483
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCStreamer.Plo@am__quote@
484
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCSymbol.Plo@am__quote@
485
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-MCValue.Plo@am__quote@
486
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmmc_la-TargetAsmParser.Plo@am__quote@
487
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Plo@am__quote@
488
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmscalar_la-DCE.Plo@am__quote@
489
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Plo@am__quote@
490
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-AsmPrinter.Plo@am__quote@
491
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-CallingConvLower.Plo@am__quote@
492
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DAGCombiner.Plo@am__quote@
493
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DIE.Plo@am__quote@
494
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DwarfDebug.Plo@am__quote@
495
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DwarfException.Plo@am__quote@
496
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DwarfLabel.Plo@am__quote@
497
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DwarfPrinter.Plo@am__quote@
498
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-DwarfWriter.Plo@am__quote@
499
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-FastISel.Plo@am__quote@
500
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeDAG.Plo@am__quote@
501
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Plo@am__quote@
502
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Plo@am__quote@
503
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeTypes.Plo@am__quote@
504
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Plo@am__quote@
505
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Plo@am__quote@
506
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Plo@am__quote@
507
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Plo@am__quote@
508
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Plo@am__quote@
509
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Plo@am__quote@
510
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Plo@am__quote@
511
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Plo@am__quote@
512
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-SelectionDAG.Plo@am__quote@
513
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Plo@am__quote@
514
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Plo@am__quote@
515
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Plo@am__quote@
516
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsdag_la-TargetLowering.Plo@am__quote@
517
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-APFloat.Plo@am__quote@
518
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-APInt.Plo@am__quote@
519
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-APSInt.Plo@am__quote@
520
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Allocator.Plo@am__quote@
521
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-CommandLine.Plo@am__quote@
522
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-ConstantRange.Plo@am__quote@
523
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Debug.Plo@am__quote@
524
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Dwarf.Plo@am__quote@
525
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-ErrorHandling.Plo@am__quote@
526
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-FileUtilities.Plo@am__quote@
527
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-FoldingSet.Plo@am__quote@
528
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-FormattedStream.Plo@am__quote@
529
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-GraphWriter.Plo@am__quote@
530
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-IsInf.Plo@am__quote@
531
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-IsNAN.Plo@am__quote@
532
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-ManagedStatic.Plo@am__quote@
533
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-MemoryBuffer.Plo@am__quote@
534
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-PluginLoader.Plo@am__quote@
535
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Plo@am__quote@
536
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Regex.Plo@am__quote@
537
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Plo@am__quote@
538
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-SmallPtrSet.Plo@am__quote@
539
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-SourceMgr.Plo@am__quote@
540
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Statistic.Plo@am__quote@
541
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-StringExtras.Plo@am__quote@
542
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-StringMap.Plo@am__quote@
543
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-StringPool.Plo@am__quote@
544
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-SystemUtils.Plo@am__quote@
545
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-TargetRegistry.Plo@am__quote@
546
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Timer.Plo@am__quote@
547
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Triple.Plo@am__quote@
548
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-Twine.Plo@am__quote@
549
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-raw_os_ostream.Plo@am__quote@
550
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-raw_ostream.Plo@am__quote@
551
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-regcomp.Plo@am__quote@
552
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-regerror.Plo@am__quote@
553
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-regexec.Plo@am__quote@
554
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-regfree.Plo@am__quote@
555
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsupport_la-regstrlcpy.Plo@am__quote@
556
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Alarm.Plo@am__quote@
557
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Atomic.Plo@am__quote@
558
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Disassembler.Plo@am__quote@
559
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-DynamicLibrary.Plo@am__quote@
560
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Errno.Plo@am__quote@
561
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Host.Plo@am__quote@
562
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-IncludeFile.Plo@am__quote@
563
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Memory.Plo@am__quote@
564
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Mutex.Plo@am__quote@
565
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Path.Plo@am__quote@
566
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Process.Plo@am__quote@
567
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Program.Plo@am__quote@
568
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-RWMutex.Plo@am__quote@
569
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Signals.Plo@am__quote@
570
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-ThreadLocal.Plo@am__quote@
571
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-Threading.Plo@am__quote@
572
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmsystem_la-TimeValue.Plo@am__quote@
573
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-SubtargetFeature.Plo@am__quote@
574
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-Target.Plo@am__quote@
575
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetData.Plo@am__quote@
576
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Plo@am__quote@
577
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Plo@am__quote@
578
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Plo@am__quote@
579
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Plo@am__quote@
580
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Plo@am__quote@
581
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Plo@am__quote@
582
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetMachine.Plo@am__quote@
583
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Plo@am__quote@
584
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtarget_la-TargetSubtarget.Plo@am__quote@
585
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Plo@am__quote@
586
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Plo@am__quote@
587
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86FastISel.Plo@am__quote@
588
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Plo@am__quote@
589
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Plo@am__quote@
590
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Plo@am__quote@
591
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Plo@am__quote@
592
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Plo@am__quote@
593
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Plo@am__quote@
594
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Plo@am__quote@
595
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Plo@am__quote@
596
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Plo@am__quote@
597
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo@am__quote@
598
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Plo@am__quote@
599
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Plo@am__quote@
600
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Plo@am__quote@
601
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Plo@am__quote@
602
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Plo@am__quote@
603
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-Local.Plo@am__quote@
604
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Plo@am__quote@
605
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Plo@am__quote@
606
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Plo@am__quote@
607
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Plo@am__quote@
608
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Plo@am__quote@
609
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Plo@am__quote@
610
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Plo@am__quote@
611
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Plo@am__quote@
612
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-AsmMatcherEmitter.Po@am__quote@
613
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-AsmWriterEmitter.Po@am__quote@
614
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-CallingConvEmitter.Po@am__quote@
615
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po@am__quote@
616
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-CodeEmitterGen.Po@am__quote@
617
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-CodeGenDAGPatterns.Po@am__quote@
618
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-CodeGenInstruction.Po@am__quote@
619
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-CodeGenTarget.Po@am__quote@
620
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-DAGISelEmitter.Po@am__quote@
621
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-FastISelEmitter.Po@am__quote@
622
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-InstrEnumEmitter.Po@am__quote@
623
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-InstrInfoEmitter.Po@am__quote@
624
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-IntrinsicEmitter.Po@am__quote@
625
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po@am__quote@
626
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-Record.Po@am__quote@
627
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-RegisterInfoEmitter.Po@am__quote@
628
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-SubtargetEmitter.Po@am__quote@
629
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-TGLexer.Po@am__quote@
630
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-TGParser.Po@am__quote@
631
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-TGValueTypes.Po@am__quote@
632
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-TableGen.Po@am__quote@
633
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblgen-TableGenBackend.Po@am__quote@
634
+
635
+.c.o:
636
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
637
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
638
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
639
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
640
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641
+@am__fastdepCC_FALSE@	$(COMPILE) -c $<
642
+
643
+.c.obj:
644
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
645
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
646
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
647
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
648
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649
+@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
650
+
651
+.c.lo:
652
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
653
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
654
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
655
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
656
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
658
+
659
+libllvmsupport_la-regcomp.lo: llvm/lib/Support/regcomp.c
660
+@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
661
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regcomp.Tpo $(DEPDIR)/libllvmsupport_la-regcomp.Plo
662
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
663
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regcomp.c' object='libllvmsupport_la-regcomp.lo' libtool=yes @AMDEPBACKSLASH@
664
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
+@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
666
+
667
+libllvmsupport_la-regerror.lo: llvm/lib/Support/regerror.c
668
+@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
669
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regerror.Tpo $(DEPDIR)/libllvmsupport_la-regerror.Plo
670
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
671
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regerror.c' object='libllvmsupport_la-regerror.lo' libtool=yes @AMDEPBACKSLASH@
672
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673
+@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
674
+
675
+libllvmsupport_la-regexec.lo: llvm/lib/Support/regexec.c
676
+@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
677
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regexec.Tpo $(DEPDIR)/libllvmsupport_la-regexec.Plo
678
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
679
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regexec.c' object='libllvmsupport_la-regexec.lo' libtool=yes @AMDEPBACKSLASH@
680
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681
+@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
682
+
683
+libllvmsupport_la-regfree.lo: llvm/lib/Support/regfree.c
684
+@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
685
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regfree.Tpo $(DEPDIR)/libllvmsupport_la-regfree.Plo
686
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
687
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regfree.c' object='libllvmsupport_la-regfree.lo' libtool=yes @AMDEPBACKSLASH@
688
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689
+@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
690
+
691
+libllvmsupport_la-regstrlcpy.lo: llvm/lib/Support/regstrlcpy.c
692
+@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
693
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-regstrlcpy.Tpo $(DEPDIR)/libllvmsupport_la-regstrlcpy.Plo
694
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
695
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llvm/lib/Support/regstrlcpy.c' object='libllvmsupport_la-regstrlcpy.lo' libtool=yes @AMDEPBACKSLASH@
696
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697
+@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
352 698
 
353 699
 .cpp.o:
354 700
 @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
382 382
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383 383
 @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
384 384
 
385
+libllvmcodegen_la-BranchFolding.lo: llvm/lib/CodeGen/BranchFolding.cpp
386
+@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
387
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-BranchFolding.Tpo $(DEPDIR)/libllvmcodegen_la-BranchFolding.Plo
388
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
389
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/BranchFolding.cpp' object='libllvmcodegen_la-BranchFolding.lo' libtool=yes @AMDEPBACKSLASH@
390
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
+@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
392
+
393
+libllvmcodegen_la-CodePlacementOpt.lo: llvm/lib/CodeGen/CodePlacementOpt.cpp
394
+@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
395
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Tpo $(DEPDIR)/libllvmcodegen_la-CodePlacementOpt.Plo
396
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
397
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/CodePlacementOpt.cpp' object='libllvmcodegen_la-CodePlacementOpt.lo' libtool=yes @AMDEPBACKSLASH@
398
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
+@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
400
+
401
+libllvmcodegen_la-DeadMachineInstructionElim.lo: llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
402
+@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
403
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Tpo $(DEPDIR)/libllvmcodegen_la-DeadMachineInstructionElim.Plo
404
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
405
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/DeadMachineInstructionElim.cpp' object='libllvmcodegen_la-DeadMachineInstructionElim.lo' libtool=yes @AMDEPBACKSLASH@
406
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
+@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
408
+
409
+libllvmcodegen_la-DwarfEHPrepare.lo: llvm/lib/CodeGen/DwarfEHPrepare.cpp
410
+@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
411
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Tpo $(DEPDIR)/libllvmcodegen_la-DwarfEHPrepare.Plo
412
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
413
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/DwarfEHPrepare.cpp' object='libllvmcodegen_la-DwarfEHPrepare.lo' libtool=yes @AMDEPBACKSLASH@
414
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
+@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
416
+
417
+libllvmcodegen_la-ExactHazardRecognizer.lo: llvm/lib/CodeGen/ExactHazardRecognizer.cpp
418
+@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
419
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Tpo $(DEPDIR)/libllvmcodegen_la-ExactHazardRecognizer.Plo
420
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
421
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ExactHazardRecognizer.cpp' object='libllvmcodegen_la-ExactHazardRecognizer.lo' libtool=yes @AMDEPBACKSLASH@
422
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
+@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
424
+
425
+libllvmcodegen_la-GCMetadata.lo: llvm/lib/CodeGen/GCMetadata.cpp
426
+@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
427
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCMetadata.Tpo $(DEPDIR)/libllvmcodegen_la-GCMetadata.Plo
428
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
429
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCMetadata.cpp' object='libllvmcodegen_la-GCMetadata.lo' libtool=yes @AMDEPBACKSLASH@
430
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
+@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
432
+
433
+libllvmcodegen_la-GCMetadataPrinter.lo: llvm/lib/CodeGen/GCMetadataPrinter.cpp
434
+@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
435
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Tpo $(DEPDIR)/libllvmcodegen_la-GCMetadataPrinter.Plo
436
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
437
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCMetadataPrinter.cpp' object='libllvmcodegen_la-GCMetadataPrinter.lo' libtool=yes @AMDEPBACKSLASH@
438
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439
+@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
440
+
441
+libllvmcodegen_la-GCStrategy.lo: llvm/lib/CodeGen/GCStrategy.cpp
442
+@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
443
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-GCStrategy.Tpo $(DEPDIR)/libllvmcodegen_la-GCStrategy.Plo
444
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
445
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/GCStrategy.cpp' object='libllvmcodegen_la-GCStrategy.lo' libtool=yes @AMDEPBACKSLASH@
446
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
+@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
448
+
449
+libllvmcodegen_la-IfConversion.lo: llvm/lib/CodeGen/IfConversion.cpp
450
+@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
451
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-IfConversion.Tpo $(DEPDIR)/libllvmcodegen_la-IfConversion.Plo
452
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
453
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/IfConversion.cpp' object='libllvmcodegen_la-IfConversion.lo' libtool=yes @AMDEPBACKSLASH@
454
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
+@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
456
+
457
+libllvmcodegen_la-IntrinsicLowering.lo: llvm/lib/CodeGen/IntrinsicLowering.cpp
458
+@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
459
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Tpo $(DEPDIR)/libllvmcodegen_la-IntrinsicLowering.Plo
460
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
461
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/IntrinsicLowering.cpp' object='libllvmcodegen_la-IntrinsicLowering.lo' libtool=yes @AMDEPBACKSLASH@
462
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
+@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
464
+
465
+libllvmcodegen_la-LLVMTargetMachine.lo: llvm/lib/CodeGen/LLVMTargetMachine.cpp
466
+@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
467
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Tpo $(DEPDIR)/libllvmcodegen_la-LLVMTargetMachine.Plo
468
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
469
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LLVMTargetMachine.cpp' object='libllvmcodegen_la-LLVMTargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
470
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
+@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
472
+
473
+libllvmcodegen_la-LatencyPriorityQueue.lo: llvm/lib/CodeGen/LatencyPriorityQueue.cpp
474
+@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
475
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Tpo $(DEPDIR)/libllvmcodegen_la-LatencyPriorityQueue.Plo
476
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
477
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LatencyPriorityQueue.cpp' object='libllvmcodegen_la-LatencyPriorityQueue.lo' libtool=yes @AMDEPBACKSLASH@
478
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
+@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
480
+
481
+libllvmcodegen_la-LazyLiveness.lo: llvm/lib/CodeGen/LazyLiveness.cpp
482
+@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
483
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LazyLiveness.Tpo $(DEPDIR)/libllvmcodegen_la-LazyLiveness.Plo
484
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
485
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LazyLiveness.cpp' object='libllvmcodegen_la-LazyLiveness.lo' libtool=yes @AMDEPBACKSLASH@
486
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487
+@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
488
+
489
+libllvmcodegen_la-LiveInterval.lo: llvm/lib/CodeGen/LiveInterval.cpp
490
+@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
491
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveInterval.Tpo $(DEPDIR)/libllvmcodegen_la-LiveInterval.Plo
492
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
493
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveInterval.cpp' object='libllvmcodegen_la-LiveInterval.lo' libtool=yes @AMDEPBACKSLASH@
494
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495
+@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
496
+
497
+libllvmcodegen_la-LiveIntervalAnalysis.lo: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
498
+@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
499
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-LiveIntervalAnalysis.Plo
500
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
501
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveIntervalAnalysis.cpp' object='libllvmcodegen_la-LiveIntervalAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
502
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503
+@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
504
+
505
+libllvmcodegen_la-LiveStackAnalysis.lo: llvm/lib/CodeGen/LiveStackAnalysis.cpp
506
+@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
507
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-LiveStackAnalysis.Plo
508
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
509
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveStackAnalysis.cpp' object='libllvmcodegen_la-LiveStackAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
510
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
+@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
512
+
513
+libllvmcodegen_la-LiveVariables.lo: llvm/lib/CodeGen/LiveVariables.cpp
514
+@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
515
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LiveVariables.Tpo $(DEPDIR)/libllvmcodegen_la-LiveVariables.Plo
516
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
517
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LiveVariables.cpp' object='libllvmcodegen_la-LiveVariables.lo' libtool=yes @AMDEPBACKSLASH@
518
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
+@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
520
+
521
+libllvmcodegen_la-LowerSubregs.lo: llvm/lib/CodeGen/LowerSubregs.cpp
522
+@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
523
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-LowerSubregs.Tpo $(DEPDIR)/libllvmcodegen_la-LowerSubregs.Plo
524
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
525
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/LowerSubregs.cpp' object='libllvmcodegen_la-LowerSubregs.lo' libtool=yes @AMDEPBACKSLASH@
526
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
+@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
528
+
529
+libllvmcodegen_la-MachineBasicBlock.lo: llvm/lib/CodeGen/MachineBasicBlock.cpp
530
+@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
531
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Tpo $(DEPDIR)/libllvmcodegen_la-MachineBasicBlock.Plo
532
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
533
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineBasicBlock.cpp' object='libllvmcodegen_la-MachineBasicBlock.lo' libtool=yes @AMDEPBACKSLASH@
534
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
+@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
536
+
537
+libllvmcodegen_la-MachineDominators.lo: llvm/lib/CodeGen/MachineDominators.cpp
538
+@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
539
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineDominators.Tpo $(DEPDIR)/libllvmcodegen_la-MachineDominators.Plo
540
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
541
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineDominators.cpp' object='libllvmcodegen_la-MachineDominators.lo' libtool=yes @AMDEPBACKSLASH@
542
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
+@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
544
+
545
+libllvmcodegen_la-MachineFunction.lo: llvm/lib/CodeGen/MachineFunction.cpp
546
+@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
547
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunction.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunction.Plo
548
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
549
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunction.cpp' object='libllvmcodegen_la-MachineFunction.lo' libtool=yes @AMDEPBACKSLASH@
550
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
+@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
552
+
553
+libllvmcodegen_la-MachineFunctionAnalysis.lo: llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
554
+@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
555
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunctionAnalysis.Plo
556
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
557
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunctionAnalysis.cpp' object='libllvmcodegen_la-MachineFunctionAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
558
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
+@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
560
+
561
+libllvmcodegen_la-MachineFunctionPass.lo: llvm/lib/CodeGen/MachineFunctionPass.cpp
562
+@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
563
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Tpo $(DEPDIR)/libllvmcodegen_la-MachineFunctionPass.Plo
564
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
565
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineFunctionPass.cpp' object='libllvmcodegen_la-MachineFunctionPass.lo' libtool=yes @AMDEPBACKSLASH@
566
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
+@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
568
+
569
+libllvmcodegen_la-MachineInstr.lo: llvm/lib/CodeGen/MachineInstr.cpp
570
+@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
571
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineInstr.Tpo $(DEPDIR)/libllvmcodegen_la-MachineInstr.Plo
572
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
573
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineInstr.cpp' object='libllvmcodegen_la-MachineInstr.lo' libtool=yes @AMDEPBACKSLASH@
574
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
+@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
576
+
577
+libllvmcodegen_la-MachineLICM.lo: llvm/lib/CodeGen/MachineLICM.cpp
578
+@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
579
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineLICM.Tpo $(DEPDIR)/libllvmcodegen_la-MachineLICM.Plo
580
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
581
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineLICM.cpp' object='libllvmcodegen_la-MachineLICM.lo' libtool=yes @AMDEPBACKSLASH@
582
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583
+@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
584
+
585
+libllvmcodegen_la-MachineLoopInfo.lo: llvm/lib/CodeGen/MachineLoopInfo.cpp
586
+@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
587
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineLoopInfo.Plo
588
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
589
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineLoopInfo.cpp' object='libllvmcodegen_la-MachineLoopInfo.lo' libtool=yes @AMDEPBACKSLASH@
590
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
+@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
592
+
593
+libllvmcodegen_la-MachineModuleInfo.lo: llvm/lib/CodeGen/MachineModuleInfo.cpp
594
+@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
595
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineModuleInfo.Plo
596
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
597
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineModuleInfo.cpp' object='libllvmcodegen_la-MachineModuleInfo.lo' libtool=yes @AMDEPBACKSLASH@
598
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
+@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
600
+
601
+libllvmcodegen_la-MachinePassRegistry.lo: llvm/lib/CodeGen/MachinePassRegistry.cpp
602
+@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
603
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Tpo $(DEPDIR)/libllvmcodegen_la-MachinePassRegistry.Plo
604
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
605
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachinePassRegistry.cpp' object='libllvmcodegen_la-MachinePassRegistry.lo' libtool=yes @AMDEPBACKSLASH@
606
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607
+@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
608
+
609
+libllvmcodegen_la-MachineRegisterInfo.lo: llvm/lib/CodeGen/MachineRegisterInfo.cpp
610
+@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
611
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Tpo $(DEPDIR)/libllvmcodegen_la-MachineRegisterInfo.Plo
612
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
613
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineRegisterInfo.cpp' object='libllvmcodegen_la-MachineRegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
614
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
+@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
616
+
617
+libllvmcodegen_la-MachineSink.lo: llvm/lib/CodeGen/MachineSink.cpp
618
+@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
619
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineSink.Tpo $(DEPDIR)/libllvmcodegen_la-MachineSink.Plo
620
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
621
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineSink.cpp' object='libllvmcodegen_la-MachineSink.lo' libtool=yes @AMDEPBACKSLASH@
622
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623
+@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
624
+
625
+libllvmcodegen_la-MachineVerifier.lo: llvm/lib/CodeGen/MachineVerifier.cpp
626
+@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
627
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-MachineVerifier.Tpo $(DEPDIR)/libllvmcodegen_la-MachineVerifier.Plo
628
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
629
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/MachineVerifier.cpp' object='libllvmcodegen_la-MachineVerifier.lo' libtool=yes @AMDEPBACKSLASH@
630
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631
+@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
632
+
633
+libllvmcodegen_la-ObjectCodeEmitter.lo: llvm/lib/CodeGen/ObjectCodeEmitter.cpp
634
+@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
635
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Tpo $(DEPDIR)/libllvmcodegen_la-ObjectCodeEmitter.Plo
636
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
637
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ObjectCodeEmitter.cpp' object='libllvmcodegen_la-ObjectCodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
638
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639
+@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
640
+
641
+libllvmcodegen_la-OcamlGC.lo: llvm/lib/CodeGen/OcamlGC.cpp
642
+@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
643
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-OcamlGC.Tpo $(DEPDIR)/libllvmcodegen_la-OcamlGC.Plo
644
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
645
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/OcamlGC.cpp' object='libllvmcodegen_la-OcamlGC.lo' libtool=yes @AMDEPBACKSLASH@
646
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647
+@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
648
+
649
+libllvmcodegen_la-PHIElimination.lo: llvm/lib/CodeGen/PHIElimination.cpp
650
+@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
651
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PHIElimination.Tpo $(DEPDIR)/libllvmcodegen_la-PHIElimination.Plo
652
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
653
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PHIElimination.cpp' object='libllvmcodegen_la-PHIElimination.lo' libtool=yes @AMDEPBACKSLASH@
654
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655
+@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
656
+
657
+libllvmcodegen_la-Passes.lo: llvm/lib/CodeGen/Passes.cpp
658
+@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
659
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-Passes.Tpo $(DEPDIR)/libllvmcodegen_la-Passes.Plo
660
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
661
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/Passes.cpp' object='libllvmcodegen_la-Passes.lo' libtool=yes @AMDEPBACKSLASH@
662
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663
+@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
664
+
665
+libllvmcodegen_la-PostRASchedulerList.lo: llvm/lib/CodeGen/PostRASchedulerList.cpp
666
+@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
667
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Tpo $(DEPDIR)/libllvmcodegen_la-PostRASchedulerList.Plo
668
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
669
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PostRASchedulerList.cpp' object='libllvmcodegen_la-PostRASchedulerList.lo' libtool=yes @AMDEPBACKSLASH@
670
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671
+@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
672
+
673
+libllvmcodegen_la-PreAllocSplitting.lo: llvm/lib/CodeGen/PreAllocSplitting.cpp
674
+@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
675
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Tpo $(DEPDIR)/libllvmcodegen_la-PreAllocSplitting.Plo
676
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
677
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PreAllocSplitting.cpp' object='libllvmcodegen_la-PreAllocSplitting.lo' libtool=yes @AMDEPBACKSLASH@
678
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679
+@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
680
+
681
+libllvmcodegen_la-PrologEpilogInserter.lo: llvm/lib/CodeGen/PrologEpilogInserter.cpp
682
+@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
683
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Tpo $(DEPDIR)/libllvmcodegen_la-PrologEpilogInserter.Plo
684
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
685
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PrologEpilogInserter.cpp' object='libllvmcodegen_la-PrologEpilogInserter.lo' libtool=yes @AMDEPBACKSLASH@
686
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687
+@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
688
+
689
+libllvmcodegen_la-PseudoSourceValue.lo: llvm/lib/CodeGen/PseudoSourceValue.cpp
690
+@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
691
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Tpo $(DEPDIR)/libllvmcodegen_la-PseudoSourceValue.Plo
692
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
693
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/PseudoSourceValue.cpp' object='libllvmcodegen_la-PseudoSourceValue.lo' libtool=yes @AMDEPBACKSLASH@
694
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
695
+@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
696
+
697
+libllvmcodegen_la-RegAllocLinearScan.lo: llvm/lib/CodeGen/RegAllocLinearScan.cpp
698
+@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
699
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocLinearScan.Plo
700
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
701
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocLinearScan.cpp' object='libllvmcodegen_la-RegAllocLinearScan.lo' libtool=yes @AMDEPBACKSLASH@
702
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703
+@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
704
+
705
+libllvmcodegen_la-RegAllocLocal.lo: llvm/lib/CodeGen/RegAllocLocal.cpp
706
+@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
707
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocLocal.Plo
708
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
709
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocLocal.cpp' object='libllvmcodegen_la-RegAllocLocal.lo' libtool=yes @AMDEPBACKSLASH@
710
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711
+@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
712
+
713
+libllvmcodegen_la-RegAllocPBQP.lo: llvm/lib/CodeGen/RegAllocPBQP.cpp
714
+@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
715
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocPBQP.Plo
716
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
717
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocPBQP.cpp' object='libllvmcodegen_la-RegAllocPBQP.lo' libtool=yes @AMDEPBACKSLASH@
718
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719
+@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
720
+
721
+libllvmcodegen_la-RegAllocSimple.lo: llvm/lib/CodeGen/RegAllocSimple.cpp
722
+@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
723
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Tpo $(DEPDIR)/libllvmcodegen_la-RegAllocSimple.Plo
724
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
725
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegAllocSimple.cpp' object='libllvmcodegen_la-RegAllocSimple.lo' libtool=yes @AMDEPBACKSLASH@
726
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
727
+@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
728
+
729
+libllvmcodegen_la-RegisterCoalescer.lo: llvm/lib/CodeGen/RegisterCoalescer.cpp
730
+@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
731
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Tpo $(DEPDIR)/libllvmcodegen_la-RegisterCoalescer.Plo
732
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
733
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegisterCoalescer.cpp' object='libllvmcodegen_la-RegisterCoalescer.lo' libtool=yes @AMDEPBACKSLASH@
734
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735
+@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
736
+
737
+libllvmcodegen_la-RegisterScavenging.lo: llvm/lib/CodeGen/RegisterScavenging.cpp
738
+@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
739
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Tpo $(DEPDIR)/libllvmcodegen_la-RegisterScavenging.Plo
740
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
741
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/RegisterScavenging.cpp' object='libllvmcodegen_la-RegisterScavenging.lo' libtool=yes @AMDEPBACKSLASH@
742
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743
+@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
744
+
745
+libllvmcodegen_la-ScheduleDAG.lo: llvm/lib/CodeGen/ScheduleDAG.cpp
746
+@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
747
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAG.Plo
748
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
749
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAG.cpp' object='libllvmcodegen_la-ScheduleDAG.lo' libtool=yes @AMDEPBACKSLASH@
750
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751
+@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
752
+
753
+libllvmcodegen_la-ScheduleDAGEmit.lo: llvm/lib/CodeGen/ScheduleDAGEmit.cpp
754
+@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
755
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGEmit.Plo
756
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
757
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGEmit.cpp' object='libllvmcodegen_la-ScheduleDAGEmit.lo' libtool=yes @AMDEPBACKSLASH@
758
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759
+@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
760
+
761
+libllvmcodegen_la-ScheduleDAGInstrs.lo: llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
762
+@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
763
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGInstrs.Plo
764
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
765
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGInstrs.cpp' object='libllvmcodegen_la-ScheduleDAGInstrs.lo' libtool=yes @AMDEPBACKSLASH@
766
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767
+@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
768
+
769
+libllvmcodegen_la-ScheduleDAGPrinter.lo: llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
770
+@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
771
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Tpo $(DEPDIR)/libllvmcodegen_la-ScheduleDAGPrinter.Plo
772
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
773
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ScheduleDAGPrinter.cpp' object='libllvmcodegen_la-ScheduleDAGPrinter.lo' libtool=yes @AMDEPBACKSLASH@
774
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
775
+@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
776
+
777
+libllvmcodegen_la-ShadowStackGC.lo: llvm/lib/CodeGen/ShadowStackGC.cpp
778
+@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
779
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Tpo $(DEPDIR)/libllvmcodegen_la-ShadowStackGC.Plo
780
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
781
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ShadowStackGC.cpp' object='libllvmcodegen_la-ShadowStackGC.lo' libtool=yes @AMDEPBACKSLASH@
782
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783
+@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
784
+
785
+libllvmcodegen_la-ShrinkWrapping.lo: llvm/lib/CodeGen/ShrinkWrapping.cpp
786
+@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
787
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Tpo $(DEPDIR)/libllvmcodegen_la-ShrinkWrapping.Plo
788
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
789
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/ShrinkWrapping.cpp' object='libllvmcodegen_la-ShrinkWrapping.lo' libtool=yes @AMDEPBACKSLASH@
790
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791
+@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
792
+
793
+libllvmcodegen_la-SimpleRegisterCoalescing.lo: llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
794
+@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
795
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Tpo $(DEPDIR)/libllvmcodegen_la-SimpleRegisterCoalescing.Plo
796
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
797
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp' object='libllvmcodegen_la-SimpleRegisterCoalescing.lo' libtool=yes @AMDEPBACKSLASH@
798
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
+@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
800
+
801
+libllvmcodegen_la-SjLjEHPrepare.lo: llvm/lib/CodeGen/SjLjEHPrepare.cpp
802
+@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
803
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Tpo $(DEPDIR)/libllvmcodegen_la-SjLjEHPrepare.Plo
804
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
805
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SjLjEHPrepare.cpp' object='libllvmcodegen_la-SjLjEHPrepare.lo' libtool=yes @AMDEPBACKSLASH@
806
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807
+@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
808
+
809
+libllvmcodegen_la-Spiller.lo: llvm/lib/CodeGen/Spiller.cpp
810
+@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
811
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-Spiller.Tpo $(DEPDIR)/libllvmcodegen_la-Spiller.Plo
812
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
813
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/Spiller.cpp' object='libllvmcodegen_la-Spiller.lo' libtool=yes @AMDEPBACKSLASH@
814
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815
+@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
816
+
817
+libllvmcodegen_la-StackProtector.lo: llvm/lib/CodeGen/StackProtector.cpp
818
+@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
819
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StackProtector.Tpo $(DEPDIR)/libllvmcodegen_la-StackProtector.Plo
820
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
821
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StackProtector.cpp' object='libllvmcodegen_la-StackProtector.lo' libtool=yes @AMDEPBACKSLASH@
822
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823
+@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
824
+
825
+libllvmcodegen_la-StackSlotColoring.lo: llvm/lib/CodeGen/StackSlotColoring.cpp
826
+@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
827
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Tpo $(DEPDIR)/libllvmcodegen_la-StackSlotColoring.Plo
828
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
829
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StackSlotColoring.cpp' object='libllvmcodegen_la-StackSlotColoring.lo' libtool=yes @AMDEPBACKSLASH@
830
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831
+@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
832
+
833
+libllvmcodegen_la-StrongPHIElimination.lo: llvm/lib/CodeGen/StrongPHIElimination.cpp
834
+@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
835
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Tpo $(DEPDIR)/libllvmcodegen_la-StrongPHIElimination.Plo
836
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
837
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/StrongPHIElimination.cpp' object='libllvmcodegen_la-StrongPHIElimination.lo' libtool=yes @AMDEPBACKSLASH@
838
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839
+@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
840
+
841
+libllvmcodegen_la-TargetInstrInfoImpl.lo: llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
842
+@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
843
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Tpo $(DEPDIR)/libllvmcodegen_la-TargetInstrInfoImpl.Plo
844
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
845
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/TargetInstrInfoImpl.cpp' object='libllvmcodegen_la-TargetInstrInfoImpl.lo' libtool=yes @AMDEPBACKSLASH@
846
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847
+@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
848
+
849
+libllvmcodegen_la-TwoAddressInstructionPass.lo: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
850
+@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
851
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Tpo $(DEPDIR)/libllvmcodegen_la-TwoAddressInstructionPass.Plo
852
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
853
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/TwoAddressInstructionPass.cpp' object='libllvmcodegen_la-TwoAddressInstructionPass.lo' libtool=yes @AMDEPBACKSLASH@
854
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855
+@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
856
+
857
+libllvmcodegen_la-UnreachableBlockElim.lo: llvm/lib/CodeGen/UnreachableBlockElim.cpp
858
+@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
859
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Tpo $(DEPDIR)/libllvmcodegen_la-UnreachableBlockElim.Plo
860
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
861
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/UnreachableBlockElim.cpp' object='libllvmcodegen_la-UnreachableBlockElim.lo' libtool=yes @AMDEPBACKSLASH@
862
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863
+@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
864
+
865
+libllvmcodegen_la-VirtRegMap.lo: llvm/lib/CodeGen/VirtRegMap.cpp
866
+@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
867
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-VirtRegMap.Tpo $(DEPDIR)/libllvmcodegen_la-VirtRegMap.Plo
868
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
869
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/VirtRegMap.cpp' object='libllvmcodegen_la-VirtRegMap.lo' libtool=yes @AMDEPBACKSLASH@
870
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871
+@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
872
+
873
+libllvmcodegen_la-VirtRegRewriter.lo: llvm/lib/CodeGen/VirtRegRewriter.cpp
874
+@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
875
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Tpo $(DEPDIR)/libllvmcodegen_la-VirtRegRewriter.Plo
876
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
877
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/VirtRegRewriter.cpp' object='libllvmcodegen_la-VirtRegRewriter.lo' libtool=yes @AMDEPBACKSLASH@
878
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879
+@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
880
+
881
+libllvmcore_la-AsmWriter.lo: llvm/lib/VMCore/AsmWriter.cpp
882
+@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
883
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-AsmWriter.Tpo $(DEPDIR)/libllvmcore_la-AsmWriter.Plo
884
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
885
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/AsmWriter.cpp' object='libllvmcore_la-AsmWriter.lo' libtool=yes @AMDEPBACKSLASH@
886
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
887
+@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
888
+
889
+libllvmcore_la-Attributes.lo: llvm/lib/VMCore/Attributes.cpp
890
+@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
891
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Attributes.Tpo $(DEPDIR)/libllvmcore_la-Attributes.Plo
892
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
893
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Attributes.cpp' object='libllvmcore_la-Attributes.lo' libtool=yes @AMDEPBACKSLASH@
894
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
895
+@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
896
+
897
+libllvmcore_la-AutoUpgrade.lo: llvm/lib/VMCore/AutoUpgrade.cpp
898
+@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
899
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-AutoUpgrade.Tpo $(DEPDIR)/libllvmcore_la-AutoUpgrade.Plo
900
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
901
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/AutoUpgrade.cpp' object='libllvmcore_la-AutoUpgrade.lo' libtool=yes @AMDEPBACKSLASH@
902
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
903
+@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
904
+
905
+libllvmcore_la-BasicBlock.lo: llvm/lib/VMCore/BasicBlock.cpp
906
+@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
907
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-BasicBlock.Tpo $(DEPDIR)/libllvmcore_la-BasicBlock.Plo
908
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
909
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/BasicBlock.cpp' object='libllvmcore_la-BasicBlock.lo' libtool=yes @AMDEPBACKSLASH@
910
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911
+@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
912
+
913
+libllvmcore_la-ConstantFold.lo: llvm/lib/VMCore/ConstantFold.cpp
914
+@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
915
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ConstantFold.Tpo $(DEPDIR)/libllvmcore_la-ConstantFold.Plo
916
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
917
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ConstantFold.cpp' object='libllvmcore_la-ConstantFold.lo' libtool=yes @AMDEPBACKSLASH@
918
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
919
+@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
920
+
921
+libllvmcore_la-Constants.lo: llvm/lib/VMCore/Constants.cpp
922
+@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
923
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Constants.Tpo $(DEPDIR)/libllvmcore_la-Constants.Plo
924
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
925
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Constants.cpp' object='libllvmcore_la-Constants.lo' libtool=yes @AMDEPBACKSLASH@
926
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927
+@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
928
+
929
+libllvmcore_la-Core.lo: llvm/lib/VMCore/Core.cpp
930
+@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
931
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Core.Tpo $(DEPDIR)/libllvmcore_la-Core.Plo
932
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
933
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Core.cpp' object='libllvmcore_la-Core.lo' libtool=yes @AMDEPBACKSLASH@
934
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935
+@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
936
+
937
+libllvmcore_la-Dominators.lo: llvm/lib/VMCore/Dominators.cpp
938
+@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
939
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Dominators.Tpo $(DEPDIR)/libllvmcore_la-Dominators.Plo
940
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
941
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Dominators.cpp' object='libllvmcore_la-Dominators.lo' libtool=yes @AMDEPBACKSLASH@
942
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943
+@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
944
+
945
+libllvmcore_la-Function.lo: llvm/lib/VMCore/Function.cpp
946
+@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
947
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Function.Tpo $(DEPDIR)/libllvmcore_la-Function.Plo
948
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
949
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Function.cpp' object='libllvmcore_la-Function.lo' libtool=yes @AMDEPBACKSLASH@
950
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
951
+@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
952
+
953
+libllvmcore_la-Globals.lo: llvm/lib/VMCore/Globals.cpp
954
+@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
955
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Globals.Tpo $(DEPDIR)/libllvmcore_la-Globals.Plo
956
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
957
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Globals.cpp' object='libllvmcore_la-Globals.lo' libtool=yes @AMDEPBACKSLASH@
958
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
959
+@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
960
+
961
+libllvmcore_la-InlineAsm.lo: llvm/lib/VMCore/InlineAsm.cpp
962
+@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
963
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-InlineAsm.Tpo $(DEPDIR)/libllvmcore_la-InlineAsm.Plo
964
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
965
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/InlineAsm.cpp' object='libllvmcore_la-InlineAsm.lo' libtool=yes @AMDEPBACKSLASH@
966
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
967
+@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
968
+
969
+libllvmcore_la-Instruction.lo: llvm/lib/VMCore/Instruction.cpp
970
+@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
971
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Instruction.Tpo $(DEPDIR)/libllvmcore_la-Instruction.Plo
972
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
973
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Instruction.cpp' object='libllvmcore_la-Instruction.lo' libtool=yes @AMDEPBACKSLASH@
974
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975
+@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
976
+
977
+libllvmcore_la-Instructions.lo: llvm/lib/VMCore/Instructions.cpp
978
+@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
979
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Instructions.Tpo $(DEPDIR)/libllvmcore_la-Instructions.Plo
980
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
981
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Instructions.cpp' object='libllvmcore_la-Instructions.lo' libtool=yes @AMDEPBACKSLASH@
982
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983
+@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
984
+
985
+libllvmcore_la-IntrinsicInst.lo: llvm/lib/VMCore/IntrinsicInst.cpp
986
+@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
987
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-IntrinsicInst.Tpo $(DEPDIR)/libllvmcore_la-IntrinsicInst.Plo
988
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
989
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/IntrinsicInst.cpp' object='libllvmcore_la-IntrinsicInst.lo' libtool=yes @AMDEPBACKSLASH@
990
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991
+@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
992
+
993
+libllvmcore_la-LLVMContext.lo: llvm/lib/VMCore/LLVMContext.cpp
994
+@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
995
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-LLVMContext.Tpo $(DEPDIR)/libllvmcore_la-LLVMContext.Plo
996
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
997
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/LLVMContext.cpp' object='libllvmcore_la-LLVMContext.lo' libtool=yes @AMDEPBACKSLASH@
998
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999
+@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
1000
+
1001
+libllvmcore_la-LeakDetector.lo: llvm/lib/VMCore/LeakDetector.cpp
1002
+@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
1003
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-LeakDetector.Tpo $(DEPDIR)/libllvmcore_la-LeakDetector.Plo
1004
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1005
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/LeakDetector.cpp' object='libllvmcore_la-LeakDetector.lo' libtool=yes @AMDEPBACKSLASH@
1006
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1007
+@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
1008
+
1009
+libllvmcore_la-Mangler.lo: llvm/lib/VMCore/Mangler.cpp
1010
+@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
1011
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Mangler.Tpo $(DEPDIR)/libllvmcore_la-Mangler.Plo
1012
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1013
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Mangler.cpp' object='libllvmcore_la-Mangler.lo' libtool=yes @AMDEPBACKSLASH@
1014
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1015
+@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
1016
+
1017
+libllvmcore_la-Metadata.lo: llvm/lib/VMCore/Metadata.cpp
1018
+@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
1019
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Metadata.Tpo $(DEPDIR)/libllvmcore_la-Metadata.Plo
1020
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1021
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Metadata.cpp' object='libllvmcore_la-Metadata.lo' libtool=yes @AMDEPBACKSLASH@
1022
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1023
+@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
1024
+
1025
+libllvmcore_la-Module.lo: llvm/lib/VMCore/Module.cpp
1026
+@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
1027
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Module.Tpo $(DEPDIR)/libllvmcore_la-Module.Plo
1028
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1029
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Module.cpp' object='libllvmcore_la-Module.lo' libtool=yes @AMDEPBACKSLASH@
1030
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1031
+@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
1032
+
1033
+libllvmcore_la-ModuleProvider.lo: llvm/lib/VMCore/ModuleProvider.cpp
1034
+@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
1035
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ModuleProvider.Tpo $(DEPDIR)/libllvmcore_la-ModuleProvider.Plo
1036
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1037
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ModuleProvider.cpp' object='libllvmcore_la-ModuleProvider.lo' libtool=yes @AMDEPBACKSLASH@
1038
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1039
+@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
1040
+
1041
+libllvmcore_la-Pass.lo: llvm/lib/VMCore/Pass.cpp
1042
+@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
1043
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Pass.Tpo $(DEPDIR)/libllvmcore_la-Pass.Plo
1044
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1045
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Pass.cpp' object='libllvmcore_la-Pass.lo' libtool=yes @AMDEPBACKSLASH@
1046
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1047
+@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
1048
+
1049
+libllvmcore_la-PassManager.lo: llvm/lib/VMCore/PassManager.cpp
1050
+@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
1051
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-PassManager.Tpo $(DEPDIR)/libllvmcore_la-PassManager.Plo
1052
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1053
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/PassManager.cpp' object='libllvmcore_la-PassManager.lo' libtool=yes @AMDEPBACKSLASH@
1054
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1055
+@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
1056
+
1057
+libllvmcore_la-PrintModulePass.lo: llvm/lib/VMCore/PrintModulePass.cpp
1058
+@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
1059
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-PrintModulePass.Tpo $(DEPDIR)/libllvmcore_la-PrintModulePass.Plo
1060
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1061
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/PrintModulePass.cpp' object='libllvmcore_la-PrintModulePass.lo' libtool=yes @AMDEPBACKSLASH@
1062
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1063
+@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
1064
+
1065
+libllvmcore_la-Type.lo: llvm/lib/VMCore/Type.cpp
1066
+@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
1067
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Type.Tpo $(DEPDIR)/libllvmcore_la-Type.Plo
1068
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1069
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Type.cpp' object='libllvmcore_la-Type.lo' libtool=yes @AMDEPBACKSLASH@
1070
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1071
+@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
1072
+
1073
+libllvmcore_la-TypeSymbolTable.lo: llvm/lib/VMCore/TypeSymbolTable.cpp
1074
+@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
1075
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-TypeSymbolTable.Tpo $(DEPDIR)/libllvmcore_la-TypeSymbolTable.Plo
1076
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1077
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/TypeSymbolTable.cpp' object='libllvmcore_la-TypeSymbolTable.lo' libtool=yes @AMDEPBACKSLASH@
1078
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1079
+@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
1080
+
1081
+libllvmcore_la-Use.lo: llvm/lib/VMCore/Use.cpp
1082
+@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
1083
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Use.Tpo $(DEPDIR)/libllvmcore_la-Use.Plo
1084
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1085
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Use.cpp' object='libllvmcore_la-Use.lo' libtool=yes @AMDEPBACKSLASH@
1086
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087
+@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
1088
+
1089
+libllvmcore_la-Value.lo: llvm/lib/VMCore/Value.cpp
1090
+@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
1091
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Value.Tpo $(DEPDIR)/libllvmcore_la-Value.Plo
1092
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1093
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Value.cpp' object='libllvmcore_la-Value.lo' libtool=yes @AMDEPBACKSLASH@
1094
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1095
+@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
1096
+
1097
+libllvmcore_la-ValueSymbolTable.lo: llvm/lib/VMCore/ValueSymbolTable.cpp
1098
+@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
1099
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ValueSymbolTable.Tpo $(DEPDIR)/libllvmcore_la-ValueSymbolTable.Plo
1100
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1101
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ValueSymbolTable.cpp' object='libllvmcore_la-ValueSymbolTable.lo' libtool=yes @AMDEPBACKSLASH@
1102
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1103
+@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
1104
+
1105
+libllvmcore_la-ValueTypes.lo: llvm/lib/VMCore/ValueTypes.cpp
1106
+@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
1107
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-ValueTypes.Tpo $(DEPDIR)/libllvmcore_la-ValueTypes.Plo
1108
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1109
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/ValueTypes.cpp' object='libllvmcore_la-ValueTypes.lo' libtool=yes @AMDEPBACKSLASH@
1110
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1111
+@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
1112
+
1113
+libllvmcore_la-Verifier.lo: llvm/lib/VMCore/Verifier.cpp
1114
+@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
1115
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmcore_la-Verifier.Tpo $(DEPDIR)/libllvmcore_la-Verifier.Plo
1116
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1117
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/VMCore/Verifier.cpp' object='libllvmcore_la-Verifier.lo' libtool=yes @AMDEPBACKSLASH@
1118
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1119
+@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
1120
+
1121
+libllvmexecutionengine_la-ExecutionEngine.lo: llvm/lib/ExecutionEngine/ExecutionEngine.cpp
1122
+@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
1123
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Tpo $(DEPDIR)/libllvmexecutionengine_la-ExecutionEngine.Plo
1124
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1125
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/ExecutionEngine.cpp' object='libllvmexecutionengine_la-ExecutionEngine.lo' libtool=yes @AMDEPBACKSLASH@
1126
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1127
+@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
1128
+
1129
+libllvmexecutionengine_la-Intercept.lo: llvm/lib/ExecutionEngine/JIT/Intercept.cpp
1130
+@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
1131
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-Intercept.Tpo $(DEPDIR)/libllvmexecutionengine_la-Intercept.Plo
1132
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1133
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/Intercept.cpp' object='libllvmexecutionengine_la-Intercept.lo' libtool=yes @AMDEPBACKSLASH@
1134
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1135
+@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
1136
+
1137
+libllvmexecutionengine_la-JIT.lo: llvm/lib/ExecutionEngine/JIT/JIT.cpp
1138
+@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
1139
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JIT.Tpo $(DEPDIR)/libllvmexecutionengine_la-JIT.Plo
1140
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1141
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JIT.cpp' object='libllvmexecutionengine_la-JIT.lo' libtool=yes @AMDEPBACKSLASH@
1142
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143
+@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
1144
+
1145
+libllvmexecutionengine_la-JITDwarfEmitter.lo: llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
1146
+@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
1147
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITDwarfEmitter.Plo
1148
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1149
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp' object='libllvmexecutionengine_la-JITDwarfEmitter.lo' libtool=yes @AMDEPBACKSLASH@
1150
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1151
+@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
1152
+
1153
+libllvmexecutionengine_la-JITEmitter.lo: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
1154
+@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
1155
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITEmitter.Plo
1156
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1157
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp' object='libllvmexecutionengine_la-JITEmitter.lo' libtool=yes @AMDEPBACKSLASH@
1158
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159
+@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
1160
+
1161
+libllvmexecutionengine_la-JITMemoryManager.lo: llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
1162
+@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
1163
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Tpo $(DEPDIR)/libllvmexecutionengine_la-JITMemoryManager.Plo
1164
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1165
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp' object='libllvmexecutionengine_la-JITMemoryManager.lo' libtool=yes @AMDEPBACKSLASH@
1166
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1167
+@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
1168
+
1169
+libllvmexecutionengine_la-OProfileJITEventListener.lo: llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
1170
+@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
1171
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Tpo $(DEPDIR)/libllvmexecutionengine_la-OProfileJITEventListener.Plo
1172
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1173
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp' object='libllvmexecutionengine_la-OProfileJITEventListener.lo' libtool=yes @AMDEPBACKSLASH@
1174
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1175
+@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
1176
+
1177
+libllvmexecutionengine_la-TargetSelect.lo: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp
1178
+@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
1179
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Tpo $(DEPDIR)/libllvmexecutionengine_la-TargetSelect.Plo
1180
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1181
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp' object='libllvmexecutionengine_la-TargetSelect.lo' libtool=yes @AMDEPBACKSLASH@
1182
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1183
+@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
1184
+
1185
+libllvmipa_la-AliasAnalysis.lo: llvm/lib/Analysis/AliasAnalysis.cpp
1186
+@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
1187
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-AliasAnalysis.Tpo $(DEPDIR)/libllvmipa_la-AliasAnalysis.Plo
1188
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1189
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/AliasAnalysis.cpp' object='libllvmipa_la-AliasAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
1190
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1191
+@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
1192
+
1193
+libllvmipa_la-AliasSetTracker.lo: llvm/lib/Analysis/AliasSetTracker.cpp
1194
+@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
1195
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-AliasSetTracker.Tpo $(DEPDIR)/libllvmipa_la-AliasSetTracker.Plo
1196
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1197
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/AliasSetTracker.cpp' object='libllvmipa_la-AliasSetTracker.lo' libtool=yes @AMDEPBACKSLASH@
1198
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1199
+@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
1200
+
1201
+libllvmipa_la-BasicAliasAnalysis.lo: llvm/lib/Analysis/BasicAliasAnalysis.cpp
1202
+@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
1203
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Tpo $(DEPDIR)/libllvmipa_la-BasicAliasAnalysis.Plo
1204
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1205
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/BasicAliasAnalysis.cpp' object='libllvmipa_la-BasicAliasAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
1206
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1207
+@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
1208
+
1209
+libllvmipa_la-CaptureTracking.lo: llvm/lib/Analysis/CaptureTracking.cpp
1210
+@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
1211
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-CaptureTracking.Tpo $(DEPDIR)/libllvmipa_la-CaptureTracking.Plo
1212
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1213
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/CaptureTracking.cpp' object='libllvmipa_la-CaptureTracking.lo' libtool=yes @AMDEPBACKSLASH@
1214
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215
+@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
1216
+
1217
+libllvmipa_la-ConstantFolding.lo: llvm/lib/Analysis/ConstantFolding.cpp
1218
+@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
1219
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ConstantFolding.Tpo $(DEPDIR)/libllvmipa_la-ConstantFolding.Plo
1220
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1221
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ConstantFolding.cpp' object='libllvmipa_la-ConstantFolding.lo' libtool=yes @AMDEPBACKSLASH@
1222
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1223
+@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
1224
+
1225
+libllvmipa_la-DebugInfo.lo: llvm/lib/Analysis/DebugInfo.cpp
1226
+@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
1227
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-DebugInfo.Tpo $(DEPDIR)/libllvmipa_la-DebugInfo.Plo
1228
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1229
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/DebugInfo.cpp' object='libllvmipa_la-DebugInfo.lo' libtool=yes @AMDEPBACKSLASH@
1230
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1231
+@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
1232
+
1233
+libllvmipa_la-IVUsers.lo: llvm/lib/Analysis/IVUsers.cpp
1234
+@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
1235
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-IVUsers.Tpo $(DEPDIR)/libllvmipa_la-IVUsers.Plo
1236
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1237
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/IVUsers.cpp' object='libllvmipa_la-IVUsers.lo' libtool=yes @AMDEPBACKSLASH@
1238
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1239
+@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
1240
+
1241
+libllvmipa_la-LiveValues.lo: llvm/lib/Analysis/LiveValues.cpp
1242
+@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
1243
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LiveValues.Tpo $(DEPDIR)/libllvmipa_la-LiveValues.Plo
1244
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1245
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LiveValues.cpp' object='libllvmipa_la-LiveValues.lo' libtool=yes @AMDEPBACKSLASH@
1246
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1247
+@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
1248
+
1249
+libllvmipa_la-LoopDependenceAnalysis.lo: llvm/lib/Analysis/LoopDependenceAnalysis.cpp
1250
+@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
1251
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Tpo $(DEPDIR)/libllvmipa_la-LoopDependenceAnalysis.Plo
1252
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1253
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopDependenceAnalysis.cpp' object='libllvmipa_la-LoopDependenceAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
1254
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1255
+@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
1256
+
1257
+libllvmipa_la-LoopInfo.lo: llvm/lib/Analysis/LoopInfo.cpp
1258
+@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
1259
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopInfo.Tpo $(DEPDIR)/libllvmipa_la-LoopInfo.Plo
1260
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1261
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopInfo.cpp' object='libllvmipa_la-LoopInfo.lo' libtool=yes @AMDEPBACKSLASH@
1262
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1263
+@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
1264
+
1265
+libllvmipa_la-LoopPass.lo: llvm/lib/Analysis/LoopPass.cpp
1266
+@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
1267
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-LoopPass.Tpo $(DEPDIR)/libllvmipa_la-LoopPass.Plo
1268
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1269
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/LoopPass.cpp' object='libllvmipa_la-LoopPass.lo' libtool=yes @AMDEPBACKSLASH@
1270
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1271
+@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
1272
+
1273
+libllvmipa_la-MemoryDependenceAnalysis.lo: llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
1274
+@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
1275
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Tpo $(DEPDIR)/libllvmipa_la-MemoryDependenceAnalysis.Plo
1276
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1277
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/MemoryDependenceAnalysis.cpp' object='libllvmipa_la-MemoryDependenceAnalysis.lo' libtool=yes @AMDEPBACKSLASH@
1278
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1279
+@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
1280
+
1281
+libllvmipa_la-ScalarEvolution.lo: llvm/lib/Analysis/ScalarEvolution.cpp
1282
+@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
1283
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ScalarEvolution.Tpo $(DEPDIR)/libllvmipa_la-ScalarEvolution.Plo
1284
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1285
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ScalarEvolution.cpp' object='libllvmipa_la-ScalarEvolution.lo' libtool=yes @AMDEPBACKSLASH@
1286
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1287
+@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
1288
+
1289
+libllvmipa_la-ScalarEvolutionExpander.lo: llvm/lib/Analysis/ScalarEvolutionExpander.cpp
1290
+@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
1291
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Tpo $(DEPDIR)/libllvmipa_la-ScalarEvolutionExpander.Plo
1292
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1293
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ScalarEvolutionExpander.cpp' object='libllvmipa_la-ScalarEvolutionExpander.lo' libtool=yes @AMDEPBACKSLASH@
1294
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1295
+@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
1296
+
1297
+libllvmipa_la-ValueTracking.lo: llvm/lib/Analysis/ValueTracking.cpp
1298
+@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
1299
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmipa_la-ValueTracking.Tpo $(DEPDIR)/libllvmipa_la-ValueTracking.Plo
1300
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1301
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Analysis/ValueTracking.cpp' object='libllvmipa_la-ValueTracking.lo' libtool=yes @AMDEPBACKSLASH@
1302
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303
+@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
1304
+
1305
+libllvmmc_la-MCAsmInfo.lo: llvm/lib/MC/MCAsmInfo.cpp
1306
+@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
1307
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfo.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfo.Plo
1308
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1309
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfo.cpp' object='libllvmmc_la-MCAsmInfo.lo' libtool=yes @AMDEPBACKSLASH@
1310
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1311
+@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
1312
+
1313
+libllvmmc_la-MCAsmInfoCOFF.lo: llvm/lib/MC/MCAsmInfoCOFF.cpp
1314
+@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
1315
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfoCOFF.Plo
1316
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1317
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfoCOFF.cpp' object='libllvmmc_la-MCAsmInfoCOFF.lo' libtool=yes @AMDEPBACKSLASH@
1318
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1319
+@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
1320
+
1321
+libllvmmc_la-MCAsmInfoDarwin.lo: llvm/lib/MC/MCAsmInfoDarwin.cpp
1322
+@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
1323
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Tpo $(DEPDIR)/libllvmmc_la-MCAsmInfoDarwin.Plo
1324
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1325
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmInfoDarwin.cpp' object='libllvmmc_la-MCAsmInfoDarwin.lo' libtool=yes @AMDEPBACKSLASH@
1326
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1327
+@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
1328
+
1329
+libllvmmc_la-MCAsmLexer.lo: llvm/lib/MC/MCAsmLexer.cpp
1330
+@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
1331
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmLexer.Tpo $(DEPDIR)/libllvmmc_la-MCAsmLexer.Plo
1332
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1333
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmLexer.cpp' object='libllvmmc_la-MCAsmLexer.lo' libtool=yes @AMDEPBACKSLASH@
1334
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1335
+@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
1336
+
1337
+libllvmmc_la-MCAsmParser.lo: llvm/lib/MC/MCAsmParser.cpp
1338
+@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
1339
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmParser.Tpo $(DEPDIR)/libllvmmc_la-MCAsmParser.Plo
1340
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1341
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmParser.cpp' object='libllvmmc_la-MCAsmParser.lo' libtool=yes @AMDEPBACKSLASH@
1342
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1343
+@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
1344
+
1345
+libllvmmc_la-MCAsmStreamer.lo: llvm/lib/MC/MCAsmStreamer.cpp
1346
+@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
1347
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAsmStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCAsmStreamer.Plo
1348
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1349
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAsmStreamer.cpp' object='libllvmmc_la-MCAsmStreamer.lo' libtool=yes @AMDEPBACKSLASH@
1350
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1351
+@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
1352
+
1353
+libllvmmc_la-MCAssembler.lo: llvm/lib/MC/MCAssembler.cpp
1354
+@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
1355
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCAssembler.Tpo $(DEPDIR)/libllvmmc_la-MCAssembler.Plo
1356
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1357
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCAssembler.cpp' object='libllvmmc_la-MCAssembler.lo' libtool=yes @AMDEPBACKSLASH@
1358
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1359
+@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
1360
+
1361
+libllvmmc_la-MCCodeEmitter.lo: llvm/lib/MC/MCCodeEmitter.cpp
1362
+@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
1363
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCCodeEmitter.Tpo $(DEPDIR)/libllvmmc_la-MCCodeEmitter.Plo
1364
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1365
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCCodeEmitter.cpp' object='libllvmmc_la-MCCodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
1366
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1367
+@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
1368
+
1369
+libllvmmc_la-MCContext.lo: llvm/lib/MC/MCContext.cpp
1370
+@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
1371
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCContext.Tpo $(DEPDIR)/libllvmmc_la-MCContext.Plo
1372
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1373
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCContext.cpp' object='libllvmmc_la-MCContext.lo' libtool=yes @AMDEPBACKSLASH@
1374
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1375
+@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
1376
+
1377
+libllvmmc_la-MCExpr.lo: llvm/lib/MC/MCExpr.cpp
1378
+@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
1379
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCExpr.Tpo $(DEPDIR)/libllvmmc_la-MCExpr.Plo
1380
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1381
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCExpr.cpp' object='libllvmmc_la-MCExpr.lo' libtool=yes @AMDEPBACKSLASH@
1382
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1383
+@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
1384
+
1385
+libllvmmc_la-MCInst.lo: llvm/lib/MC/MCInst.cpp
1386
+@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
1387
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCInst.Tpo $(DEPDIR)/libllvmmc_la-MCInst.Plo
1388
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1389
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCInst.cpp' object='libllvmmc_la-MCInst.lo' libtool=yes @AMDEPBACKSLASH@
1390
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1391
+@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
1392
+
1393
+libllvmmc_la-MCMachOStreamer.lo: llvm/lib/MC/MCMachOStreamer.cpp
1394
+@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
1395
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCMachOStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCMachOStreamer.Plo
1396
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1397
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCMachOStreamer.cpp' object='libllvmmc_la-MCMachOStreamer.lo' libtool=yes @AMDEPBACKSLASH@
1398
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1399
+@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
1400
+
1401
+libllvmmc_la-MCNullStreamer.lo: llvm/lib/MC/MCNullStreamer.cpp
1402
+@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
1403
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCNullStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCNullStreamer.Plo
1404
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1405
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCNullStreamer.cpp' object='libllvmmc_la-MCNullStreamer.lo' libtool=yes @AMDEPBACKSLASH@
1406
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1407
+@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
1408
+
1409
+libllvmmc_la-MCSection.lo: llvm/lib/MC/MCSection.cpp
1410
+@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
1411
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSection.Tpo $(DEPDIR)/libllvmmc_la-MCSection.Plo
1412
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1413
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSection.cpp' object='libllvmmc_la-MCSection.lo' libtool=yes @AMDEPBACKSLASH@
1414
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1415
+@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
1416
+
1417
+libllvmmc_la-MCSectionELF.lo: llvm/lib/MC/MCSectionELF.cpp
1418
+@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
1419
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSectionELF.Tpo $(DEPDIR)/libllvmmc_la-MCSectionELF.Plo
1420
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1421
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSectionELF.cpp' object='libllvmmc_la-MCSectionELF.lo' libtool=yes @AMDEPBACKSLASH@
1422
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1423
+@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
1424
+
1425
+libllvmmc_la-MCSectionMachO.lo: llvm/lib/MC/MCSectionMachO.cpp
1426
+@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
1427
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSectionMachO.Tpo $(DEPDIR)/libllvmmc_la-MCSectionMachO.Plo
1428
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1429
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSectionMachO.cpp' object='libllvmmc_la-MCSectionMachO.lo' libtool=yes @AMDEPBACKSLASH@
1430
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1431
+@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
1432
+
1433
+libllvmmc_la-MCStreamer.lo: llvm/lib/MC/MCStreamer.cpp
1434
+@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
1435
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCStreamer.Tpo $(DEPDIR)/libllvmmc_la-MCStreamer.Plo
1436
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1437
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCStreamer.cpp' object='libllvmmc_la-MCStreamer.lo' libtool=yes @AMDEPBACKSLASH@
1438
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1439
+@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
1440
+
1441
+libllvmmc_la-MCSymbol.lo: llvm/lib/MC/MCSymbol.cpp
1442
+@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
1443
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCSymbol.Tpo $(DEPDIR)/libllvmmc_la-MCSymbol.Plo
1444
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1445
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCSymbol.cpp' object='libllvmmc_la-MCSymbol.lo' libtool=yes @AMDEPBACKSLASH@
1446
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1447
+@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
1448
+
1449
+libllvmmc_la-MCValue.lo: llvm/lib/MC/MCValue.cpp
1450
+@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
1451
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-MCValue.Tpo $(DEPDIR)/libllvmmc_la-MCValue.Plo
1452
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1453
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/MCValue.cpp' object='libllvmmc_la-MCValue.lo' libtool=yes @AMDEPBACKSLASH@
1454
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1455
+@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
1456
+
1457
+libllvmmc_la-TargetAsmParser.lo: llvm/lib/MC/TargetAsmParser.cpp
1458
+@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
1459
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmmc_la-TargetAsmParser.Tpo $(DEPDIR)/libllvmmc_la-TargetAsmParser.Plo
1460
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1461
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/MC/TargetAsmParser.cpp' object='libllvmmc_la-TargetAsmParser.lo' libtool=yes @AMDEPBACKSLASH@
1462
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1463
+@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
1464
+
1465
+libllvmscalar_la-CodeGenPrepare.lo: llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
1466
+@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
1467
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Tpo $(DEPDIR)/libllvmscalar_la-CodeGenPrepare.Plo
1468
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1469
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp' object='libllvmscalar_la-CodeGenPrepare.lo' libtool=yes @AMDEPBACKSLASH@
1470
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1471
+@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
1472
+
1473
+libllvmscalar_la-DCE.lo: llvm/lib/Transforms/Scalar/DCE.cpp
1474
+@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
1475
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-DCE.Tpo $(DEPDIR)/libllvmscalar_la-DCE.Plo
1476
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1477
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/DCE.cpp' object='libllvmscalar_la-DCE.lo' libtool=yes @AMDEPBACKSLASH@
1478
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1479
+@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
1480
+
1481
+libllvmscalar_la-LoopStrengthReduce.lo: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
1482
+@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
1483
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Tpo $(DEPDIR)/libllvmscalar_la-LoopStrengthReduce.Plo
1484
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1485
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp' object='libllvmscalar_la-LoopStrengthReduce.lo' libtool=yes @AMDEPBACKSLASH@
1486
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1487
+@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
1488
+
1489
+libllvmsdag_la-CallingConvLower.lo: llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp
1490
+@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
1491
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-CallingConvLower.Tpo $(DEPDIR)/libllvmsdag_la-CallingConvLower.Plo
1492
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1493
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp' object='libllvmsdag_la-CallingConvLower.lo' libtool=yes @AMDEPBACKSLASH@
1494
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1495
+@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
1496
+
1497
+libllvmsdag_la-DAGCombiner.lo: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
1498
+@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
1499
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DAGCombiner.Tpo $(DEPDIR)/libllvmsdag_la-DAGCombiner.Plo
1500
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1501
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp' object='libllvmsdag_la-DAGCombiner.lo' libtool=yes @AMDEPBACKSLASH@
1502
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1503
+@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
1504
+
1505
+libllvmsdag_la-FastISel.lo: llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
1506
+@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
1507
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-FastISel.Tpo $(DEPDIR)/libllvmsdag_la-FastISel.Plo
1508
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1509
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/FastISel.cpp' object='libllvmsdag_la-FastISel.lo' libtool=yes @AMDEPBACKSLASH@
1510
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1511
+@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
1512
+
1513
+libllvmsdag_la-LegalizeDAG.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
1514
+@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
1515
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeDAG.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeDAG.Plo
1516
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1517
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp' object='libllvmsdag_la-LegalizeDAG.lo' libtool=yes @AMDEPBACKSLASH@
1518
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1519
+@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
1520
+
1521
+libllvmsdag_la-LegalizeFloatTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
1522
+@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
1523
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeFloatTypes.Plo
1524
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1525
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp' object='libllvmsdag_la-LegalizeFloatTypes.lo' libtool=yes @AMDEPBACKSLASH@
1526
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1527
+@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
1528
+
1529
+libllvmsdag_la-LegalizeIntegerTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
1530
+@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
1531
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeIntegerTypes.Plo
1532
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1533
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp' object='libllvmsdag_la-LegalizeIntegerTypes.lo' libtool=yes @AMDEPBACKSLASH@
1534
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1535
+@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
1536
+
1537
+libllvmsdag_la-LegalizeTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
1538
+@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
1539
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeTypes.Plo
1540
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1541
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp' object='libllvmsdag_la-LegalizeTypes.lo' libtool=yes @AMDEPBACKSLASH@
1542
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1543
+@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
1544
+
1545
+libllvmsdag_la-LegalizeTypesGeneric.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
1546
+@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
1547
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeTypesGeneric.Plo
1548
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1549
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp' object='libllvmsdag_la-LegalizeTypesGeneric.lo' libtool=yes @AMDEPBACKSLASH@
1550
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1551
+@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
1552
+
1553
+libllvmsdag_la-LegalizeVectorOps.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
1554
+@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
1555
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeVectorOps.Plo
1556
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1557
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp' object='libllvmsdag_la-LegalizeVectorOps.lo' libtool=yes @AMDEPBACKSLASH@
1558
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1559
+@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
1560
+
1561
+libllvmsdag_la-LegalizeVectorTypes.lo: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
1562
+@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
1563
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Tpo $(DEPDIR)/libllvmsdag_la-LegalizeVectorTypes.Plo
1564
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1565
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp' object='libllvmsdag_la-LegalizeVectorTypes.lo' libtool=yes @AMDEPBACKSLASH@
1566
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1567
+@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
1568
+
1569
+libllvmsdag_la-ScheduleDAGFast.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
1570
+@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
1571
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGFast.Plo
1572
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1573
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp' object='libllvmsdag_la-ScheduleDAGFast.lo' libtool=yes @AMDEPBACKSLASH@
1574
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1575
+@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
1576
+
1577
+libllvmsdag_la-ScheduleDAGList.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
1578
+@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
1579
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGList.Plo
1580
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1581
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp' object='libllvmsdag_la-ScheduleDAGList.lo' libtool=yes @AMDEPBACKSLASH@
1582
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1583
+@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
1584
+
1585
+libllvmsdag_la-ScheduleDAGRRList.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
1586
+@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
1587
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGRRList.Plo
1588
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1589
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp' object='libllvmsdag_la-ScheduleDAGRRList.lo' libtool=yes @AMDEPBACKSLASH@
1590
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1591
+@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
1592
+
1593
+libllvmsdag_la-ScheduleDAGSDNodes.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
1594
+@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
1595
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodes.Plo
1596
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1597
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp' object='libllvmsdag_la-ScheduleDAGSDNodes.lo' libtool=yes @AMDEPBACKSLASH@
1598
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1599
+@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
1600
+
1601
+libllvmsdag_la-ScheduleDAGSDNodesEmit.lo: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
1602
+@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
1603
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Tpo $(DEPDIR)/libllvmsdag_la-ScheduleDAGSDNodesEmit.Plo
1604
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1605
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp' object='libllvmsdag_la-ScheduleDAGSDNodesEmit.lo' libtool=yes @AMDEPBACKSLASH@
1606
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1607
+@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
1608
+
1609
+libllvmsdag_la-SelectionDAG.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
1610
+@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
1611
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAG.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAG.Plo
1612
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1613
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp' object='libllvmsdag_la-SelectionDAG.lo' libtool=yes @AMDEPBACKSLASH@
1614
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1615
+@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
1616
+
1617
+libllvmsdag_la-SelectionDAGBuild.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
1618
+@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
1619
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGBuild.Plo
1620
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1621
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp' object='libllvmsdag_la-SelectionDAGBuild.lo' libtool=yes @AMDEPBACKSLASH@
1622
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1623
+@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
1624
+
1625
+libllvmsdag_la-SelectionDAGISel.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
1626
+@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
1627
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGISel.Plo
1628
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1629
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp' object='libllvmsdag_la-SelectionDAGISel.lo' libtool=yes @AMDEPBACKSLASH@
1630
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1631
+@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
1632
+
1633
+libllvmsdag_la-SelectionDAGPrinter.lo: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
1634
+@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
1635
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Tpo $(DEPDIR)/libllvmsdag_la-SelectionDAGPrinter.Plo
1636
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1637
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp' object='libllvmsdag_la-SelectionDAGPrinter.lo' libtool=yes @AMDEPBACKSLASH@
1638
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1639
+@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
1640
+
1641
+libllvmsdag_la-TargetLowering.lo: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
1642
+@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
1643
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-TargetLowering.Tpo $(DEPDIR)/libllvmsdag_la-TargetLowering.Plo
1644
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1645
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp' object='libllvmsdag_la-TargetLowering.lo' libtool=yes @AMDEPBACKSLASH@
1646
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1647
+@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
1648
+
1649
+libllvmsdag_la-DwarfWriter.lo: llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
1650
+@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
1651
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfWriter.Tpo $(DEPDIR)/libllvmsdag_la-DwarfWriter.Plo
1652
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1653
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp' object='libllvmsdag_la-DwarfWriter.lo' libtool=yes @AMDEPBACKSLASH@
1654
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1655
+@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
1656
+
1657
+libllvmsdag_la-DwarfDebug.lo: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
1658
+@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
1659
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfDebug.Tpo $(DEPDIR)/libllvmsdag_la-DwarfDebug.Plo
1660
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1661
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp' object='libllvmsdag_la-DwarfDebug.lo' libtool=yes @AMDEPBACKSLASH@
1662
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1663
+@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
1664
+
1665
+libllvmsdag_la-DwarfException.lo: llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
1666
+@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
1667
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfException.Tpo $(DEPDIR)/libllvmsdag_la-DwarfException.Plo
1668
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1669
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp' object='libllvmsdag_la-DwarfException.lo' libtool=yes @AMDEPBACKSLASH@
1670
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1671
+@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
1672
+
1673
+libllvmsdag_la-DwarfLabel.lo: llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp
1674
+@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
1675
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfLabel.Tpo $(DEPDIR)/libllvmsdag_la-DwarfLabel.Plo
1676
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1677
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfLabel.cpp' object='libllvmsdag_la-DwarfLabel.lo' libtool=yes @AMDEPBACKSLASH@
1678
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679
+@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
1680
+
1681
+libllvmsdag_la-DwarfPrinter.lo: llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
1682
+@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
1683
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DwarfPrinter.Tpo $(DEPDIR)/libllvmsdag_la-DwarfPrinter.Plo
1684
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1685
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp' object='libllvmsdag_la-DwarfPrinter.lo' libtool=yes @AMDEPBACKSLASH@
1686
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1687
+@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
1688
+
1689
+libllvmsdag_la-DIE.lo: llvm/lib/CodeGen/AsmPrinter/DIE.cpp
1690
+@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
1691
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-DIE.Tpo $(DEPDIR)/libllvmsdag_la-DIE.Plo
1692
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1693
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/DIE.cpp' object='libllvmsdag_la-DIE.lo' libtool=yes @AMDEPBACKSLASH@
1694
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1695
+@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
1696
+
1697
+libllvmsdag_la-AsmPrinter.lo: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
1698
+@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
1699
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsdag_la-AsmPrinter.Tpo $(DEPDIR)/libllvmsdag_la-AsmPrinter.Plo
1700
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1701
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp' object='libllvmsdag_la-AsmPrinter.lo' libtool=yes @AMDEPBACKSLASH@
1702
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1703
+@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
1704
+
1705
+libllvmsupport_la-APFloat.lo: llvm/lib/Support/APFloat.cpp
1706
+@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
1707
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APFloat.Tpo $(DEPDIR)/libllvmsupport_la-APFloat.Plo
1708
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1709
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APFloat.cpp' object='libllvmsupport_la-APFloat.lo' libtool=yes @AMDEPBACKSLASH@
1710
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1711
+@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
1712
+
1713
+libllvmsupport_la-APInt.lo: llvm/lib/Support/APInt.cpp
1714
+@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
1715
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APInt.Tpo $(DEPDIR)/libllvmsupport_la-APInt.Plo
1716
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1717
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APInt.cpp' object='libllvmsupport_la-APInt.lo' libtool=yes @AMDEPBACKSLASH@
1718
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1719
+@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
1720
+
1721
+libllvmsupport_la-APSInt.lo: llvm/lib/Support/APSInt.cpp
1722
+@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
1723
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-APSInt.Tpo $(DEPDIR)/libllvmsupport_la-APSInt.Plo
1724
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1725
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/APSInt.cpp' object='libllvmsupport_la-APSInt.lo' libtool=yes @AMDEPBACKSLASH@
1726
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1727
+@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
1728
+
1729
+libllvmsupport_la-Allocator.lo: llvm/lib/Support/Allocator.cpp
1730
+@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
1731
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Allocator.Tpo $(DEPDIR)/libllvmsupport_la-Allocator.Plo
1732
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1733
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Allocator.cpp' object='libllvmsupport_la-Allocator.lo' libtool=yes @AMDEPBACKSLASH@
1734
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1735
+@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
1736
+
1737
+libllvmsupport_la-CommandLine.lo: llvm/lib/Support/CommandLine.cpp
1738
+@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
1739
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-CommandLine.Tpo $(DEPDIR)/libllvmsupport_la-CommandLine.Plo
1740
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1741
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/CommandLine.cpp' object='libllvmsupport_la-CommandLine.lo' libtool=yes @AMDEPBACKSLASH@
1742
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1743
+@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
1744
+
1745
+libllvmsupport_la-ConstantRange.lo: llvm/lib/Support/ConstantRange.cpp
1746
+@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
1747
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ConstantRange.Tpo $(DEPDIR)/libllvmsupport_la-ConstantRange.Plo
1748
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1749
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ConstantRange.cpp' object='libllvmsupport_la-ConstantRange.lo' libtool=yes @AMDEPBACKSLASH@
1750
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1751
+@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
1752
+
1753
+libllvmsupport_la-Debug.lo: llvm/lib/Support/Debug.cpp
1754
+@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
1755
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Debug.Tpo $(DEPDIR)/libllvmsupport_la-Debug.Plo
1756
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1757
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Debug.cpp' object='libllvmsupport_la-Debug.lo' libtool=yes @AMDEPBACKSLASH@
1758
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1759
+@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
1760
+
1761
+libllvmsupport_la-Dwarf.lo: llvm/lib/Support/Dwarf.cpp
1762
+@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
1763
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Dwarf.Tpo $(DEPDIR)/libllvmsupport_la-Dwarf.Plo
1764
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1765
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Dwarf.cpp' object='libllvmsupport_la-Dwarf.lo' libtool=yes @AMDEPBACKSLASH@
1766
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1767
+@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
1768
+
1769
+libllvmsupport_la-ErrorHandling.lo: llvm/lib/Support/ErrorHandling.cpp
1770
+@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
1771
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ErrorHandling.Tpo $(DEPDIR)/libllvmsupport_la-ErrorHandling.Plo
1772
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1773
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ErrorHandling.cpp' object='libllvmsupport_la-ErrorHandling.lo' libtool=yes @AMDEPBACKSLASH@
1774
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1775
+@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
1776
+
1777
+libllvmsupport_la-FileUtilities.lo: llvm/lib/Support/FileUtilities.cpp
1778
+@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
1779
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FileUtilities.Tpo $(DEPDIR)/libllvmsupport_la-FileUtilities.Plo
1780
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1781
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FileUtilities.cpp' object='libllvmsupport_la-FileUtilities.lo' libtool=yes @AMDEPBACKSLASH@
1782
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1783
+@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
1784
+
1785
+libllvmsupport_la-FoldingSet.lo: llvm/lib/Support/FoldingSet.cpp
1786
+@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
1787
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FoldingSet.Tpo $(DEPDIR)/libllvmsupport_la-FoldingSet.Plo
1788
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1789
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FoldingSet.cpp' object='libllvmsupport_la-FoldingSet.lo' libtool=yes @AMDEPBACKSLASH@
1790
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1791
+@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
1792
+
1793
+libllvmsupport_la-FormattedStream.lo: llvm/lib/Support/FormattedStream.cpp
1794
+@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
1795
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-FormattedStream.Tpo $(DEPDIR)/libllvmsupport_la-FormattedStream.Plo
1796
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1797
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/FormattedStream.cpp' object='libllvmsupport_la-FormattedStream.lo' libtool=yes @AMDEPBACKSLASH@
1798
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1799
+@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
1800
+
1801
+libllvmsupport_la-GraphWriter.lo: llvm/lib/Support/GraphWriter.cpp
1802
+@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
1803
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-GraphWriter.Tpo $(DEPDIR)/libllvmsupport_la-GraphWriter.Plo
1804
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1805
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/GraphWriter.cpp' object='libllvmsupport_la-GraphWriter.lo' libtool=yes @AMDEPBACKSLASH@
1806
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1807
+@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
1808
+
1809
+libllvmsupport_la-IsInf.lo: llvm/lib/Support/IsInf.cpp
1810
+@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
1811
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-IsInf.Tpo $(DEPDIR)/libllvmsupport_la-IsInf.Plo
1812
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1813
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/IsInf.cpp' object='libllvmsupport_la-IsInf.lo' libtool=yes @AMDEPBACKSLASH@
1814
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1815
+@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
1816
+
1817
+libllvmsupport_la-IsNAN.lo: llvm/lib/Support/IsNAN.cpp
1818
+@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
1819
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-IsNAN.Tpo $(DEPDIR)/libllvmsupport_la-IsNAN.Plo
1820
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1821
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/IsNAN.cpp' object='libllvmsupport_la-IsNAN.lo' libtool=yes @AMDEPBACKSLASH@
1822
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1823
+@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
1824
+
1825
+libllvmsupport_la-ManagedStatic.lo: llvm/lib/Support/ManagedStatic.cpp
1826
+@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
1827
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-ManagedStatic.Tpo $(DEPDIR)/libllvmsupport_la-ManagedStatic.Plo
1828
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1829
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/ManagedStatic.cpp' object='libllvmsupport_la-ManagedStatic.lo' libtool=yes @AMDEPBACKSLASH@
1830
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1831
+@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
1832
+
1833
+libllvmsupport_la-MemoryBuffer.lo: llvm/lib/Support/MemoryBuffer.cpp
1834
+@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
1835
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-MemoryBuffer.Tpo $(DEPDIR)/libllvmsupport_la-MemoryBuffer.Plo
1836
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1837
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/MemoryBuffer.cpp' object='libllvmsupport_la-MemoryBuffer.lo' libtool=yes @AMDEPBACKSLASH@
1838
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1839
+@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
1840
+
1841
+libllvmsupport_la-PluginLoader.lo: llvm/lib/Support/PluginLoader.cpp
1842
+@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
1843
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-PluginLoader.Tpo $(DEPDIR)/libllvmsupport_la-PluginLoader.Plo
1844
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1845
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/PluginLoader.cpp' object='libllvmsupport_la-PluginLoader.lo' libtool=yes @AMDEPBACKSLASH@
1846
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1847
+@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
1848
+
1849
+libllvmsupport_la-PrettyStackTrace.lo: llvm/lib/Support/PrettyStackTrace.cpp
1850
+@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
1851
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Tpo $(DEPDIR)/libllvmsupport_la-PrettyStackTrace.Plo
1852
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1853
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/PrettyStackTrace.cpp' object='libllvmsupport_la-PrettyStackTrace.lo' libtool=yes @AMDEPBACKSLASH@
1854
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1855
+@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
1856
+
1857
+libllvmsupport_la-SlowOperationInformer.lo: llvm/lib/Support/SlowOperationInformer.cpp
1858
+@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
1859
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Tpo $(DEPDIR)/libllvmsupport_la-SlowOperationInformer.Plo
1860
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1861
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SlowOperationInformer.cpp' object='libllvmsupport_la-SlowOperationInformer.lo' libtool=yes @AMDEPBACKSLASH@
1862
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1863
+@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
1864
+
1865
+libllvmsupport_la-SmallPtrSet.lo: llvm/lib/Support/SmallPtrSet.cpp
1866
+@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
1867
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SmallPtrSet.Tpo $(DEPDIR)/libllvmsupport_la-SmallPtrSet.Plo
1868
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1869
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SmallPtrSet.cpp' object='libllvmsupport_la-SmallPtrSet.lo' libtool=yes @AMDEPBACKSLASH@
1870
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1871
+@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
1872
+
1873
+libllvmsupport_la-SourceMgr.lo: llvm/lib/Support/SourceMgr.cpp
1874
+@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
1875
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SourceMgr.Tpo $(DEPDIR)/libllvmsupport_la-SourceMgr.Plo
1876
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1877
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SourceMgr.cpp' object='libllvmsupport_la-SourceMgr.lo' libtool=yes @AMDEPBACKSLASH@
1878
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1879
+@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
1880
+
1881
+libllvmsupport_la-Statistic.lo: llvm/lib/Support/Statistic.cpp
1882
+@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
1883
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Statistic.Tpo $(DEPDIR)/libllvmsupport_la-Statistic.Plo
1884
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1885
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Statistic.cpp' object='libllvmsupport_la-Statistic.lo' libtool=yes @AMDEPBACKSLASH@
1886
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1887
+@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
1888
+
1889
+libllvmsupport_la-StringExtras.lo: llvm/lib/Support/StringExtras.cpp
1890
+@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
1891
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringExtras.Tpo $(DEPDIR)/libllvmsupport_la-StringExtras.Plo
1892
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1893
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringExtras.cpp' object='libllvmsupport_la-StringExtras.lo' libtool=yes @AMDEPBACKSLASH@
1894
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1895
+@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
1896
+
1897
+libllvmsupport_la-StringMap.lo: llvm/lib/Support/StringMap.cpp
1898
+@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
1899
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringMap.Tpo $(DEPDIR)/libllvmsupport_la-StringMap.Plo
1900
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1901
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringMap.cpp' object='libllvmsupport_la-StringMap.lo' libtool=yes @AMDEPBACKSLASH@
1902
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1903
+@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
1904
+
1905
+libllvmsupport_la-StringPool.lo: llvm/lib/Support/StringPool.cpp
1906
+@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
1907
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-StringPool.Tpo $(DEPDIR)/libllvmsupport_la-StringPool.Plo
1908
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1909
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/StringPool.cpp' object='libllvmsupport_la-StringPool.lo' libtool=yes @AMDEPBACKSLASH@
1910
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1911
+@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
1912
+
1913
+libllvmsupport_la-SystemUtils.lo: llvm/lib/Support/SystemUtils.cpp
1914
+@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
1915
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-SystemUtils.Tpo $(DEPDIR)/libllvmsupport_la-SystemUtils.Plo
1916
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1917
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/SystemUtils.cpp' object='libllvmsupport_la-SystemUtils.lo' libtool=yes @AMDEPBACKSLASH@
1918
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1919
+@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
1920
+
1921
+libllvmsupport_la-TargetRegistry.lo: llvm/lib/Support/TargetRegistry.cpp
1922
+@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
1923
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-TargetRegistry.Tpo $(DEPDIR)/libllvmsupport_la-TargetRegistry.Plo
1924
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1925
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/TargetRegistry.cpp' object='libllvmsupport_la-TargetRegistry.lo' libtool=yes @AMDEPBACKSLASH@
1926
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1927
+@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
1928
+
1929
+libllvmsupport_la-Timer.lo: llvm/lib/Support/Timer.cpp
1930
+@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
1931
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Timer.Tpo $(DEPDIR)/libllvmsupport_la-Timer.Plo
1932
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1933
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Timer.cpp' object='libllvmsupport_la-Timer.lo' libtool=yes @AMDEPBACKSLASH@
1934
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1935
+@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
1936
+
1937
+libllvmsupport_la-Triple.lo: llvm/lib/Support/Triple.cpp
1938
+@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
1939
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Triple.Tpo $(DEPDIR)/libllvmsupport_la-Triple.Plo
1940
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1941
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Triple.cpp' object='libllvmsupport_la-Triple.lo' libtool=yes @AMDEPBACKSLASH@
1942
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1943
+@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
1944
+
1945
+libllvmsupport_la-Twine.lo: llvm/lib/Support/Twine.cpp
1946
+@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
1947
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Twine.Tpo $(DEPDIR)/libllvmsupport_la-Twine.Plo
1948
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1949
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Twine.cpp' object='libllvmsupport_la-Twine.lo' libtool=yes @AMDEPBACKSLASH@
1950
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1951
+@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
1952
+
1953
+libllvmsupport_la-raw_os_ostream.lo: llvm/lib/Support/raw_os_ostream.cpp
1954
+@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
1955
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-raw_os_ostream.Tpo $(DEPDIR)/libllvmsupport_la-raw_os_ostream.Plo
1956
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1957
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/raw_os_ostream.cpp' object='libllvmsupport_la-raw_os_ostream.lo' libtool=yes @AMDEPBACKSLASH@
1958
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1959
+@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
1960
+
1961
+libllvmsupport_la-raw_ostream.lo: llvm/lib/Support/raw_ostream.cpp
1962
+@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
1963
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-raw_ostream.Tpo $(DEPDIR)/libllvmsupport_la-raw_ostream.Plo
1964
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1965
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/raw_ostream.cpp' object='libllvmsupport_la-raw_ostream.lo' libtool=yes @AMDEPBACKSLASH@
1966
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1967
+@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
1968
+
1969
+libllvmsupport_la-Regex.lo: llvm/lib/Support/Regex.cpp
1970
+@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
1971
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsupport_la-Regex.Tpo $(DEPDIR)/libllvmsupport_la-Regex.Plo
1972
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1973
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Support/Regex.cpp' object='libllvmsupport_la-Regex.lo' libtool=yes @AMDEPBACKSLASH@
1974
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1975
+@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
1976
+
1977
+libllvmsystem_la-Alarm.lo: llvm/lib/System/Alarm.cpp
1978
+@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
1979
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Alarm.Tpo $(DEPDIR)/libllvmsystem_la-Alarm.Plo
1980
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1981
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Alarm.cpp' object='libllvmsystem_la-Alarm.lo' libtool=yes @AMDEPBACKSLASH@
1982
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1983
+@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
1984
+
1985
+libllvmsystem_la-Atomic.lo: llvm/lib/System/Atomic.cpp
1986
+@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
1987
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Atomic.Tpo $(DEPDIR)/libllvmsystem_la-Atomic.Plo
1988
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1989
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Atomic.cpp' object='libllvmsystem_la-Atomic.lo' libtool=yes @AMDEPBACKSLASH@
1990
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1991
+@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
1992
+
1993
+libllvmsystem_la-Disassembler.lo: llvm/lib/System/Disassembler.cpp
1994
+@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
1995
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Disassembler.Tpo $(DEPDIR)/libllvmsystem_la-Disassembler.Plo
1996
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
1997
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Disassembler.cpp' object='libllvmsystem_la-Disassembler.lo' libtool=yes @AMDEPBACKSLASH@
1998
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1999
+@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
2000
+
2001
+libllvmsystem_la-DynamicLibrary.lo: llvm/lib/System/DynamicLibrary.cpp
2002
+@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
2003
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-DynamicLibrary.Tpo $(DEPDIR)/libllvmsystem_la-DynamicLibrary.Plo
2004
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2005
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/DynamicLibrary.cpp' object='libllvmsystem_la-DynamicLibrary.lo' libtool=yes @AMDEPBACKSLASH@
2006
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2007
+@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
2008
+
2009
+libllvmsystem_la-Errno.lo: llvm/lib/System/Errno.cpp
2010
+@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
2011
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Errno.Tpo $(DEPDIR)/libllvmsystem_la-Errno.Plo
2012
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2013
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Errno.cpp' object='libllvmsystem_la-Errno.lo' libtool=yes @AMDEPBACKSLASH@
2014
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2015
+@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
2016
+
2017
+libllvmsystem_la-Host.lo: llvm/lib/System/Host.cpp
2018
+@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
2019
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Host.Tpo $(DEPDIR)/libllvmsystem_la-Host.Plo
2020
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2021
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Host.cpp' object='libllvmsystem_la-Host.lo' libtool=yes @AMDEPBACKSLASH@
2022
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2023
+@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
2024
+
2025
+libllvmsystem_la-IncludeFile.lo: llvm/lib/System/IncludeFile.cpp
2026
+@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
2027
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-IncludeFile.Tpo $(DEPDIR)/libllvmsystem_la-IncludeFile.Plo
2028
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2029
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/IncludeFile.cpp' object='libllvmsystem_la-IncludeFile.lo' libtool=yes @AMDEPBACKSLASH@
2030
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2031
+@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
2032
+
2033
+libllvmsystem_la-Memory.lo: llvm/lib/System/Memory.cpp
2034
+@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
2035
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Memory.Tpo $(DEPDIR)/libllvmsystem_la-Memory.Plo
2036
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2037
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Memory.cpp' object='libllvmsystem_la-Memory.lo' libtool=yes @AMDEPBACKSLASH@
2038
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2039
+@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
2040
+
2041
+libllvmsystem_la-Mutex.lo: llvm/lib/System/Mutex.cpp
2042
+@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
2043
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Mutex.Tpo $(DEPDIR)/libllvmsystem_la-Mutex.Plo
2044
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2045
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Mutex.cpp' object='libllvmsystem_la-Mutex.lo' libtool=yes @AMDEPBACKSLASH@
2046
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2047
+@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
2048
+
2049
+libllvmsystem_la-Path.lo: llvm/lib/System/Path.cpp
2050
+@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
2051
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Path.Tpo $(DEPDIR)/libllvmsystem_la-Path.Plo
2052
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2053
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Path.cpp' object='libllvmsystem_la-Path.lo' libtool=yes @AMDEPBACKSLASH@
2054
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2055
+@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
2056
+
2057
+libllvmsystem_la-Process.lo: llvm/lib/System/Process.cpp
2058
+@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
2059
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Process.Tpo $(DEPDIR)/libllvmsystem_la-Process.Plo
2060
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2061
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Process.cpp' object='libllvmsystem_la-Process.lo' libtool=yes @AMDEPBACKSLASH@
2062
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2063
+@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
2064
+
2065
+libllvmsystem_la-Program.lo: llvm/lib/System/Program.cpp
2066
+@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
2067
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Program.Tpo $(DEPDIR)/libllvmsystem_la-Program.Plo
2068
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2069
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Program.cpp' object='libllvmsystem_la-Program.lo' libtool=yes @AMDEPBACKSLASH@
2070
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2071
+@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
2072
+
2073
+libllvmsystem_la-RWMutex.lo: llvm/lib/System/RWMutex.cpp
2074
+@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
2075
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-RWMutex.Tpo $(DEPDIR)/libllvmsystem_la-RWMutex.Plo
2076
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2077
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/RWMutex.cpp' object='libllvmsystem_la-RWMutex.lo' libtool=yes @AMDEPBACKSLASH@
2078
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2079
+@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
2080
+
2081
+libllvmsystem_la-Signals.lo: llvm/lib/System/Signals.cpp
2082
+@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
2083
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Signals.Tpo $(DEPDIR)/libllvmsystem_la-Signals.Plo
2084
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2085
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Signals.cpp' object='libllvmsystem_la-Signals.lo' libtool=yes @AMDEPBACKSLASH@
2086
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2087
+@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
2088
+
2089
+libllvmsystem_la-ThreadLocal.lo: llvm/lib/System/ThreadLocal.cpp
2090
+@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
2091
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-ThreadLocal.Tpo $(DEPDIR)/libllvmsystem_la-ThreadLocal.Plo
2092
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2093
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/ThreadLocal.cpp' object='libllvmsystem_la-ThreadLocal.lo' libtool=yes @AMDEPBACKSLASH@
2094
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2095
+@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
2096
+
2097
+libllvmsystem_la-Threading.lo: llvm/lib/System/Threading.cpp
2098
+@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
2099
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-Threading.Tpo $(DEPDIR)/libllvmsystem_la-Threading.Plo
2100
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2101
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/Threading.cpp' object='libllvmsystem_la-Threading.lo' libtool=yes @AMDEPBACKSLASH@
2102
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2103
+@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
2104
+
2105
+libllvmsystem_la-TimeValue.lo: llvm/lib/System/TimeValue.cpp
2106
+@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
2107
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmsystem_la-TimeValue.Tpo $(DEPDIR)/libllvmsystem_la-TimeValue.Plo
2108
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2109
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/System/TimeValue.cpp' object='libllvmsystem_la-TimeValue.lo' libtool=yes @AMDEPBACKSLASH@
2110
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2111
+@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
2112
+
2113
+libllvmtarget_la-SubtargetFeature.lo: llvm/lib/Target/SubtargetFeature.cpp
2114
+@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
2115
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-SubtargetFeature.Tpo $(DEPDIR)/libllvmtarget_la-SubtargetFeature.Plo
2116
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2117
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/SubtargetFeature.cpp' object='libllvmtarget_la-SubtargetFeature.lo' libtool=yes @AMDEPBACKSLASH@
2118
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2119
+@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
2120
+
2121
+libllvmtarget_la-Target.lo: llvm/lib/Target/Target.cpp
2122
+@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
2123
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-Target.Tpo $(DEPDIR)/libllvmtarget_la-Target.Plo
2124
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2125
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/Target.cpp' object='libllvmtarget_la-Target.lo' libtool=yes @AMDEPBACKSLASH@
2126
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2127
+@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
2128
+
2129
+libllvmtarget_la-TargetData.lo: llvm/lib/Target/TargetData.cpp
2130
+@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
2131
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetData.Tpo $(DEPDIR)/libllvmtarget_la-TargetData.Plo
2132
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2133
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetData.cpp' object='libllvmtarget_la-TargetData.lo' libtool=yes @AMDEPBACKSLASH@
2134
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2135
+@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
2136
+
2137
+libllvmtarget_la-TargetELFWriterInfo.lo: llvm/lib/Target/TargetELFWriterInfo.cpp
2138
+@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
2139
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetELFWriterInfo.Plo
2140
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2141
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetELFWriterInfo.cpp' object='libllvmtarget_la-TargetELFWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
2142
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2143
+@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
2144
+
2145
+libllvmtarget_la-TargetFrameInfo.lo: llvm/lib/Target/TargetFrameInfo.cpp
2146
+@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
2147
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetFrameInfo.Plo
2148
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2149
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetFrameInfo.cpp' object='libllvmtarget_la-TargetFrameInfo.lo' libtool=yes @AMDEPBACKSLASH@
2150
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2151
+@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
2152
+
2153
+libllvmtarget_la-TargetInstrInfo.lo: llvm/lib/Target/TargetInstrInfo.cpp
2154
+@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
2155
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetInstrInfo.Plo
2156
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2157
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetInstrInfo.cpp' object='libllvmtarget_la-TargetInstrInfo.lo' libtool=yes @AMDEPBACKSLASH@
2158
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2159
+@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
2160
+
2161
+libllvmtarget_la-TargetIntrinsicInfo.lo: llvm/lib/Target/TargetIntrinsicInfo.cpp
2162
+@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
2163
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetIntrinsicInfo.Plo
2164
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2165
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetIntrinsicInfo.cpp' object='libllvmtarget_la-TargetIntrinsicInfo.lo' libtool=yes @AMDEPBACKSLASH@
2166
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2167
+@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
2168
+
2169
+libllvmtarget_la-TargetLoweringObjectFile.lo: llvm/lib/Target/TargetLoweringObjectFile.cpp
2170
+@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
2171
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Tpo $(DEPDIR)/libllvmtarget_la-TargetLoweringObjectFile.Plo
2172
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2173
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetLoweringObjectFile.cpp' object='libllvmtarget_la-TargetLoweringObjectFile.lo' libtool=yes @AMDEPBACKSLASH@
2174
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2175
+@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
2176
+
2177
+libllvmtarget_la-TargetMachOWriterInfo.lo: llvm/lib/Target/TargetMachOWriterInfo.cpp
2178
+@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
2179
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetMachOWriterInfo.Plo
2180
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2181
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetMachOWriterInfo.cpp' object='libllvmtarget_la-TargetMachOWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
2182
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2183
+@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
2184
+
2185
+libllvmtarget_la-TargetMachine.lo: llvm/lib/Target/TargetMachine.cpp
2186
+@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
2187
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetMachine.Tpo $(DEPDIR)/libllvmtarget_la-TargetMachine.Plo
2188
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2189
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetMachine.cpp' object='libllvmtarget_la-TargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
2190
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2191
+@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
2192
+
2193
+libllvmtarget_la-TargetRegisterInfo.lo: llvm/lib/Target/TargetRegisterInfo.cpp
2194
+@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
2195
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Tpo $(DEPDIR)/libllvmtarget_la-TargetRegisterInfo.Plo
2196
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2197
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetRegisterInfo.cpp' object='libllvmtarget_la-TargetRegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
2198
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2199
+@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
2200
+
2201
+libllvmtarget_la-TargetSubtarget.lo: llvm/lib/Target/TargetSubtarget.cpp
2202
+@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
2203
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtarget_la-TargetSubtarget.Tpo $(DEPDIR)/libllvmtarget_la-TargetSubtarget.Plo
2204
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2205
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/TargetSubtarget.cpp' object='libllvmtarget_la-TargetSubtarget.lo' libtool=yes @AMDEPBACKSLASH@
2206
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2207
+@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
2208
+
2209
+libllvmtargetx86_la-X86CodeEmitter.lo: llvm/lib/Target/X86/X86CodeEmitter.cpp
2210
+@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
2211
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Tpo $(DEPDIR)/libllvmtargetx86_la-X86CodeEmitter.Plo
2212
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2213
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86CodeEmitter.cpp' object='libllvmtargetx86_la-X86CodeEmitter.lo' libtool=yes @AMDEPBACKSLASH@
2214
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2215
+@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
2216
+
2217
+libllvmtargetx86_la-X86ELFWriterInfo.lo: llvm/lib/Target/X86/X86ELFWriterInfo.cpp
2218
+@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
2219
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ELFWriterInfo.Plo
2220
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2221
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ELFWriterInfo.cpp' object='libllvmtargetx86_la-X86ELFWriterInfo.lo' libtool=yes @AMDEPBACKSLASH@
2222
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2223
+@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
2224
+
2225
+libllvmtargetx86_la-X86FloatingPoint.lo: llvm/lib/Target/X86/X86FloatingPoint.cpp
2226
+@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
2227
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FloatingPoint.Plo
2228
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2229
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FloatingPoint.cpp' object='libllvmtargetx86_la-X86FloatingPoint.lo' libtool=yes @AMDEPBACKSLASH@
2230
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2231
+@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
2232
+
2233
+libllvmtargetx86_la-X86FloatingPointRegKill.lo: llvm/lib/Target/X86/X86FloatingPointRegKill.cpp
2234
+@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
2235
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FloatingPointRegKill.Plo
2236
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2237
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FloatingPointRegKill.cpp' object='libllvmtargetx86_la-X86FloatingPointRegKill.lo' libtool=yes @AMDEPBACKSLASH@
2238
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2239
+@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
2240
+
2241
+libllvmtargetx86_la-X86ISelDAGToDAG.lo: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
2242
+@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
2243
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ISelDAGToDAG.Plo
2244
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2245
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ISelDAGToDAG.cpp' object='libllvmtargetx86_la-X86ISelDAGToDAG.lo' libtool=yes @AMDEPBACKSLASH@
2246
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2247
+@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
2248
+
2249
+libllvmtargetx86_la-X86ISelLowering.lo: llvm/lib/Target/X86/X86ISelLowering.cpp
2250
+@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
2251
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Tpo $(DEPDIR)/libllvmtargetx86_la-X86ISelLowering.Plo
2252
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2253
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86ISelLowering.cpp' object='libllvmtargetx86_la-X86ISelLowering.lo' libtool=yes @AMDEPBACKSLASH@
2254
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2255
+@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
2256
+
2257
+libllvmtargetx86_la-X86InstrInfo.lo: llvm/lib/Target/X86/X86InstrInfo.cpp
2258
+@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
2259
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86InstrInfo.Plo
2260
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2261
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86InstrInfo.cpp' object='libllvmtargetx86_la-X86InstrInfo.lo' libtool=yes @AMDEPBACKSLASH@
2262
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2263
+@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
2264
+
2265
+libllvmtargetx86_la-X86JITInfo.lo: llvm/lib/Target/X86/X86JITInfo.cpp
2266
+@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
2267
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86JITInfo.Plo
2268
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2269
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86JITInfo.cpp' object='libllvmtargetx86_la-X86JITInfo.lo' libtool=yes @AMDEPBACKSLASH@
2270
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2271
+@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
2272
+
2273
+libllvmtargetx86_la-X86MCAsmInfo.lo: llvm/lib/Target/X86/X86MCAsmInfo.cpp
2274
+@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
2275
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86MCAsmInfo.Plo
2276
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2277
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86MCAsmInfo.cpp' object='libllvmtargetx86_la-X86MCAsmInfo.lo' libtool=yes @AMDEPBACKSLASH@
2278
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2279
+@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
2280
+
2281
+libllvmtargetx86_la-X86RegisterInfo.lo: llvm/lib/Target/X86/X86RegisterInfo.cpp
2282
+@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
2283
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86RegisterInfo.Plo
2284
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2285
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86RegisterInfo.cpp' object='libllvmtargetx86_la-X86RegisterInfo.lo' libtool=yes @AMDEPBACKSLASH@
2286
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2287
+@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
2288
+
2289
+libllvmtargetx86_la-X86Subtarget.lo: llvm/lib/Target/X86/X86Subtarget.cpp
2290
+@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
2291
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Tpo $(DEPDIR)/libllvmtargetx86_la-X86Subtarget.Plo
2292
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2293
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86Subtarget.cpp' object='libllvmtargetx86_la-X86Subtarget.lo' libtool=yes @AMDEPBACKSLASH@
2294
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2295
+@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
2296
+
2297
+libllvmtargetx86_la-X86TargetMachine.lo: llvm/lib/Target/X86/X86TargetMachine.cpp
2298
+@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
2299
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetMachine.Plo
2300
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2301
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86TargetMachine.cpp' object='libllvmtargetx86_la-X86TargetMachine.lo' libtool=yes @AMDEPBACKSLASH@
2302
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2303
+@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
2304
+
2305
+libllvmtargetx86_la-X86FastISel.lo: llvm/lib/Target/X86/X86FastISel.cpp
2306
+@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
2307
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86FastISel.Tpo $(DEPDIR)/libllvmtargetx86_la-X86FastISel.Plo
2308
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2309
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/X86FastISel.cpp' object='libllvmtargetx86_la-X86FastISel.lo' libtool=yes @AMDEPBACKSLASH@
2310
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2311
+@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
2312
+
2313
+libllvmtargetx86_la-X86TargetInfo.lo: llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
2314
+@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
2315
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Tpo $(DEPDIR)/libllvmtargetx86_la-X86TargetInfo.Plo
2316
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2317
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp' object='libllvmtargetx86_la-X86TargetInfo.lo' libtool=yes @AMDEPBACKSLASH@
2318
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2319
+@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
2320
+
2321
+libllvmtransformutils_la-AddrModeMatcher.lo: llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
2322
+@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
2323
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Tpo $(DEPDIR)/libllvmtransformutils_la-AddrModeMatcher.Plo
2324
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2325
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/AddrModeMatcher.cpp' object='libllvmtransformutils_la-AddrModeMatcher.lo' libtool=yes @AMDEPBACKSLASH@
2326
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2327
+@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
2328
+
2329
+libllvmtransformutils_la-BasicBlockUtils.lo: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
2330
+@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
2331
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Tpo $(DEPDIR)/libllvmtransformutils_la-BasicBlockUtils.Plo
2332
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2333
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/BasicBlockUtils.cpp' object='libllvmtransformutils_la-BasicBlockUtils.lo' libtool=yes @AMDEPBACKSLASH@
2334
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2335
+@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
2336
+
2337
+libllvmtransformutils_la-BreakCriticalEdges.lo: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
2338
+@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
2339
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Tpo $(DEPDIR)/libllvmtransformutils_la-BreakCriticalEdges.Plo
2340
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2341
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp' object='libllvmtransformutils_la-BreakCriticalEdges.lo' libtool=yes @AMDEPBACKSLASH@
2342
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2343
+@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
2344
+
2345
+libllvmtransformutils_la-DemoteRegToStack.lo: llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
2346
+@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
2347
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Tpo $(DEPDIR)/libllvmtransformutils_la-DemoteRegToStack.Plo
2348
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2349
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/DemoteRegToStack.cpp' object='libllvmtransformutils_la-DemoteRegToStack.lo' libtool=yes @AMDEPBACKSLASH@
2350
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2351
+@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
2352
+
2353
+libllvmtransformutils_la-Local.lo: llvm/lib/Transforms/Utils/Local.cpp
2354
+@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
2355
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-Local.Tpo $(DEPDIR)/libllvmtransformutils_la-Local.Plo
2356
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2357
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/Local.cpp' object='libllvmtransformutils_la-Local.lo' libtool=yes @AMDEPBACKSLASH@
2358
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2359
+@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
2360
+
2361
+libllvmtransformutils_la-LoopSimplify.lo: llvm/lib/Transforms/Utils/LoopSimplify.cpp
2362
+@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
2363
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Tpo $(DEPDIR)/libllvmtransformutils_la-LoopSimplify.Plo
2364
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2365
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LoopSimplify.cpp' object='libllvmtransformutils_la-LoopSimplify.lo' libtool=yes @AMDEPBACKSLASH@
2366
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2367
+@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
2368
+
2369
+libllvmtransformutils_la-LowerAllocations.lo: llvm/lib/Transforms/Utils/LowerAllocations.cpp
2370
+@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
2371
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerAllocations.Plo
2372
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2373
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerAllocations.cpp' object='libllvmtransformutils_la-LowerAllocations.lo' libtool=yes @AMDEPBACKSLASH@
2374
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2375
+@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
2376
+
2377
+libllvmtransformutils_la-LowerInvoke.lo: llvm/lib/Transforms/Utils/LowerInvoke.cpp
2378
+@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
2379
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerInvoke.Plo
2380
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2381
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerInvoke.cpp' object='libllvmtransformutils_la-LowerInvoke.lo' libtool=yes @AMDEPBACKSLASH@
2382
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2383
+@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
2384
+
2385
+libllvmtransformutils_la-LowerSwitch.lo: llvm/lib/Transforms/Utils/LowerSwitch.cpp
2386
+@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
2387
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Tpo $(DEPDIR)/libllvmtransformutils_la-LowerSwitch.Plo
2388
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2389
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/LowerSwitch.cpp' object='libllvmtransformutils_la-LowerSwitch.lo' libtool=yes @AMDEPBACKSLASH@
2390
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2391
+@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
2392
+
2393
+libllvmtransformutils_la-Mem2Reg.lo: llvm/lib/Transforms/Utils/Mem2Reg.cpp
2394
+@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
2395
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Tpo $(DEPDIR)/libllvmtransformutils_la-Mem2Reg.Plo
2396
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2397
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/Mem2Reg.cpp' object='libllvmtransformutils_la-Mem2Reg.lo' libtool=yes @AMDEPBACKSLASH@
2398
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2399
+@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
2400
+
2401
+libllvmtransformutils_la-PromoteMemoryToRegister.lo: llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
2402
+@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
2403
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Tpo $(DEPDIR)/libllvmtransformutils_la-PromoteMemoryToRegister.Plo
2404
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2405
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp' object='libllvmtransformutils_la-PromoteMemoryToRegister.lo' libtool=yes @AMDEPBACKSLASH@
2406
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2407
+@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
2408
+
2409
+libllvmtransformutils_la-SimplifyCFG.lo: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
2410
+@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
2411
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Tpo $(DEPDIR)/libllvmtransformutils_la-SimplifyCFG.Plo
2412
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2413
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/SimplifyCFG.cpp' object='libllvmtransformutils_la-SimplifyCFG.lo' libtool=yes @AMDEPBACKSLASH@
2414
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2415
+@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
2416
+
2417
+libllvmtransformutils_la-UnifyFunctionExitNodes.lo: llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
2418
+@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
2419
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Tpo $(DEPDIR)/libllvmtransformutils_la-UnifyFunctionExitNodes.Plo
2420
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2421
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp' object='libllvmtransformutils_la-UnifyFunctionExitNodes.lo' libtool=yes @AMDEPBACKSLASH@
2422
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2423
+@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
2424
+
2425
+tblgen-AsmMatcherEmitter.o: llvm/utils/TableGen/AsmMatcherEmitter.cpp
2426
+@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
2427
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo $(DEPDIR)/tblgen-AsmMatcherEmitter.Po
2428
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2429
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmMatcherEmitter.cpp' object='tblgen-AsmMatcherEmitter.o' libtool=no @AMDEPBACKSLASH@
2430
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2431
+@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
2432
+
2433
+tblgen-AsmMatcherEmitter.obj: llvm/utils/TableGen/AsmMatcherEmitter.cpp
2434
+@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`
2435
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmMatcherEmitter.Tpo $(DEPDIR)/tblgen-AsmMatcherEmitter.Po
2436
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2437
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmMatcherEmitter.cpp' object='tblgen-AsmMatcherEmitter.obj' libtool=no @AMDEPBACKSLASH@
2438
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2439
+@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`
2440
+
2441
+tblgen-AsmWriterEmitter.o: llvm/utils/TableGen/AsmWriterEmitter.cpp
2442
+@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
2443
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo $(DEPDIR)/tblgen-AsmWriterEmitter.Po
2444
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2445
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmWriterEmitter.cpp' object='tblgen-AsmWriterEmitter.o' libtool=no @AMDEPBACKSLASH@
2446
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2447
+@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
2448
+
2449
+tblgen-AsmWriterEmitter.obj: llvm/utils/TableGen/AsmWriterEmitter.cpp
2450
+@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`
2451
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-AsmWriterEmitter.Tpo $(DEPDIR)/tblgen-AsmWriterEmitter.Po
2452
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2453
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/AsmWriterEmitter.cpp' object='tblgen-AsmWriterEmitter.obj' libtool=no @AMDEPBACKSLASH@
2454
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2455
+@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`
2456
+
2457
+tblgen-CallingConvEmitter.o: llvm/utils/TableGen/CallingConvEmitter.cpp
2458
+@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
2459
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CallingConvEmitter.Tpo $(DEPDIR)/tblgen-CallingConvEmitter.Po
2460
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2461
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CallingConvEmitter.cpp' object='tblgen-CallingConvEmitter.o' libtool=no @AMDEPBACKSLASH@
2462
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2463
+@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
2464
+
2465
+tblgen-CallingConvEmitter.obj: llvm/utils/TableGen/CallingConvEmitter.cpp
2466
+@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`
2467
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CallingConvEmitter.Tpo $(DEPDIR)/tblgen-CallingConvEmitter.Po
2468
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2469
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CallingConvEmitter.cpp' object='tblgen-CallingConvEmitter.obj' libtool=no @AMDEPBACKSLASH@
2470
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2471
+@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`
2472
+
2473
+tblgen-ClangDiagnosticsEmitter.o: llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
2474
+@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
2475
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po
2476
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2477
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' object='tblgen-ClangDiagnosticsEmitter.o' libtool=no @AMDEPBACKSLASH@
2478
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2479
+@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
2480
+
2481
+tblgen-ClangDiagnosticsEmitter.obj: llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp
2482
+@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`
2483
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Tpo $(DEPDIR)/tblgen-ClangDiagnosticsEmitter.Po
2484
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2485
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp' object='tblgen-ClangDiagnosticsEmitter.obj' libtool=no @AMDEPBACKSLASH@
2486
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2487
+@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`
2488
+
2489
+tblgen-CodeEmitterGen.o: llvm/utils/TableGen/CodeEmitterGen.cpp
2490
+@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
2491
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeEmitterGen.Tpo $(DEPDIR)/tblgen-CodeEmitterGen.Po
2492
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2493
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeEmitterGen.cpp' object='tblgen-CodeEmitterGen.o' libtool=no @AMDEPBACKSLASH@
2494
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2495
+@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
2496
+
2497
+tblgen-CodeEmitterGen.obj: llvm/utils/TableGen/CodeEmitterGen.cpp
2498
+@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`
2499
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeEmitterGen.Tpo $(DEPDIR)/tblgen-CodeEmitterGen.Po
2500
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2501
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeEmitterGen.cpp' object='tblgen-CodeEmitterGen.obj' libtool=no @AMDEPBACKSLASH@
2502
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2503
+@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`
2504
+
2505
+tblgen-CodeGenDAGPatterns.o: llvm/utils/TableGen/CodeGenDAGPatterns.cpp
2506
+@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
2507
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo $(DEPDIR)/tblgen-CodeGenDAGPatterns.Po
2508
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2509
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenDAGPatterns.cpp' object='tblgen-CodeGenDAGPatterns.o' libtool=no @AMDEPBACKSLASH@
2510
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2511
+@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
2512
+
2513
+tblgen-CodeGenDAGPatterns.obj: llvm/utils/TableGen/CodeGenDAGPatterns.cpp
2514
+@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`
2515
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenDAGPatterns.Tpo $(DEPDIR)/tblgen-CodeGenDAGPatterns.Po
2516
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2517
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenDAGPatterns.cpp' object='tblgen-CodeGenDAGPatterns.obj' libtool=no @AMDEPBACKSLASH@
2518
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2519
+@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`
2520
+
2521
+tblgen-CodeGenInstruction.o: llvm/utils/TableGen/CodeGenInstruction.cpp
2522
+@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
2523
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenInstruction.Tpo $(DEPDIR)/tblgen-CodeGenInstruction.Po
2524
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2525
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenInstruction.cpp' object='tblgen-CodeGenInstruction.o' libtool=no @AMDEPBACKSLASH@
2526
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2527
+@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
2528
+
2529
+tblgen-CodeGenInstruction.obj: llvm/utils/TableGen/CodeGenInstruction.cpp
2530
+@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`
2531
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenInstruction.Tpo $(DEPDIR)/tblgen-CodeGenInstruction.Po
2532
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2533
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenInstruction.cpp' object='tblgen-CodeGenInstruction.obj' libtool=no @AMDEPBACKSLASH@
2534
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2535
+@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`
2536
+
2537
+tblgen-CodeGenTarget.o: llvm/utils/TableGen/CodeGenTarget.cpp
2538
+@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
2539
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenTarget.Tpo $(DEPDIR)/tblgen-CodeGenTarget.Po
2540
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2541
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenTarget.cpp' object='tblgen-CodeGenTarget.o' libtool=no @AMDEPBACKSLASH@
2542
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2543
+@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
2544
+
2545
+tblgen-CodeGenTarget.obj: llvm/utils/TableGen/CodeGenTarget.cpp
2546
+@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`
2547
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-CodeGenTarget.Tpo $(DEPDIR)/tblgen-CodeGenTarget.Po
2548
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2549
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/CodeGenTarget.cpp' object='tblgen-CodeGenTarget.obj' libtool=no @AMDEPBACKSLASH@
2550
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2551
+@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`
2552
+
2553
+tblgen-DAGISelEmitter.o: llvm/utils/TableGen/DAGISelEmitter.cpp
2554
+@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
2555
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-DAGISelEmitter.Tpo $(DEPDIR)/tblgen-DAGISelEmitter.Po
2556
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2557
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/DAGISelEmitter.cpp' object='tblgen-DAGISelEmitter.o' libtool=no @AMDEPBACKSLASH@
2558
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2559
+@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
2560
+
2561
+tblgen-DAGISelEmitter.obj: llvm/utils/TableGen/DAGISelEmitter.cpp
2562
+@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`
2563
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-DAGISelEmitter.Tpo $(DEPDIR)/tblgen-DAGISelEmitter.Po
2564
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2565
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/DAGISelEmitter.cpp' object='tblgen-DAGISelEmitter.obj' libtool=no @AMDEPBACKSLASH@
2566
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2567
+@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`
2568
+
2569
+tblgen-FastISelEmitter.o: llvm/utils/TableGen/FastISelEmitter.cpp
2570
+@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
2571
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-FastISelEmitter.Tpo $(DEPDIR)/tblgen-FastISelEmitter.Po
2572
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2573
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/FastISelEmitter.cpp' object='tblgen-FastISelEmitter.o' libtool=no @AMDEPBACKSLASH@
2574
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2575
+@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
2576
+
2577
+tblgen-FastISelEmitter.obj: llvm/utils/TableGen/FastISelEmitter.cpp
2578
+@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`
2579
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-FastISelEmitter.Tpo $(DEPDIR)/tblgen-FastISelEmitter.Po
2580
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2581
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/FastISelEmitter.cpp' object='tblgen-FastISelEmitter.obj' libtool=no @AMDEPBACKSLASH@
2582
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2583
+@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`
2584
+
2585
+tblgen-InstrEnumEmitter.o: llvm/utils/TableGen/InstrEnumEmitter.cpp
2586
+@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
2587
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo $(DEPDIR)/tblgen-InstrEnumEmitter.Po
2588
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2589
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrEnumEmitter.cpp' object='tblgen-InstrEnumEmitter.o' libtool=no @AMDEPBACKSLASH@
2590
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2591
+@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
2592
+
2593
+tblgen-InstrEnumEmitter.obj: llvm/utils/TableGen/InstrEnumEmitter.cpp
2594
+@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`
2595
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrEnumEmitter.Tpo $(DEPDIR)/tblgen-InstrEnumEmitter.Po
2596
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2597
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrEnumEmitter.cpp' object='tblgen-InstrEnumEmitter.obj' libtool=no @AMDEPBACKSLASH@
2598
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2599
+@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`
2600
+
2601
+tblgen-InstrInfoEmitter.o: llvm/utils/TableGen/InstrInfoEmitter.cpp
2602
+@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
2603
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo $(DEPDIR)/tblgen-InstrInfoEmitter.Po
2604
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2605
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrInfoEmitter.cpp' object='tblgen-InstrInfoEmitter.o' libtool=no @AMDEPBACKSLASH@
2606
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2607
+@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
2608
+
2609
+tblgen-InstrInfoEmitter.obj: llvm/utils/TableGen/InstrInfoEmitter.cpp
2610
+@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`
2611
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-InstrInfoEmitter.Tpo $(DEPDIR)/tblgen-InstrInfoEmitter.Po
2612
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2613
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/InstrInfoEmitter.cpp' object='tblgen-InstrInfoEmitter.obj' libtool=no @AMDEPBACKSLASH@
2614
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2615
+@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`
2616
+
2617
+tblgen-IntrinsicEmitter.o: llvm/utils/TableGen/IntrinsicEmitter.cpp
2618
+@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
2619
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo $(DEPDIR)/tblgen-IntrinsicEmitter.Po
2620
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2621
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/IntrinsicEmitter.cpp' object='tblgen-IntrinsicEmitter.o' libtool=no @AMDEPBACKSLASH@
2622
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2623
+@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
2624
+
2625
+tblgen-IntrinsicEmitter.obj: llvm/utils/TableGen/IntrinsicEmitter.cpp
2626
+@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`
2627
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-IntrinsicEmitter.Tpo $(DEPDIR)/tblgen-IntrinsicEmitter.Po
2628
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2629
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/IntrinsicEmitter.cpp' object='tblgen-IntrinsicEmitter.obj' libtool=no @AMDEPBACKSLASH@
2630
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2631
+@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`
2632
+
2633
+tblgen-LLVMCConfigurationEmitter.o: llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
2634
+@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
2635
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po
2636
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2637
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' object='tblgen-LLVMCConfigurationEmitter.o' libtool=no @AMDEPBACKSLASH@
2638
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2639
+@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
2640
+
2641
+tblgen-LLVMCConfigurationEmitter.obj: llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
2642
+@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`
2643
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Tpo $(DEPDIR)/tblgen-LLVMCConfigurationEmitter.Po
2644
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2645
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp' object='tblgen-LLVMCConfigurationEmitter.obj' libtool=no @AMDEPBACKSLASH@
2646
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2647
+@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`
2648
+
2649
+tblgen-Record.o: llvm/utils/TableGen/Record.cpp
2650
+@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
2651
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-Record.Tpo $(DEPDIR)/tblgen-Record.Po
2652
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2653
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/Record.cpp' object='tblgen-Record.o' libtool=no @AMDEPBACKSLASH@
2654
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2655
+@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
2656
+
2657
+tblgen-Record.obj: llvm/utils/TableGen/Record.cpp
2658
+@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`
2659
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-Record.Tpo $(DEPDIR)/tblgen-Record.Po
2660
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2661
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/Record.cpp' object='tblgen-Record.obj' libtool=no @AMDEPBACKSLASH@
2662
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2663
+@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`
2664
+
2665
+tblgen-RegisterInfoEmitter.o: llvm/utils/TableGen/RegisterInfoEmitter.cpp
2666
+@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
2667
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo $(DEPDIR)/tblgen-RegisterInfoEmitter.Po
2668
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2669
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/RegisterInfoEmitter.cpp' object='tblgen-RegisterInfoEmitter.o' libtool=no @AMDEPBACKSLASH@
2670
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2671
+@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
2672
+
2673
+tblgen-RegisterInfoEmitter.obj: llvm/utils/TableGen/RegisterInfoEmitter.cpp
2674
+@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`
2675
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-RegisterInfoEmitter.Tpo $(DEPDIR)/tblgen-RegisterInfoEmitter.Po
2676
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2677
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/RegisterInfoEmitter.cpp' object='tblgen-RegisterInfoEmitter.obj' libtool=no @AMDEPBACKSLASH@
2678
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2679
+@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`
2680
+
2681
+tblgen-SubtargetEmitter.o: llvm/utils/TableGen/SubtargetEmitter.cpp
2682
+@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
2683
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-SubtargetEmitter.Tpo $(DEPDIR)/tblgen-SubtargetEmitter.Po
2684
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2685
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/SubtargetEmitter.cpp' object='tblgen-SubtargetEmitter.o' libtool=no @AMDEPBACKSLASH@
2686
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2687
+@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
2688
+
2689
+tblgen-SubtargetEmitter.obj: llvm/utils/TableGen/SubtargetEmitter.cpp
2690
+@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`
2691
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-SubtargetEmitter.Tpo $(DEPDIR)/tblgen-SubtargetEmitter.Po
2692
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2693
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/SubtargetEmitter.cpp' object='tblgen-SubtargetEmitter.obj' libtool=no @AMDEPBACKSLASH@
2694
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2695
+@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`
2696
+
2697
+tblgen-TGLexer.o: llvm/utils/TableGen/TGLexer.cpp
2698
+@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
2699
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGLexer.Tpo $(DEPDIR)/tblgen-TGLexer.Po
2700
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2701
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGLexer.cpp' object='tblgen-TGLexer.o' libtool=no @AMDEPBACKSLASH@
2702
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2703
+@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
2704
+
2705
+tblgen-TGLexer.obj: llvm/utils/TableGen/TGLexer.cpp
2706
+@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`
2707
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGLexer.Tpo $(DEPDIR)/tblgen-TGLexer.Po
2708
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2709
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGLexer.cpp' object='tblgen-TGLexer.obj' libtool=no @AMDEPBACKSLASH@
2710
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2711
+@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`
2712
+
2713
+tblgen-TGParser.o: llvm/utils/TableGen/TGParser.cpp
2714
+@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
2715
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGParser.Tpo $(DEPDIR)/tblgen-TGParser.Po
2716
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2717
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGParser.cpp' object='tblgen-TGParser.o' libtool=no @AMDEPBACKSLASH@
2718
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2719
+@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
2720
+
2721
+tblgen-TGParser.obj: llvm/utils/TableGen/TGParser.cpp
2722
+@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`
2723
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGParser.Tpo $(DEPDIR)/tblgen-TGParser.Po
2724
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2725
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGParser.cpp' object='tblgen-TGParser.obj' libtool=no @AMDEPBACKSLASH@
2726
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2727
+@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`
2728
+
2729
+tblgen-TGValueTypes.o: llvm/utils/TableGen/TGValueTypes.cpp
2730
+@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
2731
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGValueTypes.Tpo $(DEPDIR)/tblgen-TGValueTypes.Po
2732
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2733
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGValueTypes.cpp' object='tblgen-TGValueTypes.o' libtool=no @AMDEPBACKSLASH@
2734
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2735
+@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
2736
+
2737
+tblgen-TGValueTypes.obj: llvm/utils/TableGen/TGValueTypes.cpp
2738
+@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`
2739
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TGValueTypes.Tpo $(DEPDIR)/tblgen-TGValueTypes.Po
2740
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2741
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TGValueTypes.cpp' object='tblgen-TGValueTypes.obj' libtool=no @AMDEPBACKSLASH@
2742
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2743
+@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`
2744
+
2745
+tblgen-TableGen.o: llvm/utils/TableGen/TableGen.cpp
2746
+@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
2747
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGen.Tpo $(DEPDIR)/tblgen-TableGen.Po
2748
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2749
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGen.cpp' object='tblgen-TableGen.o' libtool=no @AMDEPBACKSLASH@
2750
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2751
+@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
2752
+
2753
+tblgen-TableGen.obj: llvm/utils/TableGen/TableGen.cpp
2754
+@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`
2755
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGen.Tpo $(DEPDIR)/tblgen-TableGen.Po
2756
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2757
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGen.cpp' object='tblgen-TableGen.obj' libtool=no @AMDEPBACKSLASH@
2758
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2759
+@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`
2760
+
2761
+tblgen-TableGenBackend.o: llvm/utils/TableGen/TableGenBackend.cpp
2762
+@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
2763
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGenBackend.Tpo $(DEPDIR)/tblgen-TableGenBackend.Po
2764
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2765
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGenBackend.cpp' object='tblgen-TableGenBackend.o' libtool=no @AMDEPBACKSLASH@
2766
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2767
+@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
2768
+
2769
+tblgen-TableGenBackend.obj: llvm/utils/TableGen/TableGenBackend.cpp
2770
+@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`
2771
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tblgen-TableGenBackend.Tpo $(DEPDIR)/tblgen-TableGenBackend.Po
2772
+@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
2773
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='llvm/utils/TableGen/TableGenBackend.cpp' object='tblgen-TableGenBackend.obj' libtool=no @AMDEPBACKSLASH@
2774
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2775
+@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`
2776
+
385 2777
 mostlyclean-libtool:
386 2778
 	-rm -f *.lo
387 2779
 
... ...
@@ -590,10 +4077,12 @@ distcleancheck: distclean
590 590
 	       $(distcleancheck_listfiles) ; \
591 591
 	       exit 1; } >&2
592 592
 check-am: all-am
593
-check: check-am
594
-all-am: Makefile $(LTLIBRARIES) clamavcxx-config.h
593
+check: $(BUILT_SOURCES)
594
+	$(MAKE) $(AM_MAKEFLAGS) check-am
595
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) clamavcxx-config.h
595 596
 installdirs:
596
-install: install-am
597
+install: $(BUILT_SOURCES)
598
+	$(MAKE) $(AM_MAKEFLAGS) install-am
597 599
 install-exec: install-exec-am
598 600
 install-data: install-data-am
599 601
 uninstall: uninstall-am
... ...
@@ -618,10 +4107,11 @@ distclean-generic:
618 618
 maintainer-clean-generic:
619 619
 	@echo "This command is intended for maintainers to use"
620 620
 	@echo "it deletes files that may require special tools to rebuild."
621
+	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
621 622
 clean: clean-am
622 623
 
623 624
 clean-am: clean-generic clean-libtool clean-local \
624
-	clean-noinstLTLIBRARIES mostlyclean-am
625
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
625 626
 
626 627
 distclean: distclean-am
627 628
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
... ...
@@ -692,28 +4182,61 @@ ps-am:
692 692
 
693 693
 uninstall-am:
694 694
 
695
-.MAKE: all install-am install-strip
695
+.MAKE: all check install install-am install-strip
696 696
 
697 697
 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
698 698
 	clean-generic clean-libtool clean-local \
699
-	clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
700
-	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
701
-	distcheck distclean distclean-compile distclean-generic \
702
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
703
-	distdir distuninstallcheck dvi dvi-am html html-am info \
704
-	info-am install install-am install-data install-data-am \
705
-	install-dvi install-dvi-am install-exec install-exec-am \
706
-	install-html install-html-am install-info install-info-am \
707
-	install-man install-pdf install-pdf-am install-ps \
708
-	install-ps-am install-strip installcheck installcheck-am \
709
-	installdirs maintainer-clean maintainer-clean-generic \
710
-	mostlyclean mostlyclean-compile mostlyclean-generic \
711
-	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
712
-	uninstall-am
713
-
714
-
715
-$(LLVM_CONFIG): build-llvm
716
-bytecode2llvm.cpp: build-llvm
699
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
700
+	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
701
+	dist-xz dist-zip distcheck distclean distclean-compile \
702
+	distclean-generic distclean-hdr distclean-libtool \
703
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
704
+	dvi-am html html-am info info-am install install-am \
705
+	install-data install-data-am install-dvi install-dvi-am \
706
+	install-exec install-exec-am install-html install-html-am \
707
+	install-info install-info-am install-man install-pdf \
708
+	install-pdf-am install-ps install-ps-am install-strip \
709
+	installcheck installcheck-am installdirs maintainer-clean \
710
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
711
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
712
+	tags uninstall uninstall-am
713
+
714
+X86GenRegisterInfo.h.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
715
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc-header -o $@ $<
716
+
717
+X86GenRegisterNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
718
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-enums -o $@ $<
719
+
720
+X86GenRegisterInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
721
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-register-desc -o $@ $<
722
+
723
+X86GenInstrNames.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
724
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-enums -o $@ $<
725
+
726
+X86GenInstrInfo.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
727
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-instr-desc -o $@ $<
728
+
729
+X86GenAsmWriter.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
730
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -o $@ $<
731
+
732
+X86GenAsmWriter1.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
733
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-writer -asmwriternum=1 -o $@ $<
734
+
735
+X86GenAsmMatcher.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
736
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-asm-matcher -o $@ $<
737
+
738
+X86GenDAGISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
739
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-dag-isel -o $@ $<
740
+
741
+X86GenFastISel.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
742
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-fast-isel -o $@ $<
743
+
744
+X86GenCallingConv.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
745
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-callingconv -o $@ $<
746
+
747
+X86GenSubtarget.inc: llvm/lib/Target/X86/X86.td $(TBLGEN)
748
+	$(TBLGEN) $(TBLGEN_FLAGS) -gen-subtarget -o $@ $<
749
+#bytecode2llvm.cpp: build-llvm
717 750
 
718 751
 build-llvm:
719 752
 	+$(GMAKE) -C llvm OPTIMIZE_OPTION=-O2 libs-only
... ...
@@ -587,6 +587,46 @@ fi
587 587
 rmdir .tst 2>/dev/null
588 588
 AC_SUBST([am__leading_dot])])
589 589
 
590
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
591
+# From Jim Meyering
592
+
593
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
594
+# Free Software Foundation, Inc.
595
+#
596
+# This file is free software; the Free Software Foundation
597
+# gives unlimited permission to copy and/or distribute it,
598
+# with or without modifications, as long as this notice is preserved.
599
+
600
+# serial 5
601
+
602
+# AM_MAINTAINER_MODE([DEFAULT-MODE])
603
+# ----------------------------------
604
+# Control maintainer-specific portions of Makefiles.
605
+# Default is to disable them, unless `enable' is passed literally.
606
+# For symmetry, `disable' may be passed as well.  Anyway, the user
607
+# can override the default with the --enable/--disable switch.
608
+AC_DEFUN([AM_MAINTAINER_MODE],
609
+[m4_case(m4_default([$1], [disable]),
610
+       [enable], [m4_define([am_maintainer_other], [disable])],
611
+       [disable], [m4_define([am_maintainer_other], [enable])],
612
+       [m4_define([am_maintainer_other], [enable])
613
+        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
614
+AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
615
+  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
616
+  AC_ARG_ENABLE([maintainer-mode],
617
+[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
618
+			  (and sometimes confusing) to the casual installer],
619
+      [USE_MAINTAINER_MODE=$enableval],
620
+      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
621
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
622
+  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
623
+  MAINT=$MAINTAINER_MODE_TRUE
624
+  AC_SUBST([MAINT])dnl
625
+]
626
+)
627
+
628
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
629
+
590 630
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
591 631
 
592 632
 # Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
... ...
@@ -777,6 +777,9 @@ ac_ct_CC
777 777
 CFLAGS
778 778
 CC
779 779
 LIBTOOL
780
+MAINT
781
+MAINTAINER_MODE_FALSE
782
+MAINTAINER_MODE_TRUE
780 783
 am__fastdepCXX_FALSE
781 784
 am__fastdepCXX_TRUE
782 785
 CXXDEPMODE
... ...
@@ -873,8 +876,9 @@ ac_user_opts='
873 873
 enable_option_checking
874 874
 enable_silent_rules
875 875
 enable_dependency_tracking
876
-enable_shared
876
+enable_maintainer_mode
877 877
 enable_static
878
+enable_shared
878 879
 with_pic
879 880
 enable_fast_install
880 881
 with_gnu_ld
... ...
@@ -1519,8 +1523,10 @@ Optional Features:
1519 1519
   --disable-silent-rules         verbose build output (undo: `make V=0')
1520 1520
   --disable-dependency-tracking  speeds up one-time build
1521 1521
   --enable-dependency-tracking   do not reject slow dependency extractors
1522
+  --enable-maintainer-mode  enable make rules and dependencies not useful
1523
+			  (and sometimes confusing) to the casual installer
1524
+  --enable-static[=PKGS]  build static libraries [default=no]
1522 1525
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1523
-  --enable-static[=PKGS]  build static libraries [default=yes]
1524 1526
   --enable-fast-install[=PKGS]
1525 1527
                           optimize for fast installation [default=yes]
1526 1528
   --disable-libtool-lock  avoid locking (might break parallel builds)
... ...
@@ -2978,6 +2984,7 @@ esac
2978 2978
 AM_BACKSLASH='\'
2979 2979
 
2980 2980
 
2981
+cxxset = ${CXXFLAGS+set}
2981 2982
 ac_ext=cpp
2982 2983
 ac_cpp='$CXXCPP $CPPFLAGS'
2983 2984
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
... ...
@@ -3651,6 +3658,35 @@ else
3651 3651
 fi
3652 3652
 
3653 3653
 
3654
+
3655
+if test "$cxxset" != set; then
3656
+# don't use the default -O2 -g because -g bloats the C++ binaries too much
3657
+  CXXFLAGS="-O2"
3658
+fi
3659
+
3660
+
3661
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3662
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3663
+    # Check whether --enable-maintainer-mode was given.
3664
+if test "${enable_maintainer_mode+set}" = set; then :
3665
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3666
+else
3667
+  USE_MAINTAINER_MODE=no
3668
+fi
3669
+
3670
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3671
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
3672
+   if test $USE_MAINTAINER_MODE = yes; then
3673
+  MAINTAINER_MODE_TRUE=
3674
+  MAINTAINER_MODE_FALSE='#'
3675
+else
3676
+  MAINTAINER_MODE_TRUE='#'
3677
+  MAINTAINER_MODE_FALSE=
3678
+fi
3679
+
3680
+  MAINT=$MAINTAINER_MODE_TRUE
3681
+
3682
+
3654 3683
 case `pwd` in
3655 3684
   *\ * | *\	*)
3656 3685
     { $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 :
4927 4927
 else
4928 4928
   lt_cv_nm_interface="BSD nm"
4929 4929
   echo "int some_variable = 0;" > conftest.$ac_ext
4930
-  (eval echo "\"\$as_me:4930: $ac_compile\"" >&5)
4930
+  (eval echo "\"\$as_me:4966: $ac_compile\"" >&5)
4931 4931
   (eval "$ac_compile" 2>conftest.err)
4932 4932
   cat conftest.err >&5
4933
-  (eval echo "\"\$as_me:4933: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4933
+  (eval echo "\"\$as_me:4969: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4934 4934
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4935 4935
   cat conftest.err >&5
4936
-  (eval echo "\"\$as_me:4936: output\"" >&5)
4936
+  (eval echo "\"\$as_me:4972: output\"" >&5)
4937 4937
   cat conftest.out >&5
4938 4938
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4939 4939
     lt_cv_nm_interface="MS dumpbin"
... ...
@@ -6139,7 +6175,7 @@ ia64-*-hpux*)
6139 6139
   ;;
6140 6140
 *-*-irix6*)
6141 6141
   # Find out which ABI we are using.
6142
-  echo '#line 6142 "configure"' > conftest.$ac_ext
6142
+  echo '#line 6178 "configure"' > conftest.$ac_ext
6143 6143
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6144 6144
   (eval $ac_compile) 2>&5
6145 6145
   ac_status=$?
... ...
@@ -7697,36 +7733,27 @@ fi
7697 7697
 
7698 7698
 
7699 7699
 # Set options
7700
-
7701
-
7702
-
7703
-        enable_dlopen=no
7704
-
7705
-
7706
-  enable_win32_dll=no
7707
-
7708
-
7709
-            # Check whether --enable-shared was given.
7710
-if test "${enable_shared+set}" = set; then :
7711
-  enableval=$enable_shared; p=${PACKAGE-default}
7700
+# Check whether --enable-static was given.
7701
+if test "${enable_static+set}" = set; then :
7702
+  enableval=$enable_static; p=${PACKAGE-default}
7712 7703
     case $enableval in
7713
-    yes) enable_shared=yes ;;
7714
-    no) enable_shared=no ;;
7704
+    yes) enable_static=yes ;;
7705
+    no) enable_static=no ;;
7715 7706
     *)
7716
-      enable_shared=no
7707
+     enable_static=no
7717 7708
       # Look at the argument we got.  We use all the common list separators.
7718 7709
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7719 7710
       for pkg in $enableval; do
7720 7711
 	IFS="$lt_save_ifs"
7721 7712
 	if test "X$pkg" = "X$p"; then
7722
-	  enable_shared=yes
7713
+	  enable_static=yes
7723 7714
 	fi
7724 7715
       done
7725 7716
       IFS="$lt_save_ifs"
7726 7717
       ;;
7727 7718
     esac
7728 7719
 else
7729
-  enable_shared=yes
7720
+  enable_static=no
7730 7721
 fi
7731 7722
 
7732 7723
 
... ...
@@ -7737,27 +7764,34 @@ fi
7737 7737
 
7738 7738
 
7739 7739
 
7740
-  # Check whether --enable-static was given.
7741
-if test "${enable_static+set}" = set; then :
7742
-  enableval=$enable_static; p=${PACKAGE-default}
7740
+
7741
+        enable_dlopen=no
7742
+
7743
+
7744
+  enable_win32_dll=no
7745
+
7746
+
7747
+            # Check whether --enable-shared was given.
7748
+if test "${enable_shared+set}" = set; then :
7749
+  enableval=$enable_shared; p=${PACKAGE-default}
7743 7750
     case $enableval in
7744
-    yes) enable_static=yes ;;
7745
-    no) enable_static=no ;;
7751
+    yes) enable_shared=yes ;;
7752
+    no) enable_shared=no ;;
7746 7753
     *)
7747
-     enable_static=no
7754
+      enable_shared=no
7748 7755
       # Look at the argument we got.  We use all the common list separators.
7749 7756
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7750 7757
       for pkg in $enableval; do
7751 7758
 	IFS="$lt_save_ifs"
7752 7759
 	if test "X$pkg" = "X$p"; then
7753
-	  enable_static=yes
7760
+	  enable_shared=yes
7754 7761
 	fi
7755 7762
       done
7756 7763
       IFS="$lt_save_ifs"
7757 7764
       ;;
7758 7765
     esac
7759 7766
 else
7760
-  enable_static=yes
7767
+  enable_shared=yes
7761 7768
 fi
7762 7769
 
7763 7770
 
... ...
@@ -7769,6 +7803,7 @@ fi
7769 7769
 
7770 7770
 
7771 7771
 
7772
+
7772 7773
 # Check whether --with-pic was given.
7773 7774
 if test "${with_pic+set}" = set; then :
7774 7775
   withval=$with_pic; pic_mode="$withval"
... ...
@@ -8196,11 +8231,11 @@ else
8196 8196
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8197 8197
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8198 8198
    -e 's:$: $lt_compiler_flag:'`
8199
-   (eval echo "\"\$as_me:8199: $lt_compile\"" >&5)
8199
+   (eval echo "\"\$as_me:8234: $lt_compile\"" >&5)
8200 8200
    (eval "$lt_compile" 2>conftest.err)
8201 8201
    ac_status=$?
8202 8202
    cat conftest.err >&5
8203
-   echo "$as_me:8203: \$? = $ac_status" >&5
8203
+   echo "$as_me:8238: \$? = $ac_status" >&5
8204 8204
    if (exit $ac_status) && test -s "$ac_outfile"; then
8205 8205
      # The compiler can only warn and ignore the option if not recognized
8206 8206
      # So say no if there are warnings other than the usual output.
... ...
@@ -8535,11 +8570,11 @@ else
8535 8535
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8536 8536
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8537 8537
    -e 's:$: $lt_compiler_flag:'`
8538
-   (eval echo "\"\$as_me:8538: $lt_compile\"" >&5)
8538
+   (eval echo "\"\$as_me:8573: $lt_compile\"" >&5)
8539 8539
    (eval "$lt_compile" 2>conftest.err)
8540 8540
    ac_status=$?
8541 8541
    cat conftest.err >&5
8542
-   echo "$as_me:8542: \$? = $ac_status" >&5
8542
+   echo "$as_me:8577: \$? = $ac_status" >&5
8543 8543
    if (exit $ac_status) && test -s "$ac_outfile"; then
8544 8544
      # The compiler can only warn and ignore the option if not recognized
8545 8545
      # So say no if there are warnings other than the usual output.
... ...
@@ -8640,11 +8675,11 @@ else
8640 8640
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8641 8641
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8642 8642
    -e 's:$: $lt_compiler_flag:'`
8643
-   (eval echo "\"\$as_me:8643: $lt_compile\"" >&5)
8643
+   (eval echo "\"\$as_me:8678: $lt_compile\"" >&5)
8644 8644
    (eval "$lt_compile" 2>out/conftest.err)
8645 8645
    ac_status=$?
8646 8646
    cat out/conftest.err >&5
8647
-   echo "$as_me:8647: \$? = $ac_status" >&5
8647
+   echo "$as_me:8682: \$? = $ac_status" >&5
8648 8648
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8649 8649
    then
8650 8650
      # The compiler can only warn and ignore the option if not recognized
... ...
@@ -8695,11 +8730,11 @@ else
8695 8695
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8696 8696
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8697 8697
    -e 's:$: $lt_compiler_flag:'`
8698
-   (eval echo "\"\$as_me:8698: $lt_compile\"" >&5)
8698
+   (eval echo "\"\$as_me:8733: $lt_compile\"" >&5)
8699 8699
    (eval "$lt_compile" 2>out/conftest.err)
8700 8700
    ac_status=$?
8701 8701
    cat out/conftest.err >&5
8702
-   echo "$as_me:8702: \$? = $ac_status" >&5
8702
+   echo "$as_me:8737: \$? = $ac_status" >&5
8703 8703
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8704 8704
    then
8705 8705
      # The compiler can only warn and ignore the option if not recognized
... ...
@@ -11078,7 +11113,7 @@ else
11078 11078
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11079 11079
   lt_status=$lt_dlunknown
11080 11080
   cat > conftest.$ac_ext <<_LT_EOF
11081
-#line 11081 "configure"
11081
+#line 11116 "configure"
11082 11082
 #include "confdefs.h"
11083 11083
 
11084 11084
 #if HAVE_DLFCN_H
... ...
@@ -11174,7 +11209,7 @@ else
11174 11174
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11175 11175
   lt_status=$lt_dlunknown
11176 11176
   cat > conftest.$ac_ext <<_LT_EOF
11177
-#line 11177 "configure"
11177
+#line 11212 "configure"
11178 11178
 #include "confdefs.h"
11179 11179
 
11180 11180
 #if HAVE_DLFCN_H
... ...
@@ -13130,11 +13165,11 @@ else
13130 13130
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13131 13131
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13132 13132
    -e 's:$: $lt_compiler_flag:'`
13133
-   (eval echo "\"\$as_me:13133: $lt_compile\"" >&5)
13133
+   (eval echo "\"\$as_me:13168: $lt_compile\"" >&5)
13134 13134
    (eval "$lt_compile" 2>conftest.err)
13135 13135
    ac_status=$?
13136 13136
    cat conftest.err >&5
13137
-   echo "$as_me:13137: \$? = $ac_status" >&5
13137
+   echo "$as_me:13172: \$? = $ac_status" >&5
13138 13138
    if (exit $ac_status) && test -s "$ac_outfile"; then
13139 13139
      # The compiler can only warn and ignore the option if not recognized
13140 13140
      # So say no if there are warnings other than the usual output.
... ...
@@ -13229,11 +13264,11 @@ else
13229 13229
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13230 13230
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13231 13231
    -e 's:$: $lt_compiler_flag:'`
13232
-   (eval echo "\"\$as_me:13232: $lt_compile\"" >&5)
13232
+   (eval echo "\"\$as_me:13267: $lt_compile\"" >&5)
13233 13233
    (eval "$lt_compile" 2>out/conftest.err)
13234 13234
    ac_status=$?
13235 13235
    cat out/conftest.err >&5
13236
-   echo "$as_me:13236: \$? = $ac_status" >&5
13236
+   echo "$as_me:13271: \$? = $ac_status" >&5
13237 13237
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
13238 13238
    then
13239 13239
      # The compiler can only warn and ignore the option if not recognized
... ...
@@ -13281,11 +13316,11 @@ else
13281 13281
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13282 13282
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13283 13283
    -e 's:$: $lt_compiler_flag:'`
13284
-   (eval echo "\"\$as_me:13284: $lt_compile\"" >&5)
13284
+   (eval echo "\"\$as_me:13319: $lt_compile\"" >&5)
13285 13285
    (eval "$lt_compile" 2>out/conftest.err)
13286 13286
    ac_status=$?
13287 13287
    cat out/conftest.err >&5
13288
-   echo "$as_me:13288: \$? = $ac_status" >&5
13288
+   echo "$as_me:13323: \$? = $ac_status" >&5
13289 13289
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
13290 13290
    then
13291 13291
      # 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
14462 14462
   as_fn_error "conditional \"am__fastdepCXX\" was never defined.
14463 14463
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14464 14464
 fi
14465
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14466
+  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14467
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
14468
+fi
14465 14469
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14466 14470
   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14467 14471
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
... ...
@@ -15069,8 +15108,8 @@ double_quote_subst='$double_quote_subst'
15069 15069
 delay_variable_subst='$delay_variable_subst'
15070 15070
 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15071 15071
 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15072
-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15073 15072
 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15073
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15074 15074
 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15075 15075
 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15076 15076
 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
... ...
@@ -16158,12 +16197,12 @@ available_tags="CXX "
16158 16158
 macro_version=$macro_version
16159 16159
 macro_revision=$macro_revision
16160 16160
 
16161
-# Whether or not to build shared libraries.
16162
-build_libtool_libs=$enable_shared
16163
-
16164 16161
 # Whether or not to build static libraries.
16165 16162
 build_old_libs=$enable_static
16166 16163
 
16164
+# Whether or not to build shared libraries.
16165
+build_libtool_libs=$enable_shared
16166
+
16167 16167
 # What type of objects to build.
16168 16168
 pic_mode=$pic_mode
16169 16169
 
... ...
@@ -23,8 +23,16 @@ AC_CANONICAL_TARGET
23 23
 AM_INIT_AUTOMAKE([-Wall -Wportability -Werror foreign no-define])
24 24
 AM_SILENT_RULES([yes])
25 25
 
26
+cxxset = ${CXXFLAGS+set}
26 27
 AC_PROG_CXX
27
-LT_INIT
28
+
29
+if test "$cxxset" != set; then
30
+# don't use the default -O2 -g because -g bloats the C++ binaries too much
31
+  CXXFLAGS="-O2"
32
+fi
33
+
34
+AM_MAINTAINER_MODE
35
+LT_INIT([disable-static])
28 36
 if test "$GXX" != "yes"; then
29 37
     AC_MSG_ERROR([GNU C++ compiler not found, not building LLVM])
30 38
 fi