Add support for variable argument functions!
[oota-llvm.git] / lib / Analysis / Makefile
index 3979709be83ec6b90556eb68d069b9a1c4a19389..d544a05a1f0505f9608ce4e8fa5529adf72549d2 100644 (file)
@@ -1,9 +1,7 @@
-
 LEVEL = ../..
-
 LIBRARYNAME = analysis
-
-DIRS = LiveVar
+PARALLEL_DIRS = LiveVar IPA DataStructure
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common