summaryrefslogtreecommitdiff
path: root/soltools/Module_soltools.mk
blob: 93f2aac81cc5655840ba8356764bc7c2718de69d (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
# -*- 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_Module_Module,soltools))

ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,soltools,\
    Executable_cpp \
    Executable_javadep \
    Executable_makedepend \
))

ifeq ($(GUI),UNX)
$(eval $(call gb_Module_add_targets,soltools,\
    Executable_checkdll \
))
endif # UNX

ifeq ($(OS)$(COM),SOLARISC52)
$(eval $(call gb_Module_add_targets,soltools,\
    Executable_adjustvisibility \
))
endif # SOLARISC52

endif # CROSS_COMPILING

ifeq ($(GUI)$(COM),WNTMSC)
$(eval $(call gb_Module_add_targets,soltools,\
    Executable_ldump4 \
    Package_inc \
))
endif # WNTMSC

# vim:set shiftwidth=4 softtabstop=4 expandtab:
7223043d4430ebf49eefe0f00a736908d02d'>add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara 2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara 2020-09-02xmlsecurity: avoid saying OK when the signature is partialMiklos Vajna 2020-08-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot 2019-05-07Resolves: tdf#125132 xml signatures dialog should be modalCaolán McNamara 2019-02-14weld DigitalSignaturesDialogCaolán McNamara 2018-04-14look for check buttons without underlinesCaolán McNamara 2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara 2018-02-25convert all help responses to gtk's -11Caolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-07gpg4libre: add 'Start certificate manager' buttonKatarina Behrens 2017-01-31tdf#105637 Digital signatures dialog has unnessary labelsSamuel Mehrbrodt 2016-12-07xmlsecurity DigitalSignaturesDialog: show signature type on the UIMiklos Vajna 2016-11-16xmlsecurity: fix alignment for XAdES checkboxMiklos Vajna 2016-11-08Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist 2016-01-05xmlsecurity: show signature description in DigitalSignaturesDialogMiklos Vajna 2013-07-16convert versions of dialog to .uiCaolán McNamara 2013-03-19fix the 'warning' icon in .ui filesAndras Timar 2013-02-21change lib:widget delimiter from : to -Caolán McNamara 2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara 2013-01-01move xmlsecurity .ui stuff to right place and adapt code to use itCaolán McNamara