summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Analysis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Analysis/Makefile')
-rw-r--r--contrib/llvm/lib/Analysis/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Analysis/Makefile b/contrib/llvm/lib/Analysis/Makefile
new file mode 100644
index 0000000..4af6d35
--- /dev/null
+++ b/contrib/llvm/lib/Analysis/Makefile
@@ -0,0 +1,16 @@
+##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+LIBRARYNAME = LLVMAnalysis
+DIRS = IPA
+BUILD_ARCHIVE = 1
+
+include $(LEVEL)/Makefile.common
+
OpenPOWER on IntegriCloud