freebsd-skq/lib/clang/libllvmpowerpcinfo/Makefile
2012-01-01 18:36:42 +00:00

14 lines
226 B
Makefile

# $FreeBSD$
LIB= llvmpowerpcinfo
SRCDIR= lib/Target/PowerPC/TargetInfo
INCDIR= lib/Target/PowerPC
SRCS= PowerPCTargetInfo.cpp
TGHDRS= PPCGenInstrInfo \
PPCGenRegisterInfo \
PPCGenSubtargetInfo
.include "../clang.lib.mk"