office-gobmx/tail_build/Makefile

20 lines
595 B
Makefile
Raw Normal View History

# -*- 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
ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_host.mk
endif
include $(SOLARENV)/gbuild/gbuild.mk
2010-04-27 04:39:42 -05: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: