Deleted Added
full compact
Makefile (218893) Makefile (221345)
1# $FreeBSD: head/lib/clang/libllvmx86instprinter/Makefile 218893 2011-02-20 19:33:47Z dim $
1# $FreeBSD: head/lib/clang/libllvmx86instprinter/Makefile 221345 2011-05-02 21:04:37Z dim $
2
3LIB= llvmx86instprinter
4
5SRCDIR= lib/Target/X86/InstPrinter
6INCDIR= lib/Target/X86
7SRCS= X86ATTInstPrinter.cpp \
8 X86InstComments.cpp \
9 X86IntelInstPrinter.cpp
10
11TGHDRS= X86GenAsmWriter \
12 X86GenAsmWriter1 \
2
3LIB= llvmx86instprinter
4
5SRCDIR= lib/Target/X86/InstPrinter
6INCDIR= lib/Target/X86
7SRCS= X86ATTInstPrinter.cpp \
8 X86InstComments.cpp \
9 X86IntelInstPrinter.cpp
10
11TGHDRS= X86GenAsmWriter \
12 X86GenAsmWriter1 \
13 X86GenInstrNames
13 X86GenInstrNames \
14 X86GenRegisterNames
14
15.include "../clang.lib.mk"
15
16.include "../clang.lib.mk"