summaryrefslogtreecommitdiff
path: root/sysui/Module_sysui.mk
blob: 3f1ad7c655e8ed67542c3959e9f21d5d397550bb (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
# -*- 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,sysui))

ifneq ($(OS),WNT)
ifneq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,sysui,\
	CustomTarget_share \
	Package_share \
	$(if $(filter rpm,$(PKGFORMAT)),CustomTarget_rpm) \
	$(if $(filter deb,$(PKGFORMAT)),CustomTarget_deb) \
	$(if $(filter SOLARIS,$(OS)),CustomTarget_solaris) \
))
else # OS=MACOSX
$(eval $(call gb_Module_add_targets,sysui,\
	Package_osxicons \
	CustomTarget_infoplist \
	Package_infoplist \
))
endif
endif

# vim: set noet sw=4 ts=4:
t/lo/core/commit/helpcompiler?h=feature/orcus-rebased&id=e0b2e6e3f767240016133dd2d55e0bfb9192ca39'>loplugin:loopvartoosmallNoel Grandin 2015-05-14Rename makefile to match target nameMatúš Kukan 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara 2015-02-21Typo: containted->containedJulien Nabet 2015-02-21Typo: trough->throughJulien Nabet 2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara 2015-01-22replace '\n' to space in extended help textAndras Timar 2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann 2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-17indent try-block, remove obsolete commentMichael Weghorn 2014-12-15coverity#704150 Resource leak in objectCaolán McNamara 2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann 2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann 2014-07-01New loplugin:stringconcatStephan Bergmann 2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara 2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-05-28Fix memory leakStephan Bergmann 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe 2014-04-14typo: paramter -> parameterThomas Arnhold 2014-02-26Remove visual noise from helpcompilerAlexander Wilms 2014-02-11coverity#707948 Uninitialized scalar fieldCaolán McNamara 2014-01-28bool improvementsStephan Bergmann 2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-04remove redundant calls to OUString constructorNoel Grandin 2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann 2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann 2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann 2013-10-22Use conventional std::vector idiomsStephan Bergmann 2013-10-22Unwind HighlightPortions typedefStephan Bergmann