summaryrefslogtreecommitdiff
path: root/Makefile.gbuild
blob: 8c41a2898618e652271d1e5a45866b870903c3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

ifeq (,$(gb_Side))
gb_Side := host
endif
ifeq (,$(BUILDDIR))
BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
endif

include $(BUILDDIR)/config_$(gb_Side).mk

include $(SRCDIR)/solenv/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk))

# vim: set noet sw=4 ts=4:
3b8bf60a040d51d2d228127693f0b9c3292b151d'>Revert "callcatcher: Remove unused code"August Sodora 2011-12-21callcatcher: Remove unused codeAugust Sodora 2011-12-19callcatcher: Remove unused codeAugust Sodora 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-12-01typo fix: explicitely -> explicitlyLior Kaplan 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-28more debug info for emf+ rendering - pathRadek Doulik 2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud 2011-11-27remove pch from the include listNorbert Thiebaud 2011-11-27remove include of pch header in cppcanvasNorbert Thiebaud 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-21empty a bunch of d.lst filesMichael Stahl 2011-11-21Revive gradient clipping debug visualization code.Thorsten Behrens 2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud 2011-11-01adapt naming schemeCaolán McNamara 2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara 2011-10-10Related: fdo#38580 NULL objectCaolán McNamara 2011-10-08Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not f...Stephan Bergmann 2011-10-07WaE: unreachable codeTor Lillqvist 2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen 2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara 2011-09-26WaE: control reaches end of non-void functionTor Lillqvist