1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Library_Library
,sal
))
13 $(eval
$(call gb_Library_set_soversion_script
,sal
,$(SRCDIR
)/sal
/util
/sal.map
))
15 $(eval
$(call gb_Library_set_precompiled_header
,sal
,sal
/inc
/pch
/precompiled_sal
))
17 $(eval
$(call gb_Library_set_is_ure_library_or_dependency
,sal
))
19 $(eval
$(call gb_Library_set_include
,sal
,\
25 $(eval
$(call gb_Library_add_defs
,sal
,\
26 $(if
$(filter FUZZERS
,$(BUILD_TYPE
)), \
27 -DFORCE_DEFAULT_SIGNAL \
29 $(if
$(filter iOS
,$(OS
)), \
30 -DNO_CHILD_PROCESSES \
32 -DSAL_DLLIMPLEMENTATION \
33 -DRTL_OS
="\"$(RTL_OS)\"" \
34 -DRTL_ARCH
="\"$(RTL_ARCH)\"" \
35 -DSRCDIR
="\"$(SRCDIR)\"" \
36 $(call gb_CondLibSalTextenc
,-DCOND_LIB_SAL_TEXTENC
) \
39 $(eval
$(call gb_Library_use_libraries
,sal
,\
40 $(if
$(filter ANDROID
,$(OS
)), \
45 $(eval
$(call gb_Library_use_externals
,sal
,\
52 $(eval
$(call gb_Library_use_system_win32_libs
,sal
,\
65 $(eval
$(call gb_Library_add_libs
,sal
,\
66 $(if
$(filter LINUX
,$(OS
)), \
70 $(if
$(filter SOLARIS
,$(OS
)), \
74 $(if
$(filter HAIKU
,$(OS
)), \
81 $(eval
$(call gb_Library_use_system_darwin_frameworks
,sal
,\
85 $(if
$(ENABLE_MACOSX_SANDBOX
),Security
) \
89 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
91 sal
/osl
/all/debugbase \
92 sal
/osl
/all/filepath \
93 sal
/osl
/all/loadmodulerelative \
95 sal
/osl
/all/mutexshared \
96 sal
/osl
/all/signalshared \
101 sal
/rtl
/alloc_global \
112 sal
/rtl
/rtl_process \
121 sal
/textenc
/converter \
122 sal
/textenc
/convertsimple \
123 sal
/textenc
/handleundefinedunicodetotextchar \
124 sal
/textenc
/tcvtutf8 \
125 sal
/textenc
/tencinfo \
126 sal
/textenc
/textcvt \
127 sal
/textenc
/textenc \
128 sal
/textenc
/unichars \
132 $(eval
$(call gb_Library_add_cxxflags
,sal
,\
137 ifeq (,$(call gb_CondLibSalTextenc
,$(true
)))
138 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
139 sal
/textenc
/context \
140 sal
/textenc
/convertbig5hkscs \
141 sal
/textenc
/converteuctw \
142 sal
/textenc
/convertgb18030 \
143 sal
/textenc
/convertisciidevangari \
144 sal
/textenc
/convertiso2022cn \
145 sal
/textenc
/convertiso2022jp \
146 sal
/textenc
/convertiso2022kr \
147 sal
/textenc
/convertsinglebytetobmpunicode \
149 sal
/textenc
/tcvtbyte \
151 sal
/textenc
/tcvtutf7 \
156 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
157 sal
/osl
/unx
/backtraceapi \
158 sal
/osl
/unx
/conditn \
160 sal
/osl
/unx
/file_error_transl \
161 sal
/osl
/unx
/file_misc \
162 sal
/osl
/unx
/file_path_helper \
163 sal
/osl
/unx
/file_stat \
164 sal
/osl
/unx
/file_url \
165 sal
/osl
/unx
/file_volume \
169 sal
/osl
/unx
/nlsupport \
171 sal
/osl
/unx
/process \
172 sal
/osl
/unx
/process_impl \
173 sal
/osl
/unx
/profile \
175 sal
/osl
/unx
/readwrite_helper \
176 sal
/osl
/unx
/salinit \
177 sal
/osl
/unx
/security \
180 sal
/osl
/unx
/soffice \
181 sal
/osl
/unx
/tempfile \
186 # Note that the uunxapi.mm file just includes the uunxapi.cxx one. Ditto for system.mm
188 $(eval
$(call gb_Library_add_objcxxobjects
,sal
,\
189 sal
/osl
/unx
/uunxapi \
193 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
194 sal
/osl
/unx
/uunxapi \
199 ifneq ($(filter MACOSX iOS
,$(OS
)),)
200 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
201 sal
/osl
/unx
/osxlocale \
205 $(eval
$(call gb_Library_add_cobjects
,sal
,\
206 sal
/osl
/unx
/backtrace \
209 ifneq ($(filter SPARC64 SPARC
,$(CPUNAME
)),)
210 $(eval
$(call gb_Library_add_asmobjects
,sal
,\
211 sal
/osl
/unx
/asm
/interlck_sparc \
214 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
215 sal
/osl
/unx
/interlck \
221 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
222 sal
/osl
/w32
/backtrace \
223 sal
/osl
/w32
/conditn \
224 sal
/osl
/w32
/dllentry \
226 sal
/osl
/w32
/file_dirvol \
227 sal
/osl
/w32
/file_error \
228 sal
/osl
/w32
/file_url \
229 sal
/osl
/w32
/interlck \
233 sal
/osl
/w32
/nlsupport \
234 sal
/osl
/w32
/path_helper \
236 sal
/osl
/w32
/process \
237 sal
/osl
/w32
/procimpl \
238 sal
/osl
/w32
/profile \
240 sal
/osl
/w32
/salinit \
241 sal
/osl
/w32
/security \
244 sal
/osl
/w32
/tempfile \
249 endif # ifneq ($(OS),WNT)
251 ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND
),TRUE
)
252 $(eval
$(call gb_Library_add_defs
,sal
,-DLIBO_CIPHER_OPENSSL_BACKEND
))
253 $(eval
$(call gb_Library_use_externals
,sal
, \
259 # vim: set noet sw=4 ts=4: