summaryrefslogtreecommitdiff
path: root/tools/llvm-config
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-config')
-rw-r--r--tools/llvm-config/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
new file mode 100644
index 0000000000..34dfa5542b
--- /dev/null
+++ b/tools/llvm-config/Makefile
@@ -0,0 +1,16 @@
+##===- utils/llvm-config/Makefile --------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and Eric Kidd and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+
+
+include $(LEVEL)/Makefile.common
+
+LibDeps.txt: $(LEVEL)/utils/GenLibDeps.pl $(LibDir)
+ $(LEVEL)/utils/GenLibDeps.pl -flat $(LibDir) | sort > LibDeps.txt