Check in makefile
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 16:57:03 +0000 (16:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 16:57:03 +0000 (16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@788 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Makefile [new file with mode: 0644]

diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
new file mode 100644 (file)
index 0000000..3029b5c
--- /dev/null
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+LIBRARYNAME = transforms
+
+include $(LEVEL)/Makefile.common
+