]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmpowerpcdesc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libllvmpowerpcdesc / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmpowerpcdesc
4
5 SRCDIR= lib/Target/PowerPC/MCTargetDesc
6 SRCS=   PPCMCAsmInfo.cpp \
7         PPCMCTargetDesc.cpp
8
9 TGHDRS= PPCGenInstrInfo \
10         PPCGenRegisterInfo \
11         PPCGenSubtargetInfo
12
13 .include "../clang.lib.mk"