blob: 8c41a2898618e652271d1e5a45866b870903c3d9 [file] [log] [blame]
Bjoern Michaelsenf2f0dbd2011-11-25 12:03:53 +01001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02002#
Michael Meeks2005a342012-06-29 14:02:24 +01003# This file is part of the LibreOffice project.
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02004#
Michael Meeks2005a342012-06-29 14:02:24 +01005# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02008#
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02009
Matúš Kukance1bdc42013-03-04 15:32:05 +010010ifeq (,$(gb_Side))
11gb_Side := host
12endif
13ifeq (,$(BUILDDIR))
14BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
Matúš Kukan20572182013-02-28 09:51:12 +010015endif
Michael Stahl9360e442011-04-18 15:59:15 +000016
Matúš Kukance1bdc42013-03-04 15:32:05 +010017include $(BUILDDIR)/config_$(gb_Side).mk
18
Michael Stahlbc5069a2013-11-01 12:19:09 +010019include $(SRCDIR)/solenv/gbuild/gbuild.mk
Bjoern Michaelsen973bbe12010-04-27 11:39:42 +020020
Matúš Kukance1bdc42013-03-04 15:32:05 +010021$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk))
Bjoern Michaelsen2939aa62010-06-26 09:14:09 +020022
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020023# vim: set noet sw=4 ts=4: