blob: 90826aa0a390b426300a59f612408ef378c9aa53 [file] [log] [blame]
Misha Brukmana6d8ab32004-08-09 19:51:49 +00001##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner443ea942003-08-15 02:33:49 +00009
10LEVEL = ../..
Misha Brukmana6d8ab32004-08-09 19:51:49 +000011PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc \
12 libtermcap libucb libutempter libutil
Chris Lattner443ea942003-08-15 02:33:49 +000013include $(LEVEL)/Makefile.common
14
Misha Brukmana6d8ab32004-08-09 19:51:49 +000015# Install target for libraries: copy bytecode files to $LLVMGCCDIR/bytecode-libs
Chris Lattner443ea942003-08-15 02:33:49 +000016#
17install::
18
19clean::