summaryrefslogtreecommitdiff
path: root/hyphen/Module_hyphen.mk
blob: 2ab3245d17a3a2caf13030d3c4aa694aba7d3367 (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
# -*- 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,hyphen))

ifneq ($(or $(filter NO,$(SYSTEM_HYPH)),$(filter TRUE,$(WITH_MYSPELL_DICTS))),)
$(eval $(call gb_Module_add_targets,hyphen,\
	UnpackedTarball_hyphen \
	ExternalPackage_hyphen \
))
ifeq ($(COM),MSC)

ifeq ($(SYSTEM_HYPH),NO)
$(eval $(call gb_Module_add_targets,hyphen,\
	StaticLibrary_hyphen \
))
endif

else
$(eval $(call gb_Module_add_targets,hyphen,\
	ExternalProject_hyphen \
))
endif
endif

# vim: set noet sw=4 ts=4:
5d394cbc4f78c2b17c3a'>make string translation loading more uniformCaolán McNamara 2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M 2016-12-05convert DecodeMechanism to scoped enumNoel Grandin 2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara 2016-10-19loplugin:expandablemethodds in cuiNoel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-08-18convert PageType to scoped enumNoel Grandin 2016-08-17convert XPropertyListType to scoped enumNoel Grandin 2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke 2016-08-04tdf#100726: Improve readability of OUString concatenationnadith 2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara 2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin 2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht 2015-09-14boost->stdCaolán McNamara 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-07-29com::sun::star->css in cuiNoel Grandin 2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann 2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara 2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung 2015-04-29convert CT_ constants to scoped enumNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann 2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks 2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks 2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in cuiNoel Grandin 2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann 2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann