diff options
Diffstat (limited to 'lib/clang/libllvmx86asmprinter/Makefile')
-rw-r--r-- | lib/clang/libllvmx86asmprinter/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/libllvmx86asmprinter/Makefile b/lib/clang/libllvmx86asmprinter/Makefile new file mode 100644 index 0000000..75a3d1a --- /dev/null +++ b/lib/clang/libllvmx86asmprinter/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +LIB= llvmx86asmprinter + +SRCDIR= lib/Target/X86/AsmPrinter +INCDIR= lib/Target/X86 +SRCS= X86ATTInstPrinter.cpp \ + X86InstComments.cpp \ + X86IntelInstPrinter.cpp + +TGHDRS= X86GenAsmWriter \ + X86GenAsmWriter1 \ + X86GenInstrNames + +.include "../clang.lib.mk" |