summaryrefslogtreecommitdiff
path: root/fileaccess/Makefile
blob: f9ac01ef07471f7b1d4f0ef61127b016af9689d5 (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.
#
#*************************************************************************

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

gb_PARTIALBUILD := T
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:
class='decoration'>Noel Grandin 2019-11-19Fix loplugin:fakebool (clang-cl)Stephan Bergmann 2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski 2019-11-18Missing includesStephan Bergmann 2019-11-18compilerplugins: fix ambiguous type warningsChris Sherlock 2019-11-17Fix typosAndrea Gelmini 2019-11-17loplugin:unusedmethodsNoel Grandin 2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann 2019-11-16loplugin:singlevalfieldsNoel Grandin 2019-11-16Improve loplugin:redundantpreprocessor performance a bitStephan Bergmann 2019-11-16Fix loplugin::Entry ODR violationStephan Bergmann 2019-11-16loplugin:unusedfieldsNoel Grandin 2019-11-15loplugin:external: Don't warn for injected friend functionsStephan Bergmann 2019-11-15Fix loplugin:fakebool for Objective CStephan Bergmann 2019-11-15loplugin:external: Extend comment about the perils of moving a functionStephan Bergmann 2019-11-15loplugin:external: Note all other declarations of the same entityStephan Bergmann 2019-11-15Fix loplugin:consttobool for assert on macOSStephan Bergmann 2019-11-15Add loplugin:consttobool assert-related testsStephan Bergmann 2019-11-15Silence -Werror,-Wsometimes-uninitializedStephan Bergmann 2019-11-14New loplugin:consttoboolStephan Bergmann 2019-11-14Improve error messageStephan Bergmann 2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann 2019-11-12Clarify loplugin:external behavior for const(expr) varsStephan Bergmann 2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann 2019-11-08Use more efficient NamedDecl::getNameStephan Bergmann 2019-11-07remove some unused gettersCaolán McNamara 2019-11-07drop unused TreeView::set_top_entryCaolán McNamara