tdf#100783 Avoid infinite recursion in Content::getObject()
[LibreOffice.git] / sdext / Library_pdfimport.mk
blobd181ae15682af05b36ea03574b030274351b7a4b
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,pdfimport))
12 $(eval $(call gb_Library_set_componentfile,pdfimport,sdext/source/pdfimport/pdfimport))
14 $(eval $(call gb_Library_use_sdk_api,pdfimport))
16 $(eval $(call gb_Library_use_custom_headers,pdfimport,sdext/pdfimport))
18 $(eval $(call gb_Library_set_include,pdfimport,\
19 -I$(SRCDIR)/sdext/source/pdfimport/inc \
20 $$(INCLUDE) \
23 $(eval $(call gb_Library_use_libraries,pdfimport,\
24 basegfx \
25 comphelper \
26 vcl \
27 cppu \
28 cppuhelper \
29 sal \
32 $(eval $(call gb_Library_use_externals,pdfimport,\
33 boost_headers \
34 zlib \
35 $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
38 $(eval $(call gb_Library_add_defs,pdfimport, \
39 -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
42 $(eval $(call gb_Library_add_exception_objects,pdfimport,\
43 sdext/source/pdfimport/filterdet \
44 sdext/source/pdfimport/misc/pdfihelper \
45 sdext/source/pdfimport/misc/pwdinteract \
46 sdext/source/pdfimport/odf/odfemitter \
47 sdext/source/pdfimport/pdfiadaptor \
48 sdext/source/pdfimport/pdfparse/pdfentries \
49 sdext/source/pdfimport/pdfparse/pdfparse \
50 sdext/source/pdfimport/sax/emitcontext \
51 sdext/source/pdfimport/sax/saxattrlist \
52 sdext/source/pdfimport/services \
53 sdext/source/pdfimport/tree/drawtreevisiting \
54 sdext/source/pdfimport/tree/genericelements \
55 sdext/source/pdfimport/tree/imagecontainer \
56 sdext/source/pdfimport/tree/pdfiprocessor \
57 sdext/source/pdfimport/tree/style \
58 sdext/source/pdfimport/tree/treevisitorfactory \
59 sdext/source/pdfimport/tree/writertreevisiting \
60 sdext/source/pdfimport/wrapper/wrapper \
63 # vim:set noet sw=4 ts=4: