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_Library_Library
,cli_uno
))
12 $(eval
$(call gb_Library_add_cxxflags
,cli_uno
,\
13 -AI
$(INSTDIR
)/$(LIBO_URE_LIB_FOLDER
) \
18 $(eval
$(call gb_Library_add_ldflags
,cli_uno
,\
22 $(eval
$(call gb_Library_use_udk_api
,cli_uno
))
24 $(eval
$(call gb_Library_use_libraries
,cli_uno
,\
29 $(eval
$(call gb_Library_use_system_win32_libs
,cli_uno
,\
34 $(eval
$(call gb_Library_add_exception_objects
,cli_uno
,\
35 cli_ure
/source
/uno_bridge
/cli_bridge \
36 cli_ure
/source
/uno_bridge
/cli_data \
37 cli_ure
/source
/uno_bridge
/cli_environment \
38 cli_ure
/source
/uno_bridge
/cli_proxy \
39 cli_ure
/source
/uno_bridge
/cli_uno \
42 $(call gb_Library_get_headers_target
,cli_uno
) :| \
43 $(call gb_CliLibrary_get_target
,cli_ure
) \
44 $(call gb_CliUnoApi_get_target
,cli_uretypes
)
46 # vim: set noet sw=4 ts=4: