summaryrefslogtreecommitdiff
path: root/qadevOOo/Makefile
blob: 8d71119918b6cc2a2635633315fa76bf28f2cdad (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)),)
$(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:
r?id=385e9afea22380c718660a1f167c737e52544930'>coverity#1327210 UwF: Unwritten fieldCaolán McNamara Change-Id: I6fb5b18b6a6e51727d7350039da97f06f65736ff 2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163 2015-10-14coverity#1327210 UwF: Unwritten fieldCaolán McNamara Change-Id: I1021bd43a93b9b7f1b4e0f73f75e7a7f7c52b857 2015-10-14cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin Change-Id: I85fa5fd4671d749850af854a7d4ba934416d892b 2015-09-30Fix typosAndrea Gelmini Change-Id: I8f4500fc7a901c5cc73634ba6da6b9541452e5ae Reviewed-on: https://gerrit.libreoffice.org/18966 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2015-07-29chmod -xTor Lillqvist Change-Id: I4a248b59e12587c3b2ce79676fdce29a348b6751 2015-07-08Fix typosAndrea Gelmini Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com> 2015-07-04Fix typosAndrea Gelmini Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1 Reviewed-on: https://gerrit.libreoffice.org/16710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>