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
))
13 ifneq ($(CPUNAME
),AARCH64
)
14 $(eval
$(call gb_Module_add_targets
,cli_ure
,\
15 CliLibrary_cli_basetypes \
17 CliNativeLibrary_cli_cppuhelper \
18 CliUnoApi_cli_uretypes \
19 CustomTarget_cli_ure_assemblies \
21 Library_cli_cppuhelper_native \
23 Package_cli_basetypes_copy \
28 # vim: set noet sw=4 ts=4: