summaryrefslogtreecommitdiff
path: root/sdext/Library_pdfimport.mk
blob: dc1290cd0eb17b6a7207eb1911a5e9da4671c872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# -*- 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_Library_Library,pdfimport))

$(eval $(call gb_Library_set_componentfile,pdfimport,sdext/source/pdfimport/pdfimport,services))

$(eval $(call gb_Library_use_sdk_api,pdfimport))

$(eval $(call gb_Library_use_custom_headers,pdfimport,sdext/pdfimport))

$(eval $(call gb_Library_set_include,pdfimport,\
    -I$(SRCDIR)/sdext/source/pdfimport/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Library_use_libraries,pdfimport,\
    basegfx \
    comphelper \
    vcl \
    cppu \
    cppuhelper \
    sal \
    tl \
    xo \
    i18nutil \
))

$(eval $(call gb_Library_use_externals,pdfimport,\
	boost_headers \
    icu_headers \
    zlib \
    $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
))

ifeq ($(COM),MSC)
$(eval $(call gb_Library_add_defs,pdfimport, \
    -D_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING \
))
endif

$(eval $(call gb_Library_add_defs,pdfimport, \
    -DBOOST_ALL_NO_LIB \
))

$(eval $(call gb_Library_add_exception_objects,pdfimport,\
    sdext/source/pdfimport/filterdet \
    sdext/source/pdfimport/misc/pdfihelper \
    sdext/source/pdfimport/misc/pwdinteract \
    sdext/source/pdfimport/odf/odfemitter \
    sdext/source/pdfimport/pdfiadaptor \
    sdext/source/pdfimport/pdfparse/pdfentries \
    sdext/source/pdfimport/pdfparse/pdfparse \
    sdext/source/pdfimport/sax/emitcontext \
    sdext/source/pdfimport/sax/saxattrlist \
    sdext/source/pdfimport/tree/drawtreevisiting \
    sdext/source/pdfimport/tree/genericelements \
    sdext/source/pdfimport/tree/imagecontainer \
    sdext/source/pdfimport/tree/pdfiprocessor \
    sdext/source/pdfimport/tree/style \
    sdext/source/pdfimport/tree/treevisitorfactory \
    sdext/source/pdfimport/tree/writertreevisiting \
    sdext/source/pdfimport/wrapper/wrapper \
))

# vim:set noet sw=4 ts=4:
>Fix some IWYU warningsMiklos Vajna 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-03-24tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-25re org things a little to quieten coverity warningsCaolán McNamara 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-19tdf#104488 SwAccessibleMap: dispose sub-shapes of group shapesMichael Stahl 2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-01coverity#1372380 Uncaught exceptionCaolán McNamara 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara 2016-06-30everything is called Dispose, hard to find anythingCaolán McNamara 2016-04-22Avoid reserved identifiersStephan Bergmann 2016-04-14loplugin:passstuffbyref in swNoel Grandin 2016-03-15loplugin:constantparamNoel Grandin 2016-02-19new loplugin: find write-only fieldsNoel Grandin 2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06com::sun::star->css in sw/incNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin 2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier 2015-05-05loplugin:staticmethodsNoel Grandin