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