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_StaticLibrary_StaticLibrary
,zlib_x64
))
12 $(eval
$(call gb_StaticLibrary_set_x64
,zlib_x64
,YES
))
14 $(eval
$(call gb_StaticLibrary_use_unpacked
,zlib_x64
,zlib
))
16 $(eval
$(call gb_StaticLibrary_set_warnings_disabled
,zlib_x64
))
18 $(eval
$(call gb_StaticLibrary_set_include
,zlib_x64
,\
19 -I
$(gb_UnpackedTarball_workdir
)/zlib \
23 $(eval
$(call gb_StaticLibrary_add_x64_generated_cobjects
,zlib_x64
,\
24 UnpackedTarball
/zlib
/x64
/adler32 \
25 UnpackedTarball
/zlib
/x64
/compress \
26 UnpackedTarball
/zlib
/x64
/crc32 \
27 UnpackedTarball
/zlib
/x64
/deflate \
28 UnpackedTarball
/zlib
/x64
/inffast \
29 UnpackedTarball
/zlib
/x64
/inflate \
30 UnpackedTarball
/zlib
/x64
/inftrees \
31 UnpackedTarball
/zlib
/x64
/trees \
32 UnpackedTarball
/zlib
/x64
/zutil \
35 ifeq ($(ENABLE_DEBUG
),TRUE
)
36 $(eval
$(call gb_StaticLibrary_add_cflags
,zlib_x64
,-DZLIB_DEBUG
))
39 # vim: set noet sw=4 ts=4: