2011-11-25 05:03:53 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
2012-06-29 08:02:24 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
2012-06-29 08:02:24 -05:00
|
|
|
# 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/.
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
|
|
|
|
2011-11-29 10:07:57 -06:00
|
|
|
gb_PARTIALBUILD := T
|
2010-11-10 08:26:03 -06:00
|
|
|
ifeq ($(strip $(SOLARENV)),)
|
2012-01-24 15:48:30 -06:00
|
|
|
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_host.mk
|
|
|
|
endif
|
2011-04-18 10:59:15 -05:00
|
|
|
|
2011-11-16 06:14:27 -06:00
|
|
|
include $(SOLARENV)/gbuild/gbuild.mk
|
2010-04-27 04:39:42 -05:00
|
|
|
|
2011-11-25 06:02:36 -06:00
|
|
|
$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk))
|
2010-06-26 02:14:09 -05:00
|
|
|
|
2010-04-17 05:41:17 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|