office-gobmx/Makefile.cross
Matúš Kukan 29e2eb62e5 fix typo
Change-Id: I9b7b72ed953ada59efd8462a6a45192ec2f04ffd
2013-02-18 16:59:16 +01:00

17 lines
556 B
Text

# -*- 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/.
#
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_build.mk
gb_Side := build
include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_cross_toolset.mk))
# vim: set noet sw=4 ts=4: