File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
llvm/projects/Stacker/lib/runtime Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
# #===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
2
-
3
- #
4
- # Indicate where we are relative to the top of the source tree.
2
+ #
3
+ # The LLVM Compiler Infrastructure
5
4
#
6
- LEVEL =../../
5
+ # This file was developed by Reid Spencer and is distributed under the
6
+ # University of Illinois Open Source License. See LICENSE.TXT for details.
7
+ #
8
+ # #===----------------------------------------------------------------------===##
7
9
8
- #
9
- # Give the name of a library. This will build a dynamic version.
10
- #
11
- BYTECODE_LIBRARY =1
12
- DONT_BUILD_RELINKED =1
13
- LIBRARYNAME =stkr_runtime
10
+ LEVEL = ../..
11
+ DONT_BUILD_RELINKED = 1
12
+ MODULE_NAME = stkr_runtime
14
13
15
- #
16
- # Include Makefile.common so we know what to do.
17
- #
18
14
include $(LEVEL ) /Makefile.common
You can’t perform that action at this time.
0 commit comments