blob: c7e566dee14e69ce91c7a3a85b582031b9ee40d9 [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##===----------------------------------------------------------------------===##
Reid Spencer8aa9a8c2004-12-02 09:31:40 +00009
Reid Spencer01083462004-12-02 09:58:09 +000010LEVEL = ../../..
11BYTECODE_LIBRARY = 1
12DONT_BUILD_RELINKED = 1
13LIBRARYNAME = m
Reid Spencere6760672004-12-22 05:57:33 +000014BYTECODE_DESTINATION = $(CFERuntimeLibDir)
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000015
Chris Lattnerda86e6c2003-08-15 02:20:32 +000016include $(LEVEL)/Makefile.common
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000017