1e9f485778
of SRCDIR definitions. MFC after: 3 days
14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmipsinfo
|
|
|
|
SRCDIR= lib/Target/Mips/TargetInfo
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsTargetInfo.cpp
|
|
|
|
TGHDRS= MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|