summaryrefslogtreecommitdiff
path: root/odk/Module_odk.mk
blob: f93a6c6570f5f035a1ff9202f0ea90326cb0e1b3 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- 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,odk))

$(eval $(call gb_Module_add_targets,odk,\
	CustomTarget_odkcommon \
	$(if $(filter WNT,$(OS)),CustomTarget_cli) \
	$(if $(DOXYGEN),CustomTarget_doxygen) \
	CustomTarget_check \
	CustomTarget_bin \
	CustomTarget_lib \
	CustomTarget_settings \
	CustomTarget_autodoc \
	CustomTarget_idl \
	CustomTarget_include \
	Executable_unoapploader \
	Zip_odkexamples \
))

ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,odk,\
	CustomTarget_unowinreg \
	CustomTarget_classes \
	CustomTarget_javadoc \
	$(if $(filter WNT,$(OS)),Library_unowinreg) \
	Zip_uno_loader_classes \
))
endif

# This apparently needs to come last, as the various CustomTarget_* add to
# odkcommon_ZIPLIST that is used here:
$(eval $(call gb_Module_add_targets,odk,\
	Zip_odkcommon \
))


# vim: set noet sw=4 ts=4:
ght exceptionCaolán McNamara Change-Id: Ibb1b15604e5129c48ca8be4af24dbcfd908ded2f 2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl ... on 32 bit platforms. These asserts appear to be impossible anyway. Change-Id: I6bd332ca49e9992740315e0f6c58e98ac337817c 2014-03-29Typo: ccordinate->coordinateJulien Nabet Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9 2014-03-29sc: more stream tweaksMichael Stahl Change-Id: I452ba76cec425e397369e0fcc689ba639d5325b0 2014-03-29sc: actually CopyFromStream() can just use remainingSize()Michael Stahl Change-Id: I16e60caa7a1baeb2b05cbe5dc8ae24a67751c390 2014-03-29sc: adapt XclExpStream::CopyFromStream() to SvStream changeMichael Stahl Change-Id: I58c183fe2b8e7b64ec0678e5eb136b9a467f1eb4 2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl STREAM_SEEK_TO_END is apparently used to initialize variables and signal failure here, which is odd. Change-Id: I324a85b441dc377757f7c32eec2ad8a2c9a8c2eb 2014-03-28coverity#735461 Dead default in switchCaolán McNamara Change-Id: Icc6763acdd7d7fb2526d8cf2c1142e7ed34efc8f 2014-03-28coverity#735462 Dead default in switchCaolán McNamara Change-Id: I48bc819b939ae1a436d3103e8fc75c69c2324dc8 2014-03-28coverity#735463 Dead default in switchCaolán McNamara Change-Id: I422f11f1ccda36c00e00775b32772c1e827b6686 2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann Change-Id: I16b931a3383794e646ab71011510926e49da3599 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1