rdivacky b45271f609 Import the build makefiles for clang/LLVM.
Approved by:	ed (mentor)
2010-06-09 19:32:20 +00:00

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"