3fe0686746
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
15 lines
231 B
Makefile
15 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86asmparser
|
|
|
|
SRCDIR= lib/Target/X86/AsmParser
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86AsmLexer.cpp \
|
|
X86AsmParser.cpp
|
|
|
|
TGHDRS= X86GenAsmMatcher \
|
|
X86GenInstrNames \
|
|
X86GenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|