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
|
|
|
|
2004-12-02 09:58:09 +00:00
|
|
|
LEVEL := ../..
|
2005-01-02 22:55:16 +00:00
|
|
|
PARALLEL_DIRS := crtend libc libgcc libm
|
2003-08-15 02:33:49 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|