summaryrefslogtreecommitdiff
path: root/sdext/Executable_pdfunzip.mk
blob: 006f8e5c94301d8e0d999a81c807f8f05828235b (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
# -*- 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_Executable_Executable,pdfunzip))

$(eval $(call gb_Executable_use_sdk_api,pdfunzip))

$(eval $(call gb_Executable_use_externals,pdfunzip,\
    boost_headers \
    zlib \
))

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

$(eval $(call gb_Executable_use_libraries,pdfunzip,\
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    sal \
    vcl \
    xo \
))

$(eval $(call gb_Executable_use_library_objects,pdfunzip,pdfimport))

$(eval $(call gb_Executable_add_exception_objects,pdfunzip,\
    sdext/source/pdfimport/test/pdfunzip \
))

# vim:set noet sw=4 ts=4:
11-01Omit the default comparatorTakeshi Abe 2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist 2016-05-02Remove unused pbOpt parameterStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-03-08Remove ornamental noiseStephan Bergmann 2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin 2015-12-14Use emplace_backStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06coverity#1338260 Uncaught exceptionCaolán McNamara 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-10cppcheck: badBitmaskCheckCaolán McNamara 2015-06-16Fix typosAndrea Gelmini 2015-06-15cppcheck:redundantAssignmentNoel Grandin