summaryrefslogtreecommitdiff
path: root/zlib/Module_zlib.mk
blob: 7241df0d63e944b4da43c3719ad2400f9a21ae40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Module_Module,zlib))

ifeq ($(SYSTEM_ZLIB),NO)

$(eval $(call gb_Module_add_targets,zlib,\
	StaticLibrary_zlib \
	UnpackedTarball_zlib \
))

ifeq ($(BUILD_X64),TRUE)
$(eval $(call gb_Module_add_targets,zlib,\
	StaticLibrary_zlib_x64 \
))
endif

endif

# vim: set noet sw=4 ts=4:
sterChildWindow already never used its pStr argCaolán McNamara 2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara 2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara 2014-10-21Remove unused SfxInterface::GetResManager_ImplStephan Bergmann 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky 2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin 2014-03-01Remove visual noise from includeAlexander Wilms 2014-01-17bool improvementsStephan Bergmann 2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold 2013-10-21Remove unused forward declarationStephan Bergmann 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-08-29convert include/sfx2/objface.hxx from String to OUStringNoel Grandin 2013-04-23execute move of global headersBjoern Michaelsen