]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmmipscodegen/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmmipscodegen / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmmipscodegen
4
5 SRCDIR= lib/Target/Mips
6 SRCS=   MipsAsmPrinter.cpp \
7         MipsCodeEmitter.cpp \
8         MipsDelaySlotFiller.cpp \
9         MipsEmitGPRestore.cpp \
10         MipsExpandPseudo.cpp \
11         MipsFrameLowering.cpp \
12         MipsISelDAGToDAG.cpp \
13         MipsISelLowering.cpp \
14         MipsInstrInfo.cpp \
15         MipsJITInfo.cpp \
16         MipsMCInstLower.cpp \
17         MipsMCSymbolRefExpr.cpp \
18         MipsRegisterInfo.cpp \
19         MipsSelectionDAGInfo.cpp \
20         MipsSubtarget.cpp \
21         MipsTargetMachine.cpp \
22         MipsTargetObjectFile.cpp
23
24 TGHDRS= Intrinsics \
25         MipsGenAsmWriter \
26         MipsGenCallingConv \
27         MipsGenDAGISel \
28         MipsGenInstrInfo \
29         MipsGenRegisterInfo \
30         MipsGenSubtargetInfo
31
32 .include "../clang.lib.mk"