blob: fc32db0a40ed270f293baf0ed3fcad335a009062 [file] [log] [blame]
Chris Lattnerc01ab8f2004-02-13 23:31:12 +00001##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===##
John Criswelle488e932003-10-20 22:26:57 +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##===----------------------------------------------------------------------===##
Sumant Kowshik9ddc86c2002-05-08 18:09:58 +00009
Chris Lattnerc01ab8f2004-02-13 23:31:12 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMCBackend
Sumant Kowshik9ddc86c2002-05-08 18:09:58 +000012include $(LEVEL)/Makefile.common
13