blob: 4df154eb6fb7774a13026e4cfe8efdb39210a5d0 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- runtime/GCCLibraries/libc/Makefile ------------------------------*- Makefile -*-===##
2#
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 Spencer8c2c3152004-10-22 21:02:08 +00009
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000010LEVEL = ../../..
Reid Spencer01083462004-12-02 09:58:09 +000011BYTECODE_LIBRARY = 1
12DONT_BUILD_RELINKED = 1
13LIBRARYNAME = c
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000014
Chris Lattnerda86e6c2003-08-15 02:20:32 +000015include $(LEVEL)/Makefile.common
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000016