llvm-6502/runtime/GC/Makefile
2004-05-23 21:25:59 +00:00

21 lines
569 B
Makefile

##===- 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
# Install target for libraries: Copy into the gcc install directory in chris's
# tree...
#
install::
clean::