2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-02-20 19:33:47 +00:00
|
|
|
LIB= llvmx86instprinter
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2011-02-20 19:33:47 +00:00
|
|
|
SRCDIR= lib/Target/X86/InstPrinter
|
2010-06-09 19:32:20 +00:00
|
|
|
INCDIR= lib/Target/X86
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= X86ATTInstPrinter.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
X86InstComments.cpp \
|
|
|
|
X86IntelInstPrinter.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-09-20 16:43:17 +00:00
|
|
|
TGHDRS= X86GenAsmWriter \
|
|
|
|
X86GenAsmWriter1 \
|
2011-05-02 21:04:37 +00:00
|
|
|
X86GenInstrNames \
|
|
|
|
X86GenRegisterNames
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|