summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_tde.mk
blob: 6017aacab1ca3832649a8a01aa884ba3b09fe1b2 (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 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (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_InstallModule_InstallModule,scp2/tde))

$(eval $(call gb_InstallModule_define_if_set,scp2/tde,\
	ENABLE_TDE \
	ENABLE_TDEAB \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/tde,\
    scp2/source/tde/file_tde \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/tde,\
    scp2/source/tde/module_tde \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
oel Grandin 2017-01-21coverity#1399032 Dereference null return valueCaolán McNamara 2017-01-17used std::map in SfxItemSetNoel Grandin 2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann 2016-12-02svl: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-11-13drop useless semicolonsDavid Tardon 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-01avoid warning in PoolItemTestJochen Nitschke 2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin 2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-20loplugin:defaultparamsStephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin 2015-02-18boost->stdCaolán McNamara 2015-01-02iss is unordered_multimap, so can't rely on orderCaolán McNamara 2014-07-23svl: fix comparison in new unit testMichael Stahl 2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert 2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert 2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks 2014-04-21remove comments why a file gets includedThomas Arnhold 2014-03-11fdo#30770 - Speed up xslx importTobias Lippert