| Bjoern Michaelsen | f2f0dbd | 2011-11-25 12:03:53 +0100 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Mathias Bauer | a5dd1ea | 2010-04-17 12:41:17 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | 2005a34 | 2012-06-29 14:02:24 +0100 | [diff] [blame] | 3 | # This file is part of the LibreOffice project. |
| Mathias Bauer | a5dd1ea | 2010-04-17 12:41:17 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 2005a34 | 2012-06-29 14:02:24 +0100 | [diff] [blame] | 5 | # 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 Bauer | a5dd1ea | 2010-04-17 12:41:17 +0200 | [diff] [blame] | 8 | # |
| Mathias Bauer | a5dd1ea | 2010-04-17 12:41:17 +0200 | [diff] [blame] | 9 | |
| Matúš Kukan | ce1bdc4 | 2013-03-04 15:32:05 +0100 | [diff] [blame] | 10 | ifeq (,$(gb_Side)) |
| 11 | gb_Side := host |
| 12 | endif |
| 13 | ifeq (,$(BUILDDIR)) |
| 14 | BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |
| Matúš Kukan | 2057218 | 2013-02-28 09:51:12 +0100 | [diff] [blame] | 15 | endif |
| Michael Stahl | 9360e44 | 2011-04-18 15:59:15 +0000 | [diff] [blame] | 16 | |
| Matúš Kukan | ce1bdc4 | 2013-03-04 15:32:05 +0100 | [diff] [blame] | 17 | include $(BUILDDIR)/config_$(gb_Side).mk |
| 18 | |
| Michael Stahl | bc5069a | 2013-11-01 12:19:09 +0100 | [diff] [blame] | 19 | include $(SRCDIR)/solenv/gbuild/gbuild.mk |
| Bjoern Michaelsen | 973bbe1 | 2010-04-27 11:39:42 +0200 | [diff] [blame] | 20 | |
| Matúš Kukan | ce1bdc4 | 2013-03-04 15:32:05 +0100 | [diff] [blame] | 21 | $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) |
| Bjoern Michaelsen | 2939aa6 | 2010-06-26 09:14:09 +0200 | [diff] [blame] | 22 | |
| Mathias Bauer | a5dd1ea | 2010-04-17 12:41:17 +0200 | [diff] [blame] | 23 | # vim: set noet sw=4 ts=4: |