Convert over to new style makefile where libraries by default build .o files
[oota-llvm.git] / lib / Analysis / Makefile
index bbf1238703323abcae818d1dc27b5ae0449221fa..6168140831dcf8f7d0b572c1fb1f0ba032a96a21 100644 (file)
@@ -1,9 +1,7 @@
-
 LEVEL = ../..
-
 LIBRARYNAME = analysis
-
 DIRS = LiveVar IPA DataStructure
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common