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