summaryrefslogtreecommitdiff
path: root/external/libwpd/ExternalPackage_libwpd.mk
blob: cc1ebb4da219421d9c1ab3e19836475d298ea077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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/.
#

$(eval $(call gb_ExternalPackage_ExternalPackage,libwpd,libwpd))

$(eval $(call gb_ExternalPackage_use_external_project,libwpd,libwpd))

ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,libwpd,$(LIBO_LIB_FOLDER)/libwpd-0.10.10.dylib,src/lib/.libs/libwpd-0.10.10.dylib))
else ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_file,libwpd,$(LIBO_LIB_FOLDER)/libwpd-0.10.dll,src/lib/.libs/libwpd-0.10.dll))
else ifeq ($(DISABLE_DYNLOADING),)
$(eval $(call gb_ExternalPackage_add_file,libwpd,$(LIBO_LIB_FOLDER)/libwpd-0.10-lo.so.10,src/lib/.libs/libwpd-0.10-lo.so.10.0.$(WPD_VERSION_MICRO)))
endif

# vim: set noet sw=4 ts=4:
gla11y: fix build outside sourceSamuel Thibault 2018-02-28gla11y: add warning/error suppression machinerySamuel Thibault 2018-02-28Build external lxml if not provided by systemSamuel Thibault 2018-02-26Fix typosAndrea Gelmini 2018-02-22The vim mode line supposedly needs to go at the end of the fileStephan Bergmann 2018-02-21gla11y: do not fail when not passed any .ui fileSamuel Thibault 2018-02-20Integrate initial version of gla11y tool in the build systemSamuel Thibault