2007-03-21 21:38:25 +00:00
|
|
|
##===- lib/Target/MSIL/Makefile ----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-03-21 21:38:25 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMMSIL
|
2009-07-15 06:35:19 +00:00
|
|
|
|
|
|
|
DIRS = TargetInfo
|
|
|
|
|
2007-03-21 21:38:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
CompileCommonOpts := $(CompileCommonOpts) -Wno-format
|