blob: ba8033cdad2edebfcf42d78cda29b36b2187ab8c [file] [log] [blame]
John Criswellabe5cdc2003-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 Spencer30d8bae2004-10-22 21:02:08 +00009
Chris Lattner06eccf02002-03-08 23:20:52 +000010LEVEL = ../../..
Reid Spencer53c59682004-12-02 09:58:09 +000011BYTECODE_LIBRARY = 1
12DONT_BUILD_RELINKED = 1
13LIBRARYNAME = c
Reid Spencerc6de5b52004-12-13 07:40:50 +000014BYTECODE_DESTINATION = $(cferuntime_libdir)
Chris Lattner06eccf02002-03-08 23:20:52 +000015
Chris Lattner2a6b89b2003-08-15 02:20:32 +000016include $(LEVEL)/Makefile.common
Chris Lattner06eccf02002-03-08 23:20:52 +000017