forked from OSchip/llvm-project
15 lines
471 B
Makefile
15 lines
471 B
Makefile
#===-- projects/llvm-stacker/lib/runtime/Makefile -----------*- Makefile -*-===#
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Reid Spencer and is distributed under the
|
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
#===------------------------------------------------------------------------===#
|
|
|
|
LEVEL = ../..
|
|
DONT_BUILD_RELINKED = 1
|
|
MODULE_NAME = stkr_runtime
|
|
|
|
include $(LEVEL)/Makefile.common
|