better name for a function overload
[LibreOffice.git] / sal / Module_sal.mk
blob1a190037f05bf5322656e0ed3e5ae65f735db556
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) \
16 Library_sal \
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 \
31 CppunitTest_sal_osl \
32 CppunitTest_sal_rtl \
33 CppunitTest_sal_types \
34 $(if $(COM_IS_CLANG),$(if $(COMPILER_EXTERNAL_TOOL)$(COMPILER_PLUGIN_TOOL),, \
35 CompilerTest_sal_rtl_oustring)) \
38 endif
40 # vim: set noet sw=4 ts=4: