summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/Stacker/lib/runtime/Makefile22
1 files changed, 9 insertions, 13 deletions
diff --git a/projects/Stacker/lib/runtime/Makefile b/projects/Stacker/lib/runtime/Makefile
index 37b0849f9f..d3ebf18fc5 100644
--- a/projects/Stacker/lib/runtime/Makefile
+++ b/projects/Stacker/lib/runtime/Makefile
@@ -1,18 +1,14 @@
##===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
+#
+# The LLVM Compiler Infrastructure
#
-LEVEL=../../
+# This file was developed by Reid Spencer and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
-#
-# Give the name of a library. This will build a dynamic version.
-#
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=stkr_runtime
+LEVEL = ../..
+DONT_BUILD_RELINKED = 1
+MODULE_NAME = stkr_runtime
-#
-# Include Makefile.common so we know what to do.
-#
include $(LEVEL)/Makefile.common