2004-08-09 19:51:49 +00:00
|
|
|
##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-08-15 02:33:49 +00:00
|
|
|
|
|
|
|
LEVEL = ../..
|
2004-08-09 19:51:49 +00:00
|
|
|
PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc \
|
|
|
|
libtermcap libucb libutempter libutil
|
2003-08-15 02:33:49 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
2004-08-09 19:51:49 +00:00
|
|
|
# Install target for libraries: copy bytecode files to $LLVMGCCDIR/bytecode-libs
|
2003-08-15 02:33:49 +00:00
|
|
|
#
|
|
|
|
install::
|
|
|
|
|
|
|
|
clean::
|