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