diff options
Diffstat (limited to 'lib/clang/libllvmmipsasmprinter/Makefile')
-rw-r--r-- | lib/clang/libllvmmipsasmprinter/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/clang/libllvmmipsasmprinter/Makefile b/lib/clang/libllvmmipsasmprinter/Makefile new file mode 100644 index 0000000..6c21785 --- /dev/null +++ b/lib/clang/libllvmmipsasmprinter/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +LIB= llvmmipsasmprinter + +SRCDIR= lib/Target/Mips/AsmPrinter +INCDIR= lib/Target/Mips +SRCS= MipsAsmPrinter.cpp + +TGHDRS= MipsGenAsmWriter \ + MipsGenInstrNames \ + MipsGenRegisterInfo.h \ + MipsGenRegisterNames + +.include "../clang.lib.mk" |