summaryrefslogtreecommitdiff
path: root/tools/CustomTarget_reversemap.mk
blob: 94a697f1a6aff28b7a02d2d2d08ab746470ca72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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,tools/string))

$(call gb_CustomTarget_get_target,tools/string) : \
	$(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx

$(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx : \
		$(call gb_Executable_get_runtime_dependencies,bestreversemap) \
		| $(call gb_CustomTarget_get_workdir,tools/string)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1)
	$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),BRM)
	$(call gb_Helper_execute,bestreversemap > $@)
	$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),BRM)

# vim: set noet sw=4 ts=4:
sqlcNoel Grandin 2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin 2017-10-23loplugin:includeform: mysqlcStephan Bergmann 2017-10-06use rtl::Reference in mysqlcNoel Grandin 2017-10-01throw more useful uno::Exception'sNoel Grandin 2017-09-24tdf#103685: "Commands out of sync" when connecting to MySQL using directJulien Nabet 2017-09-15consistent naming of externals: mysqlcppconn -> mysql-connector-cppMichael Stahl 2017-09-15consistent naming of externals: libmariadb -> mariadb-connector-cMichael Stahl 2017-09-01Remove unused m_aBatchVector membersStephan Bergmann 2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet 2017-08-02remove unnecessary use of 'this->'Noel Grandin 2017-07-31loplugin:oncevarNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-07-05new loplugin unnecessaryparenNoel Grandin 2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin 2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin 2017-06-23loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-03-25Fix typosAndrea Gelmini 2017-03-07Remove redundant 'inline' keyword, Linux reduxStephan Bergmann 2017-03-02Fix typosAndrea Gelmini 2017-02-23With GCC -std=gnu++17, dynamic exception specifications cause an errorStephan Bergmann 2017-02-16external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann 2017-02-03boost::scoped_ptr -> std::unique_ptr in mysqlcNoel Grandin 2017-02-03new loplugin:unusedenumconstantsNoel Grandin 2017-01-31Work around GCC 7 -Werror=implicit-fallthrough=Stephan Bergmann 2017-01-31Silence GCC 7 warnings in cppconn/exception.hStephan Bergmann 2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann 2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin 2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin 2016-11-17loplugin:datamembershadowNoel Grandin 2016-11-02loplugin:singlevalfieldsNoel Grandin 2016-10-27Remove bogus comments about ~IPropertyArrayHelper not being virtualStephan Bergmann 2016-09-20Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann 2016-09-18loplugin:unusedenumvaluesNoel Grandin 2016-07-15loplugin:unnecessaryoverride in mysqlcStephan Bergmann 2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann 2016-06-09Revert "tdf#88206 Change use of cppu::WeakImplHelper*"Caolán McNamara 2016-06-09tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav 2016-05-30Missing includeStephan Bergmann