summaryrefslogtreecommitdiff
path: root/Makefile
blob: d40695c441a53c470087913fdccda1acc5111507 (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
45
46
47
48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2009 by Sun Microsystems, Inc.
#
# 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_SOURCEANDRERUN:=
SRCDIR:=$(realpath $(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
ifeq ($(strip $(SOLARENV)),)
ifneq ($(MAKECMDGOALS),$(SRCDIR)/Env.Host.sh)
gb_SOURCEANDRERUN:=T
gb_MINISOLARENV:=
else
SOLARENV:=$(SRCDIR)/solenv
gb_MINISOLARENV:=T
endif
endif

ifneq ($(gb_SOURCEANDRERUN),)
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,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
endif

# vim: set noet sw=4 ts=4:
661be37efdff3c6aedb6f248c4636be79'>New loplugin:externalStephan Bergmann 2018-08-06Add missing sal/log.hxx headersGabor Kelemen 2018-07-26jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann 2017-11-14loplugin:flatten loosen conditionNoel Grandin 2017-10-31loplugin:constantparam in i18nlangtagNoel Grandin 2017-10-23loplugin:includeform: jvmfwkStephan Bergmann 2017-10-13Use loop ranges in jvmfwkJulien Nabet 2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin 2017-05-29Revert "loplugin:stringcopy"Stephan Bergmann 2017-05-19loplugin:stringcopyStephan Bergmann 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock 2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann 2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann 2017-04-12Simplify jfw::VersionInfoStephan Bergmann 2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann 2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann 2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin 2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann 2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann 2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-10Fix typosAndrea Gelmini 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-08-27Clean up sEmptyStephan Bergmann