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 EMSCRIPTEN
), \
15 Library_lo-bootstrap
) \
17 $(call gb_CondLibSalTextenc
,Library_sal_textenc
) \
20 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
22 ifneq (EMSCRIPTEN
,$(OS
))
23 $(eval
$(call gb_Module_add_targets
,sal
,\
24 Executable_osl_process_child \
28 $(eval
$(call gb_Module_add_check_targets
,sal
,\
29 $(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,CppunitTest_Module_DLL
) \
30 $(if
$(filter WNT
,$(OS
)),CppunitTest_sal_comtools
) \
31 $(if
$(filter WNT
,$(OS
)),CppunitTest_sal_retry_if_failed
) \
32 CppunitTest_sal_osl_security \
35 CppunitTest_sal_types \
36 $(if
$(COM_IS_CLANG
),$(if
$(COMPILER_EXTERNAL_TOOL
)$(COMPILER_PLUGIN_TOOL
),, \
37 CompilerTest_sal_rtl_oustring
)) \
42 # vim: set noet sw=4 ts=4: