summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-31 04:28:11 +0000
committerChris Lattner <sabre@nondot.org>2001-10-31 04:28:11 +0000
commitecbde333a2ec5a32958fc5c9c4d87fb50c07b176 (patch)
tree4cc8b8f02eb0cd7245589ddea03bfe2c4211147c /tools/gccas/Makefile
parenta3ad7bbbb1abc13950d67ef6d5114a45eb9f17f7 (diff)
downloadllvm-ecbde333a2ec5a32958fc5c9c4d87fb50c07b176.tar.gz
llvm-ecbde333a2ec5a32958fc5c9c4d87fb50c07b176.tar.bz2
llvm-ecbde333a2ec5a32958fc5c9c4d87fb50c07b176.tar.xz
Initial checkin of GCCAS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
new file mode 100644
index 0000000000..5efda5c1c0
--- /dev/null
+++ b/tools/gccas/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+TOOLNAME = gccas
+USEDLIBS = asmparser bcwriter analysis transforms opt vmcore asmwriter support
+
+include $(LEVEL)/Makefile.common