14 lines
219 B
Makefile
14 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpcdesc
|
|
|
|
SRCDIR= lib/Target/PowerPC/MCTargetDesc
|
|
SRCS= PPCMCAsmInfo.cpp \
|
|
PPCMCTargetDesc.cpp
|
|
|
|
TGHDRS= PPCGenInstrInfo \
|
|
PPCGenRegisterInfo \
|
|
PPCGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|