summaryrefslogtreecommitdiff
path: root/scripting/Makefile
blob: a1b344d7256442174ec9523b34a2c0ee31566553 (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; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 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.
#
#*************************************************************************

ifeq ($(strip $(SOLARENV)),)
$(error No environment set!)
endif

gb_PARTIALBUILD := T
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk

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

# vim: set noet sw=4 ts=4:
span>Noel Grandin 2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2015-11-23loplugin:unusedfields in soltools/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-02loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-07-04Fix typosAndrea Gelmini 2015-06-16-fsanitize=nonnull-attributeStephan Bergmann 2015-04-02loplugin:staticmethodsNoel Grandin 2015-03-02V804: Decreased performanceCaolán McNamara 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara 2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara 2014-10-04coverity#706158 Copy into fixed size bufferNorbert Thiebaud 2014-10-02coverity#1233618 Overlapping buffer in memory copyCaolán McNamara 2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara 2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin 2014-06-24remove use of register keyword in C filesNoel Grandin 2014-06-17-Wstrict-prototypesStephan Bergmann 2014-05-30coverity#705235 Missing break in switchCaolán McNamara 2014-05-30coverity#705236 Missing break in switchCaolán McNamara 2014-05-30coverity#705237 Missing break in switchCaolán McNamara 2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin 2014-05-24coverity#982647 Missing break in switchCaolán McNamara 2014-05-22Fix some memory leak in soltools/cpp toolStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-04-10Clean up function declarationStephan Bergmann 2014-04-04Move prototype to includeStephan Bergmann 2014-03-31Typo #elsif -> #elifStephan Bergmann 2013-11-17WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist 2013-11-16Fix for VS 2013 compilationJesús Corrius 2013-08-30WaE: size_t/unsigned int: possible loss of dataTor Lillqvist 2013-08-22left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann 2013-08-21We don't seem to actually need glibc getoptTor Lillqvist