Files
clang-p2996/stacker/lib/runtime/Makefile
Reid Spencer 4087017e4f Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed.

llvm-svn: 33887
2007-02-04 22:25:16 +00:00

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