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