99b00e570c
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86desc
|
|
|
|
SRCDIR= lib/Target/X86/MCTargetDesc
|
|
SRCS= X86AsmBackend.cpp \
|
|
X86MachObjectWriter.cpp \
|
|
X86MCAsmInfo.cpp \
|
|
X86MCCodeEmitter.cpp \
|
|
X86MCTargetDesc.cpp
|
|
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
|
|
|
|
TGHDRS= X86GenInstrInfo \
|
|
X86GenRegisterInfo \
|
|
X86GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|