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