2010-01-22 14:49:46 +08:00
|
|
|
##===- lib/CodeGen/AsmPrinter/Makefile ---------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2008-08-17 21:53:04 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2008-08-17 21:53:04 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 14:49:46 +08:00
|
|
|
|
2008-08-17 21:53:04 +08:00
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMAsmPrinter
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|