2004-05-23 21:25:59 +00:00
|
|
|
##===- runtime/GC/Makefile ---------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
PARALLEL_DIRS := SemiSpace
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
2004-08-09 20:23:44 +00:00
|
|
|
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
|
2004-05-23 21:25:59 +00:00
|
|
|
#
|
|
|
|
install::
|
|
|
|
|
|
|
|
clean::
|