freebsd-dev/lib/Target/Mips/Makefile

26 lines
819 B
Makefile
Raw Normal View History

2009-06-02 17:52:33 +00:00
##===- lib/Target/Mips/Makefile ----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2010-01-23 11:09:33 +00:00
2009-06-02 17:52:33 +00:00
LEVEL = ../../..
LIBRARYNAME = LLVMMipsCodeGen
TARGET = Mips
2010-01-23 11:09:33 +00:00
CXXFLAGS = -fno-rtti
2009-06-02 17:52:33 +00:00
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
MipsGenDAGISel.inc MipsGenCallingConv.inc \
MipsGenSubtarget.inc
2009-10-14 17:57:32 +00:00
DIRS = AsmPrinter TargetInfo
2009-06-02 17:52:33 +00:00
include $(LEVEL)/Makefile.common