llvm-6502/projects/Stacker/lib/runtime/Makefile
2004-12-05 05:18:16 +00:00

15 lines
472 B
Makefile

##===- projects/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