Deleted Added
full compact
Makefile (221345) Makefile (224145)
1# $FreeBSD: head/lib/clang/libllvmx86instprinter/Makefile 221345 2011-05-02 21:04:37Z dim $
1# $FreeBSD: head/lib/clang/libllvmx86instprinter/Makefile 224145 2011-07-17 19:51:40Z 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 \
14 X86GenRegisterNames
13 X86GenInstrInfo \
14 X86GenRegisterInfo \
15 X86GenSubtargetInfo
15
16.include "../clang.lib.mk"
16
17.include "../clang.lib.mk"