tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / external / libwpg / Library_wpg.mk
blob7255db70d405796cc183b929cf184c84e8e8aa61
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,wpg))
12 $(eval $(call gb_Library_use_unpacked,wpg,libwpg))
14 $(eval $(call gb_Library_use_externals,wpg,\
15 boost_headers \
16 revenge \
17 wpd \
20 $(eval $(call gb_Library_set_warnings_disabled,wpg))
22 $(eval $(call gb_Library_set_include,wpg,\
23 -I$(gb_UnpackedTarball_workdir)/libwpg/inc \
24 $$(INCLUDE) \
27 $(eval $(call gb_Library_add_defs,wpg,\
28 -DBOOST_ALL_NO_LIB \
29 -DDLL_EXPORT \
30 -DLIBWPG_BUILD \
31 -DNDEBUG \
34 $(eval $(call gb_Library_set_generated_cxx_suffix,wpg,cpp))
36 $(eval $(call gb_Library_add_generated_exception_objects,wpg,\
37 UnpackedTarball/libwpg/src/lib/WPG1Parser \
38 UnpackedTarball/libwpg/src/lib/WPG2Parser \
39 UnpackedTarball/libwpg/src/lib/WPGBitmap \
40 UnpackedTarball/libwpg/src/lib/WPGColor \
41 UnpackedTarball/libwpg/src/lib/WPGDashArray \
42 UnpackedTarball/libwpg/src/lib/WPGHeader \
43 UnpackedTarball/libwpg/src/lib/WPGTextDataHandler \
44 UnpackedTarball/libwpg/src/lib/WPGXParser \
45 UnpackedTarball/libwpg/src/lib/WPGraphics \
46 UnpackedTarball/libwpg/src/lib/libwpg_utils \
49 # vim: set noet sw=4 ts=4: