summaryrefslogtreecommitdiff
path: root/tubes/Executable_liboapprover.mk
blob: feb9bca72075ac957e0b880c8f5991d563565f25 (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
# -*- 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 Collabora Ltd.
#
# 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_Executable_Executable,liboapprover))

$(eval $(call gb_Executable_set_include,liboapprover,\
    -I$(SRCDIR)/tubes/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Executable_use_externals,liboapprover,\
    gtk \
    telepathy \
))

$(eval $(call gb_Executable_add_cobjects,liboapprover,\
    tubes/source/approver \
))

# vim: set ts=4 sw=4 et:
eb48b8da21c9d3ad1fa1f2f961391'>loplugin:expandablemethodds in include/editengNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara 2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin 2016-04-13loplugin:passstuffbyref in editengNoel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-03-26the valid flags in SvxBulletItem are unusedNoel Grandin 2015-03-26bullet justification in SvxBulletItem is unusedNoel Grandin 2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin 2014-09-18fdo#82577: Handle FontNoel Grandin 2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-02-21sal_Bool->boolNoel Grandin 2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann 2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud 2013-10-23fixincludeguards.sh: include/editengThomas Arnhold 2013-09-11convert include/editeng/bulletitem.hxx from String to OUStringNoel Grandin 2013-08-29XubString->OUStringCaolán McNamara 2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist 2013-04-23execute move of global headersBjoern Michaelsen