summaryrefslogtreecommitdiff
path: root/extensions/Makefile
blob: 7b3dec8b4c28f062cec0a4ef1ba16a3fde6766b6 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************

gb_PARTIALBUILD := T
ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else

include $(SOLARENV)/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))

endif
# vim: set noet sw=4 ts=4:
an>Fix typosAndrea Gelmini 2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann 2015-06-15cppcheck:unreadVariableNoel Grandin 2015-06-09cppcheck: variableScopeCaolán McNamara 2015-06-08Decompressor rubbish in xmlhelp is luckily unusedCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-02loplugin:loopvartoosmallNoel Grandin 2015-06-02cppcheck: noExplicitConstructorCaolán McNamara 2015-06-02loplugin:loopvartoosmallNoel Grandin 2015-05-25cppcheck: noExplicitConstructorCaolán McNamara 2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist 2015-04-23loplugin:staticmethodsNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin