2007-03-22 05:38:25 +08:00
|
|
|
##===- lib/Target/MSIL/Makefile ----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-03-22 05:38:25 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMMSIL
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
CompileCommonOpts := $(CompileCommonOpts) -Wno-format
|