Author: nicholas
Date: Fri Apr 15 13:57:00 2011
New Revision: 129588
URL: http://llvm.org/viewvc/llvm-project?rev=129588&view=rev
Log:
Restore accidentally deleted file (I blame svn).
Added:
cfe/trunk/runtime/Makefile
Added: cfe/trunk/runtime/Makefile
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/Makefile?rev=129588&view=auto
==============================================================================
--- cfe/trunk/runtime/Makefile (added)
+++ cfe/trunk/runtime/Makefile Fri Apr 15 13:57:00 2011
@@ -0,0 +1,22 @@
+##===- runtime/Makefile ------------------------------------*- Makefile
-*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ..
+include $(CLANG_LEVEL)/../../Makefile.config
+
+ifndef NO_RUNTIME_LIBS
+
+PARALLEL_DIRS := compiler-rt
+
+endif
+
+include $(CLANG_LEVEL)/Makefile
+
+install::
+
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits