summaryrefslogtreecommitdiff
path: root/svtools/prj/makefile.mk
blob: ffd9fb276d8aca4b50c8f91273f5a3826aab9108 (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
#*************************************************************************
#
# 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.
#
#*************************************************************************

PRJ=..
TARGET=prj

.INCLUDE : settings.mk

.IF "$(VERBOSE)"!=""
VERBOSEFLAG :=
.ELSE
VERBOSEFLAG := -s
.ENDIF

all:
    cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(GMAKE_MODULE_PARALLELISM) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
t all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza 2013-11-05fixincludeguards.sh: uno*Thomas Arnhold 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-11-Werror,-Wunused-variableStephan Bergmann 2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza 2013-10-02-Werror,-Wunused-const-variableStephan Bergmann 2013-10-02-Werror,-Wunused-const-variableStephan Bergmann 2013-09-26typo fixes in commentsAndras Timar 2013-09-20The original bytes were probably meant as UTF-8, not UTF-16Stephan Bergmann 2013-09-20java.lang.String.getBytes() has platform-dependent semanticsStephan Bergmann 2013-09-20New unit test to the DOMTree test suiteMiguel Gomez 2013-09-20unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks