blob: 7c61cf6d60e94d0724c06b80df06536570fac079 [file] [log] [blame]
Misha Brukman724d0842003-10-21 18:25:37 +00001##===- runtime/GCCLibraries/libm/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##===----------------------------------------------------------------------===##
Misha Brukman60d3ba82003-10-21 18:22:34 +00009LEVEL = ../../..
10BYTECODE_LIBRARY = 1
11DONT_BUILD_RELINKED = 1
Misha Brukman724d0842003-10-21 18:25:37 +000012LIBRARYNAME = m
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000013
Chris Lattnerda86e6c2003-08-15 02:20:32 +000014include $(LEVEL)/Makefile.common
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000015