Updated core
[LibreOffice.git] / cli_ure / Module_cli_ure.mk
blob64f9bb916bd2b3bd334a4fb67a5b3f779910193f
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 $(eval $(call gb_Module_Module,cli_ure))
12 $(eval $(call gb_Module_add_targets,cli_ure,\
13 Package_version \
16 ifeq ($(COM),MSC)
17 $(eval $(call gb_Module_add_targets,cli_ure,\
18 CliLibrary_cli_basetypes \
19 CliLibrary_cli_ure \
20 CliNativeLibrary_cli_cppuhelper \
21 CliUnoApi_cli_uretypes \
22 CustomTarget_cli_ure_assemblies \
23 Executable_climaker \
24 Library_cli_cppuhelper_native \
25 Library_cli_uno \
26 Package_config \
28 endif
30 # vim: set noet sw=4 ts=4: