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
,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)\"" \
38 $(eval
$(call gb_Library_use_libraries
,sal
,\
39 $(if
$(filter ANDROID
,$(OS
)), \
44 $(eval
$(call gb_Library_use_externals
,sal
,\
50 $(eval
$(call gb_Library_use_system_win32_libs
,sal
,\
63 $(eval
$(call gb_Library_add_libs
,sal
,\
64 $(if
$(filter LINUX
,$(OS
)), \
68 $(if
$(filter SOLARIS
,$(OS
)), \
72 $(if
$(filter HAIKU
,$(OS
)), \
79 $(eval
$(call gb_Library_use_system_darwin_frameworks
,sal
,\
83 $(if
$(ENABLE_MACOSX_SANDBOX
),Security
) \
87 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
89 sal
/osl
/all/debugbase \
90 sal
/osl
/all/filepath \
91 sal
/osl
/all/loadmodulerelative \
93 sal
/osl
/all/mutexshared \
94 sal
/osl
/all/signalshared \
99 sal
/rtl
/alloc_global \
110 sal
/rtl
/rtl_process \
119 sal
/textenc
/converter \
120 sal
/textenc
/convertsimple \
121 sal
/textenc
/handleundefinedunicodetotextchar \
122 sal
/textenc
/tcvtutf8 \
123 sal
/textenc
/tencinfo \
124 sal
/textenc
/textcvt \
125 sal
/textenc
/textenc \
126 sal
/textenc
/unichars \
130 $(eval
$(call gb_Library_add_cxxflags
,sal
,\
136 sal
/textenc
/context \
137 sal
/textenc
/convertbig5hkscs \
138 sal
/textenc
/converteuctw \
139 sal
/textenc
/convertgb18030 \
140 sal
/textenc
/convertisciidevangari \
141 sal
/textenc
/convertiso2022cn \
142 sal
/textenc
/convertiso2022jp \
143 sal
/textenc
/convertiso2022kr \
144 sal
/textenc
/convertsinglebytetobmpunicode \
146 sal
/textenc
/tcvtbyte \
148 sal
/textenc
/tcvtutf7 \
151 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
152 $(sal_textenc_code
) \
154 else ifeq ($(DISABLE_DYNLOADING
),TRUE
)
156 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
157 $(sal_textenc_code
) \
162 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
163 sal
/osl
/unx
/backtraceapi \
164 sal
/osl
/unx
/conditn \
166 sal
/osl
/unx
/file_error_transl \
167 sal
/osl
/unx
/file_misc \
168 sal
/osl
/unx
/file_path_helper \
169 sal
/osl
/unx
/file_stat \
170 sal
/osl
/unx
/file_url \
171 sal
/osl
/unx
/file_volume \
175 sal
/osl
/unx
/nlsupport \
177 sal
/osl
/unx
/process \
178 sal
/osl
/unx
/process_impl \
179 sal
/osl
/unx
/profile \
181 sal
/osl
/unx
/readwrite_helper \
182 sal
/osl
/unx
/salinit \
183 sal
/osl
/unx
/security \
186 sal
/osl
/unx
/soffice \
187 sal
/osl
/unx
/tempfile \
192 # Note that the uunxapi.mm file just includes the uunxapi.cxx one. Ditto for system.mm
194 $(eval
$(call gb_Library_add_objcxxobjects
,sal
,\
195 sal
/osl
/unx
/uunxapi \
199 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
200 sal
/osl
/unx
/uunxapi \
205 ifneq ($(filter MACOSX iOS
,$(OS
)),)
206 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
207 sal
/osl
/unx
/osxlocale \
211 $(eval
$(call gb_Library_add_cobjects
,sal
,\
212 sal
/osl
/unx
/backtrace \
215 ifneq ($(filter SPARC64 SPARC
,$(CPUNAME
)),)
216 $(eval
$(call gb_Library_add_asmobjects
,sal
,\
217 sal
/osl
/unx
/asm
/interlck_sparc \
220 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
221 sal
/osl
/unx
/interlck \
227 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
228 sal
/osl
/w32
/backtrace \
229 sal
/osl
/w32
/conditn \
230 sal
/osl
/w32
/dllentry \
232 sal
/osl
/w32
/file_dirvol \
233 sal
/osl
/w32
/file_error \
234 sal
/osl
/w32
/file_url \
235 sal
/osl
/w32
/interlck \
239 sal
/osl
/w32
/nlsupport \
240 sal
/osl
/w32
/path_helper \
242 sal
/osl
/w32
/process \
243 sal
/osl
/w32
/procimpl \
244 sal
/osl
/w32
/profile \
246 sal
/osl
/w32
/salinit \
247 sal
/osl
/w32
/security \
250 sal
/osl
/w32
/tempfile \
255 endif # ifneq ($(OS),WNT)
257 ifeq ($(ENABLE_CIPHER_OPENSSL_BACKEND
),TRUE
)
258 $(eval
$(call gb_Library_add_defs
,sal
,-DLIBO_CIPHER_OPENSSL_BACKEND
))
259 $(eval
$(call gb_Library_use_externals
,sal
, \
265 # vim: set noet sw=4 ts=4: