From ec3af0f94e5eb47d8cc902939d2a7d033581c3d0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 5 Aug 2015 12:46:53 +0000 Subject: Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools Reviewers: loladiro, jingham, emaste, zturner, brucem Subscribers: tberghammer, danalbert, srhines, zturner, lldb-commits Differential Revision: http://reviews.llvm.org/D11717 llvm-svn: 244039 --- lldb/source/Plugins/ScriptInterpreter/Python/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lldb/source/Plugins/ScriptInterpreter/Python/Makefile (limited to 'lldb/source/Plugins/ScriptInterpreter/Python') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/Makefile b/lldb/source/Plugins/ScriptInterpreter/Python/Makefile new file mode 100644 index 00000000000..cf605014d45 --- /dev/null +++ b/lldb/source/Plugins/ScriptInterpreter/Python/Makefile @@ -0,0 +1,14 @@ +##===- source/Plugins/ScriptInterpreter/Python/Makefile ------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LLDB_LEVEL := ../../../.. +LIBRARYNAME := lldbPluginScriptInterpreterPython +BUILD_ARCHIVE = 1 + +include $(LLDB_LEVEL)/Makefile -- cgit v1.2.3