# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # .PHONY: compilerplugins compilerplugins-clean ifeq ($(COMPILER_PLUGINS),) # no support compilerplugins: compilerplugins-clean: compilerplugins.clean: else ifeq ($(COM_GCC_IS_CLANG),TRUE) include $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins.clean: compilerplugins-clean endif endif # vim: set noet sw=4 ts=4: dden' name='id' value='31826318dfd2f4c38d6bf34f957fe51edc0a2b14'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-20 11:15:02 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-02-20 11:20:29 +0200
commit31826318dfd2f4c38d6bf34f957fe51edc0a2b14 (patch)
treef7cf3a2e4092a4248bdd06474a6c24f9f04fadf7 /RepositoryFixes.mk
parent21366a4b95defb007ddccd409126536a6e8dc50d (diff)
Shared libraries must in practice be called lib*.so on Android