12 lines
187 B
Makefile
12 lines
187 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= llvmx86info
|
||
|
|
||
|
SRCDIR= lib/Target/X86/TargetInfo/
|
||
|
INCDIR= lib/Target/X86
|
||
|
SRCS= X86TargetInfo.cpp
|
||
|
|
||
|
TGHDRS= X86GenRegisterNames X86GenInstrNames
|
||
|
|
||
|
.include "../clang.lib.mk"
|