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
),,Executable_cppunittester
) \
14 $(if
$(filter $(OS
),ANDROID
), \
15 Library_lo-bootstrap
) \
17 $(if
$(filter $(OS
),ANDROID
),, \
18 Library_sal_textenc
) \
19 $(if
$(filter $(OS
),WNT
), \
21 StaticLibrary_salcpprt \
24 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
26 $(eval
$(call gb_Module_add_targets
,sal
,\
27 Executable_osl_process_child \
30 $(eval
$(call gb_Module_add_check_targets
,sal
,\
31 CppunitTest_sal_osl_process \
34 $(eval
$(call gb_Module_add_check_targets
,sal
,\
35 $(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,CppunitTest_Module_DLL
) \
36 CppunitTest_sal_bytesequence \
37 CppunitTest_sal_osl_condition \
38 $(if
$(filter $(OS
),WNT
),, \
39 CppunitTest_sal_osl_file
) \
40 $(if
$(filter TRUE
,$(DISABLE_DYNLOADING
)),,CppunitTest_sal_osl_module
) \
41 CppunitTest_sal_osl_old_test_file \
42 $(if
$(filter-out MSC-120
,$(COM
)-$(VCVER
)),CppunitTest_sal_osl_security
) \
43 CppunitTest_sal_osl_thread \
44 CppunitTest_sal_rtl_alloc \
45 CppunitTest_sal_rtl_process \
46 CppunitTest_sal_rtl_bootstrap \
47 CppunitTest_sal_rtl_cipher \
48 CppunitTest_sal_rtl_crc32 \
49 CppunitTest_sal_rtl_digest \
50 CppunitTest_sal_rtl_doublelock \
51 CppunitTest_sal_rtl_locale \
52 CppunitTest_sal_rtl_ostringbuffer \
53 CppunitTest_sal_rtl_oustringbuffer \
54 CppunitTest_sal_rtl_oustring \
55 CppunitTest_sal_rtl_textenc \
56 CppunitTest_sal_rtl_uri \
57 CppunitTest_sal_rtl_strings \
58 CppunitTest_sal_rtl_uuid \
59 CppunitTest_sal_tcwf \
60 CppunitTest_sal_types \
63 # these were added when gbuild'izing
64 $(eval
$(call gb_Module_add_check_targets
,sal
,\
65 CppunitTest_sal_osl_mutex \
66 CppunitTest_sal_osl_profile \
67 CppunitTest_sal_osl_setthreadname \
68 CppunitTest_sal_rtl_math \
73 # CppunitTest_sal_osl_pipe has circular dependency on unotest
74 # $(eval $(call gb_Module_add_subsequentcheck_targets,sal,\
75 CppunitTest_sal_osl_pipe \
78 # error when building test-getsystempathfromfileurl.cxx \
79 CppunitTest_sal_osl_getsystempathfromfileurl \
81 # vim: set noet sw=4 ts=4: