summaryrefslogtreecommitdiff
path: root/tools/llvm-ar
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ar')
-rw-r--r--tools/llvm-ar/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/llvm-ar/Makefile.am b/tools/llvm-ar/Makefile.am
new file mode 100644
index 0000000000..abc639911c
--- /dev/null
+++ b/tools/llvm-ar/Makefile.am
@@ -0,0 +1,17 @@
+#===-- tools/llvm-ar/Makefile.am ---------------------------*- Makefile -*--===#
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
+
+include $(top_srcdir)/Makefile.rules.am
+
+bin_PROGRAMS = llvm-ar
+
+llvm_ar_SOURCES = llvm-ar.cpp
+llvm_ar_LDADD = \
+ $(call GETOBJS,BCReader,Core) \
+ $(call GETLIBS,Support,System)