diff options
Diffstat (limited to 'external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile')
| -rw-r--r-- | external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile new file mode 100644 index 00000000000..0a77672bf7e --- /dev/null +++ b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $ + +LIB= lldbPluginObjectFileMachO + +.include <bsd.init.mk> + +.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/Mach-O + +SRCS+= ObjectFileMachO.cpp + +.if defined(HOSTLIB) +.include <bsd.hostlib.mk> +.else +.include <bsd.lib.mk> +.endif |
