840f097103
good enough for typical usage. Requested by: rdivacky MFC after: 1 week
17 lines
268 B
Makefile
17 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmpowerpcasmparser
|
|
|
|
SRCDIR= lib/Target/PowerPC/AsmParser
|
|
INCDIR= lib/Target/PowerPC
|
|
SRCS= PPCAsmParser.cpp
|
|
|
|
TGHDRS= PPCGenAsmMatcher \
|
|
PPCGenInstrInfo \
|
|
PPCGenRegisterInfo \
|
|
PPCGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|