summaryrefslogtreecommitdiff
path: root/readlicense_oo/CustomTarget_license.mk
blob: f6647efa143966d905ba87624570ce3035124e9e (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
# -*- 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_CustomTarget_CustomTarget,readlicense_oo/license))

readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license)

$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.txt

$(readlicense_oo_DIR)/license.txt : \
		$(SRCDIR)/readlicense_oo/txt/license.txt \
		| $(readlicense_oo_DIR)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,1)
	$(call gb_Helper_abbreviate_dirs, \
		$(gb_AWK) 'sub("$$","\r")' $< > $@.tmp && mv $@.tmp $@ \
	)

# vim:set shiftwidth=4 tabstop=4 noexpandtab:
leOASISTContext.cxx?h=cp-21.06.5-2&id=a22d32644be3fede66558df997e4c75ed96b2fa8'>loplugin:staticvar in xmloffNoel Grandin 2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin 2018-07-24loplugin:unusedfields,can-be-const in xmloff(1)Noel Grandin 2018-04-19tdf#117075 TOC numberings have incorrect right indentNoel Grandin 2018-03-29loplugin:unusedmethodsNoel Grandin 2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann 2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin 2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem 2017-02-08-Werror,-Wunused-private-fieldStephan Bergmann 2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin 2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem 2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann 2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2015-12-17Hold XMLTransformerContext by rtl::ReferenceStephan Bergmann 2015-11-26com::sun::star->css in xmloff/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-06-25remove our custom RTTI from xmloff moduleNoel Grandin 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann 2014-07-02fix ODF validation errorsMarkus Mohrhard 2014-07-02coverity#705353 Missing break in switch, probably intentionalCaolán McNamara 2014-06-13loplugin:staticcallStephan Bergmann 2014-04-15xmloff: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann