mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
6122f3e60d
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"
|