2003-10-21 20:25:37 +02:00
|
|
|
##===- runtime/GCCLibraries/libm/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-10-21 20:22:34 +02:00
|
|
|
LEVEL = ../../..
|
|
|
|
BYTECODE_LIBRARY = 1
|
|
|
|
DONT_BUILD_RELINKED = 1
|
2003-10-21 20:25:37 +02:00
|
|
|
LIBRARYNAME = m
|
2002-03-09 00:20:52 +01:00
|
|
|
|
2003-08-15 04:20:32 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
2002-03-09 00:20:52 +01:00
|
|
|
|