1e9f485778
of SRCDIR definitions. MFC after: 3 days
14 lines
226 B
Makefile
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"
|