bump product version to 5.0.4.1
[LibreOffice.git] / sdext / StaticLibrary_pdfimport_s.mk
blobc4a1ad1b5af953673f580520371c32e96c2e8581
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_StaticLibrary_StaticLibrary,pdfimport_s))
12 $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_StaticLibrary_use_externals,pdfimport_s,\
18 boost_headers \
19 zlib \
22 $(eval $(call gb_StaticLibrary_use_custom_headers,pdfimport_s,sdext/pdfimport))
24 $(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\
25 -I$(SRCDIR)/sdext/source/pdfimport/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_StaticLibrary_add_defs,pdfimport_s,\
30 -DBASEGFX_STATIC_LIBRARY \
31 -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
34 $(eval $(call gb_StaticLibrary_add_exception_objects,pdfimport_s,\
35 sdext/source/pdfimport/filterdet \
36 sdext/source/pdfimport/misc/pdfihelper \
37 sdext/source/pdfimport/misc/pwdinteract \
38 sdext/source/pdfimport/odf/odfemitter \
39 sdext/source/pdfimport/pdfiadaptor \
40 sdext/source/pdfimport/pdfparse/pdfentries \
41 sdext/source/pdfimport/pdfparse/pdfparse \
42 sdext/source/pdfimport/sax/emitcontext \
43 sdext/source/pdfimport/sax/saxattrlist \
44 sdext/source/pdfimport/tree/drawtreevisiting \
45 sdext/source/pdfimport/tree/genericelements \
46 sdext/source/pdfimport/tree/imagecontainer \
47 sdext/source/pdfimport/tree/pdfiprocessor \
48 sdext/source/pdfimport/tree/style \
49 sdext/source/pdfimport/tree/treevisitorfactory \
50 sdext/source/pdfimport/tree/writertreevisiting \
51 sdext/source/pdfimport/wrapper/wrapper \
54 # vim:set noet sw=4 ts=4: