summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_setup.mk
blob: 5b1e427945328fc9b9370276ebf9855619dcffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- 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_Package_Package,instsetoo_native_setup,$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)))

$(eval $(call gb_Package_add_files,instsetoo_native_setup,$(LIBO_ETC_FOLDER),\
	$(call gb_Helper_get_rcfile,bootstrap) \
	$(call gb_Helper_get_rcfile,fundamental) \
	$(if $(filter DESKTOP,$(BUILD_TYPE)),$(if $(filter-out MACOSX,$(OS)), \
	    $(call gb_Helper_get_rcfile,redirect))) \
	$(call gb_Helper_get_rcfile,setup) \
	$(call gb_Helper_get_rcfile,soffice) \
	$(call gb_Helper_get_rcfile,louno) \
	$(call gb_Helper_get_rcfile,version) \
))

# vim: set noet sw=4 ts=4:
7 +0200'>2022-05-20new loplugin:unnecessary lockingNoel Grandin 2022-05-02Just use Any ctor instead of makeAny in xmlscriptStephan Bergmann 2022-04-26add o3tl::toUInt32Noel Grandin 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlscriptMike Kaganski 2021-10-20loplugin:indentation check for indent inside blockNoel Grandin 2021-10-10loplugin:moveparam in xmlscriptNoel Grandin 2021-09-15loplugin:constvarsNoel Grandin 2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin 2021-08-01osl::Mutex->std::mutex in XMLBasicExporterBaseNoel Grandin 2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet 2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara 2021-05-31crashtesting fixNoel Grandin 2021-05-27no need to allocate Style objects separatelyNoel Grandin 2021-05-25fix leaks in loading xmlscriptNoel Grandin 2021-05-18loplugin:unusedfieldsNoel Grandin 2021-05-14Improve loplugin:stringviewStephan Bergmann 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-04-06tdf#137652 add xmlscript unittest & infrastructureVasily Melenchuk 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar 2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski 2021-03-09Make sal/config.h the first in pchMike Kaganski 2021-02-19update pchesCaolán McNamara 2021-02-19loplugin:refcounting in xmlscriptNoel 2021-02-18loplugin:referencecasting in xmlscriptNoel 2021-01-09fix coverity parse errorsCaolán McNamara 2020-12-26New loplugin:stringliteralvarStephan Bergmann 2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel 2020-11-18tdf#123936 Formatting files in module xmlscript with clang-formatPhilipp Hofer