summaryrefslogtreecommitdiff
path: root/sdext/Library_PresentationMinimizer.mk
blob: 77a1e5a27c40391fed9c8255ef04cf3121c440be (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
45
46
47
48
49
50
51
52
53
54
55
56
# -*- 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_Library_Library,PresentationMinimizer))

$(eval $(call gb_Library_set_componentfile,PresentationMinimizer,sdext/source/minimizer/minimizer))

$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,$(SRCDIR)/sdext/inc/pch/precompiled_PresentationMinimizer))

$(eval $(call gb_Library_use_externals,PresentationMinimizer,\
	boost_headers \
))

$(eval $(call gb_Library_use_sdk_api,PresentationMinimizer))

$(eval $(call gb_Library_use_api,PresentationMinimizer,\
    offapi \
    udkapi \
))

$(eval $(call gb_Library_set_include,PresentationMinimizer,\
    $$(INCLUDE) \
    -I$(SRCDIR)/sdext/inc \
))

$(eval $(call gb_Library_use_libraries,PresentationMinimizer,\
    cppu \
    cppuhelper \
    sal \
    tl \
))

$(eval $(call gb_Library_add_exception_objects,PresentationMinimizer,\
    sdext/source/minimizer/configurationaccess \
    sdext/source/minimizer/fileopendialog \
    sdext/source/minimizer/graphiccollector \
    sdext/source/minimizer/impoptimizer \
    sdext/source/minimizer/informationdialog \
    sdext/source/minimizer/optimizationstats \
    sdext/source/minimizer/optimizerdialog \
    sdext/source/minimizer/optimizerdialogcontrols \
    sdext/source/minimizer/pagecollector \
    sdext/source/minimizer/pppoptimizer \
    sdext/source/minimizer/pppoptimizerdialog \
    sdext/source/minimizer/pppoptimizertoken \
    sdext/source/minimizer/pppoptimizeruno \
    sdext/source/minimizer/unodialog \
))

# vim:set noet sw=4 ts=4:
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl 2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky 2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann 2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke 2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann 2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann 2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann 2015-11-18Clean upStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-12-19Remove unused */qa/checkapi/Stephan Bergmann 2014-10-31Removed duplicated includesAndrea Gelmini 2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet 2014-04-24add missing modelines to idl filesThomas Arnhold 2014-04-09Clean up function declarationsStephan Bergmann 2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-27std::exception retrofit sequelStephan Bergmann 2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann 2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa 2013-11-14-Werror,-Wunused-member-functionStephan Bergmann