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
,sal
))
12 $(eval
$(call gb_Module_add_targets
,sal
,\
13 $(if
$(CROSS_COMPILING
),,$(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,Executable_cppunittester
)) \
14 $(if
$(filter $(OS
),ANDROID
), \
15 Library_lo-bootstrap
) \
17 $(if
$(filter $(OS
),ANDROID
),,$(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,Library_sal_textenc
)) \
20 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
22 $(eval
$(call gb_Module_add_targets
,sal
,\
23 Executable_osl_process_child \
26 $(eval
$(call gb_Module_add_check_targets
,sal
,\
27 $(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,CppunitTest_Module_DLL
) \
28 $(if
$(filter WNT
,$(OS
)),CppunitTest_sal_comtools
) \
29 $(if
$(filter WNT
,$(OS
)),CppunitTest_sal_retry_if_failed
) \
30 CppunitTest_sal_osl_security \
33 CppunitTest_sal_types \
34 $(if
$(COM_IS_CLANG
),$(if
$(COMPILER_EXTERNAL_TOOL
)$(COMPILER_PLUGIN_TOOL
),, \
35 CompilerTest_sal_rtl_oustring
)) \
40 # vim: set noet sw=4 ts=4: