summaryrefslogtreecommitdiff
path: root/ucpp/Module_ucpp.mk
blob: 2bb67d9d26fc28c945b4f2b76c90aafe3a45337e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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,ucpp))

ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,ucpp,\
    Executable_ucpp \
	UnpackedTarball_ucpp \
))
endif

# vim: set noet sw=4 ts=4:
t/l10ntools?h=feature/cib_contract138c&id=2bd7767d010401199ad50c2ef2791b53ae03fb03'>Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-23some more hrc cleanupThomas Arnhold 2014-04-21Avoid possible memory leaks in case of exceptionsTakeshi Abe 2014-04-16l10ntools: helpex: don't crash if the file can't be parsed; return errorMichael Stahl 2014-04-14typo: befor -> beforeThomas Arnhold 2014-04-11Memory released through xmlFreeDoc should be acquired with xmlMallocStephan Bergmann 2014-04-08Remove extra newlineStephan Bergmann 2014-04-08Clean up function declarationsStephan Bergmann 2014-04-04Clean up unreferenced functionsStephan Bergmann 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-21move remaining padmin dialogs into vclCaolán McNamara 2014-03-19coverity#984098 Uninitialized pointer fieldCaolán McNamara 2014-03-18Find places where OUString and OString are passed by value.Noel Grandin 2014-02-26fix commentsCaolán McNamara 2014-02-26Remove visual noise from l10ntoolsAlexander Wilms 2014-02-21cid#707946 Uninitialized pointer fieldNoel Grandin 2014-02-20cid#1038312 Dereference before null checkNoel Grandin 2014-02-18ulfex: remove unneeded bULF, it is always trueZolnai Tamás 2014-02-18Drop unnecessary #includeTakeshi Abe 2014-02-17l10ntools: sal_Bool -> boolStephan Bergmann