47c832c3dd
Approved by: ed (mentor)
12 lines
222 B
Makefile
12 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86asmparser
|
|
|
|
SRCDIR= lib/Target/X86/AsmParser
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86AsmParser.cpp X86AsmLexer.cpp
|
|
|
|
TGHDRS= X86GenRegisterNames X86GenInstrNames X86GenAsmMatcher
|
|
|
|
.include "../clang.lib.mk"
|