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_include
,sal
,\
22 $(eval
$(call gb_Library_add_defs
,sal
,\
23 $(if
$(filter FUZZERS
,$(BUILD_TYPE
)), \
24 -DFORCE_DEFAULT_SIGNAL \
26 $(if
$(filter iOS
,$(OS
)), \
27 -DNO_CHILD_PROCESSES \
29 -DSAL_DLLIMPLEMENTATION \
30 -DRTL_OS
="\"$(RTL_OS)\"" \
31 -DRTL_ARCH
="\"$(RTL_ARCH)\"" \
32 -DSRCDIR
="\"$(SRCDIR)\"" \
35 $(eval
$(call gb_Library_use_libraries
,sal
,\
36 $(if
$(filter ANDROID
,$(OS
)), \
41 $(eval
$(call gb_Library_use_externals
,sal
,\
45 $(eval
$(call gb_Library_use_system_win32_libs
,sal
,\
58 $(eval
$(call gb_Library_add_libs
,sal
,\
59 $(if
$(filter LINUX
,$(OS
)), \
63 $(if
$(filter SOLARIS
,$(OS
)), \
67 $(if
$(filter HAIKU
,$(OS
)), \
73 $(eval
$(call gb_Library_use_system_darwin_frameworks
,sal
,\
77 $(if
$(ENABLE_MACOSX_SANDBOX
),Security
) \
81 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
83 sal
/osl
/all/debugbase \
84 sal
/osl
/all/filepath \
85 sal
/osl
/all/loadmodulerelative \
87 sal
/osl
/all/signalshared \
92 sal
/rtl
/alloc_global \
103 sal
/rtl
/rtl_process \
112 sal
/textenc
/converter \
113 sal
/textenc
/convertsimple \
114 sal
/textenc
/handleundefinedunicodetotextchar \
115 sal
/textenc
/tcvtutf8 \
116 sal
/textenc
/tencinfo \
117 sal
/textenc
/textcvt \
118 sal
/textenc
/textenc \
119 sal
/textenc
/unichars \
123 $(eval
$(call gb_Library_add_cxxflags
,sal
,\
129 sal
/textenc
/context \
130 sal
/textenc
/convertbig5hkscs \
131 sal
/textenc
/converteuctw \
132 sal
/textenc
/convertgb18030 \
133 sal
/textenc
/convertisciidevangari \
134 sal
/textenc
/convertiso2022cn \
135 sal
/textenc
/convertiso2022jp \
136 sal
/textenc
/convertiso2022kr \
137 sal
/textenc
/convertsinglebytetobmpunicode \
139 sal
/textenc
/tcvtbyte \
141 sal
/textenc
/tcvtutf7 \
144 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
145 $(sal_textenc_code
) \
147 else ifeq ($(DISABLE_DYNLOADING
),TRUE
)
149 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
150 $(sal_textenc_code
) \
155 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
156 sal
/osl
/unx
/backtraceapi \
157 sal
/osl
/unx
/conditn \
159 sal
/osl
/unx
/file_error_transl \
160 sal
/osl
/unx
/file_misc \
161 sal
/osl
/unx
/file_path_helper \
162 sal
/osl
/unx
/file_stat \
163 sal
/osl
/unx
/file_url \
164 sal
/osl
/unx
/file_volume \
168 sal
/osl
/unx
/nlsupport \
170 sal
/osl
/unx
/process \
171 sal
/osl
/unx
/process_impl \
172 sal
/osl
/unx
/profile \
174 sal
/osl
/unx
/readwrite_helper \
175 sal
/osl
/unx
/salinit \
176 sal
/osl
/unx
/security \
179 sal
/osl
/unx
/soffice \
180 sal
/osl
/unx
/tempfile \
185 # Note that the uunxapi.mm file just includes the uunxapi.cxx one. Ditto for system.mm
187 $(eval
$(call gb_Library_add_objcxxobjects
,sal
,\
188 sal
/osl
/unx
/uunxapi \
192 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
193 sal
/osl
/unx
/uunxapi \
198 ifneq ($(filter MACOSX iOS
,$(OS
)),)
199 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
200 sal
/osl
/unx
/osxlocale \
204 $(eval
$(call gb_Library_add_cobjects
,sal
,\
205 sal
/osl
/unx
/backtrace \
208 ifneq ($(filter SPARC64 SPARC
,$(CPUNAME
)),)
209 $(eval
$(call gb_Library_add_asmobjects
,sal
,\
210 sal
/osl
/unx
/asm
/interlck_sparc \
213 $(eval
$(call gb_Library_add_exception_objects
,sal
,\
214 sal
/osl
/unx
/interlck \
221 # .IF "$(CCNUMVER)" >= "001400000000"
222 # $(eval $(call gb_Library_add_defs,sal,\
223 -D_CRT_NON_CONFORMING_SWPRINTFS \
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: