summaryrefslogtreecommitdiff
path: root/sdext/Executable_pdf2xml.mk
blob: b9c93921f16b5de9da2c6817394ad0398ac88eec (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
# -*- 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,pdf2xml))

$(eval $(call gb_Executable_use_sdk_api,pdf2xml))

$(eval $(call gb_Executable_use_externals,pdf2xml,\
    boost_headers \
    cppunit \
    zlib \
))

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

$(eval $(call gb_Executable_use_libraries,pdf2xml,\
    basegfx \
    vcl \
    comphelper \
    cppu \
    unotest \
    test \
    cppuhelper \
    sal \
))

$(eval $(call gb_Executable_use_static_libraries,pdf2xml,\
    pdfimport_s \
))

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

# vim:set noet sw=4 ts=4:
d>String->OUString in tools::ErrorContextNoel Grandin 2012-08-19cleanup files in tools/sourcePhilipp Riemer 2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther 2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer 2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer 2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin 2012-08-08Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)Noel Grandin 2012-08-08STL'ify UniqueIndexNoel Grandin 2012-07-11re-base on ALv2 code. Includes:Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-05-05Use signed 32-bit integer as class IDs.Kohei Yoshida 2012-03-08Convert tools/table.hxx to std::mapNoel Grandin 2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara 2012-02-27Removed unused codeSzabolcs Dezsi 2012-01-27SvGlobalName::GetctorName is now redundantCaolán McNamara 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann 2012-01-11callcatcher: lets trust my own toolingCaolán McNamara 2011-12-22Revert "callcatcher: Remove unused code"August Sodora 2011-12-22callcatcher: Remove unused codeAugust Sodora 2011-11-27remove include of pch header from toolsNorbert Thiebaud