summaryrefslogtreecommitdiff
path: root/cpputools/Module_cpputools.mk
blob: 64d4205360572f6290934bee1af99ac9b6719f2d (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Module_Module,cpputools))

ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))

$(eval $(call gb_Module_add_targets,cpputools,\
    Executable_sp2bv \
))

$(eval $(call gb_Module_add_targets,cpputools,\
    Executable_uno \
))

ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,cpputools,\
    Package_bin \
))
endif

endif

# vim:set noet sw=4 ts=4:
ration'>Chris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann 2015-06-09cppcheck: noExplicitConstructorCaolán McNamara 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-01-07Variadic cppu::WeakImplHelperStephan Bergmann 2014-12-12cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-09-30cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage 2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin 2014-06-04cppuhelper: fix includesThomas Arnhold 2014-04-01Remove unused inline constructorStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-27Remove visual noise from cppuhelperAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann