GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / sal / Module_sal.mk
blob18db4b7ad81564ce9b95a2c74e4a982a6d3996bc
1 # -*- Mode: makefile; 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 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_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_strings \
57 CppunitTest_sal_rtl_uri \
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 \
71 endif
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: