Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sdext / StaticLibrary_pdfimport_s.mk
blob699e3e7df185761ff063611b33404fe84fbd1e95
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., Michael Stahl <mstahl@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
30 $(eval $(call gb_StaticLibrary_StaticLibrary,pdfimport_s))
32 $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\
33 offapi \
34 udkapi \
37 $(eval $(call gb_StaticLibrary_use_externals,pdfimport_s,\
38 zlib \
41 $(eval $(call gb_StaticLibrary_use_custom_headers,pdfimport_s,sdext/pdfimport))
43 $(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\
44 -I$(SRCDIR)/sdext/source/pdfimport/inc \
45 $$(INCLUDE) \
48 $(eval $(call gb_StaticLibrary_add_defs,pdfimport_s,\
49 -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
50 -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \
53 $(eval $(call gb_StaticLibrary_add_exception_objects,pdfimport_s,\
54 sdext/source/pdfimport/filterdet \
55 sdext/source/pdfimport/misc/pdfihelper \
56 sdext/source/pdfimport/misc/pwdinteract \
57 sdext/source/pdfimport/odf/odfemitter \
58 sdext/source/pdfimport/pdfiadaptor \
59 sdext/source/pdfimport/pdfparse/pdfentries \
60 sdext/source/pdfimport/pdfparse/pdfparse \
61 sdext/source/pdfimport/sax/emitcontext \
62 sdext/source/pdfimport/sax/saxattrlist \
63 sdext/source/pdfimport/tree/drawtreevisiting \
64 sdext/source/pdfimport/tree/genericelements \
65 sdext/source/pdfimport/tree/imagecontainer \
66 sdext/source/pdfimport/tree/pdfiprocessor \
67 sdext/source/pdfimport/tree/style \
68 sdext/source/pdfimport/tree/treevisitorfactory \
69 sdext/source/pdfimport/tree/writertreevisiting \
70 sdext/source/pdfimport/wrapper/wrapper \
73 # vim:set shiftwidth=4 softtabstop=4 expandtab: