Update git submodules
[LibreOffice.git] / cli_ure / CustomTarget_cli_ure_assemblies.mk
blob6dc26f852efed2d23ce2d8a5d6710799452849cb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 cli_ure_source_MAKEFILE := $(lastword $(MAKEFILE_LIST))
12 include $(SRCDIR)/cli_ure/version/version.txt
14 $(eval $(call gb_CustomTarget_CustomTarget,cli_ure/source))
16 $(call gb_CustomTarget_get_target,cli_ure/source) : \
17 $(gb_CustomTarget_workdir)/cli_ure/source/basetypes/assembly.cs \
18 $(gb_CustomTarget_workdir)/cli_ure/source/native/assembly.cxx \
19 $(gb_CustomTarget_workdir)/cli_ure/source/ure/assembly.cs
21 $(gb_CustomTarget_workdir)/cli_ure/source/basetypes/assembly.cs : \
22 $(SRCDIR)/cli_ure/source/basetypes/assembly.cs \
23 $(SRCDIR)/cli_ure/version/version.txt \
24 $(cli_ure_source_MAKEFILE) \
25 | $(gb_CustomTarget_workdir)/cli_ure/source/basetypes/.dir
26 sed -e "s/@CLI_BASETYPES_NEW_VERSION@/$(CLI_BASETYPES_NEW_VERSION)/g" $< > $@
28 $(gb_CustomTarget_workdir)/cli_ure/source/native/assembly.cxx : \
29 $(SRCDIR)/cli_ure/source/native/assembly.cxx \
30 $(SRCDIR)/cli_ure/version/version.txt \
31 $(cli_ure_source_MAKEFILE) \
32 | $(gb_CustomTarget_workdir)/cli_ure/source/native/.dir
33 sed -e "s/@CLI_CPPUHELPER_NEW_VERSION@/$(CLI_CPPUHELPER_NEW_VERSION)/g" $< > $@
35 $(gb_CustomTarget_workdir)/cli_ure/source/ure/assembly.cs : \
36 $(SRCDIR)/cli_ure/source/ure/assembly.cs \
37 $(SRCDIR)/cli_ure/version/version.txt \
38 $(cli_ure_source_MAKEFILE) \
39 | $(gb_CustomTarget_workdir)/cli_ure/source/ure/.dir
40 sed -e "s/@CLI_URE_NEW_VERSION@/$(CLI_URE_NEW_VERSION)/g" $< > $@
42 # vim: set noet sw=4 ts=4: