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 include $(SRCDIR
)/cli_ure
/version
/version.txt
12 $(eval
$(call gb_CliLibrary_CliLibrary
,cli_basetypes
))
14 $(eval
$(call gb_CliLibrary_set_configfile
,cli_basetypes
,cli_ure
/source
/basetypes
/cli_basetypes_config
,cli_ure
/version
/version.txt
))
16 $(eval
$(call gb_CliLibrary_set_keyfile
,cli_basetypes
,$(SRCDIR
)/cli_ure
/source
/cliuno.snk
))
18 $(eval
$(call gb_CliLibrary_set_policy
,cli_basetypes
,$(CLI_BASETYPES_POLICY_ASSEMBLY
),$(CLI_BASETYPES_POLICY_VERSION
)))
20 $(eval
$(call gb_CliLibrary_add_csfiles
,cli_basetypes
,\
21 cli_ure
/source
/basetypes
/uno
/Any \
22 cli_ure
/source
/basetypes
/uno
/BoundAttribute \
23 cli_ure
/source
/basetypes
/uno
/ExceptionAttribute \
24 cli_ure
/source
/basetypes
/uno
/OnewayAttribute \
25 cli_ure
/source
/basetypes
/uno
/ParameterizedTypeAttribute \
26 cli_ure
/source
/basetypes
/uno
/PolymorphicType \
27 cli_ure
/source
/basetypes
/uno
/TypeArgumentsAttribute \
28 cli_ure
/source
/basetypes
/uno
/TypeParametersAttribute \
31 $(eval
$(call gb_CliLibrary_add_generated_csfiles
,cli_basetypes
,\
32 CustomTarget
/cli_ure
/source
/basetypes
/assembly \
35 # vim: set noet sw=4 ts=4: