summaryrefslogtreecommitdiff
path: root/runtime/libdummy/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-17 19:09:29 +0000
committerChris Lattner <sabre@nondot.org>2003-01-17 19:09:29 +0000
commitf3cffa10b0433cfa020a85a4a1d0f0ad317582c7 (patch)
tree2105f170128f9f1491034dea8bfae0b8992ccc05 /runtime/libdummy/Makefile
parente281d30ea03d735b1232ba1abe559342c5c3b3cc (diff)
downloadllvm-f3cffa10b0433cfa020a85a4a1d0f0ad317582c7.tar.gz
llvm-f3cffa10b0433cfa020a85a4a1d0f0ad317582c7.tar.bz2
llvm-f3cffa10b0433cfa020a85a4a1d0f0ad317582c7.tar.xz
Initial checkin of dummylib
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libdummy/Makefile')
-rw-r--r--runtime/libdummy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile
new file mode 100644
index 0000000000..2b4af8516e
--- /dev/null
+++ b/runtime/libdummy/Makefile
@@ -0,0 +1,4 @@
+LEVEL = ../../..
+LIBNAME = dummy
+include ../Makefile.libs
+