office-gobmx/external/libeot/Module_libeot.mk
David Tardon 49a4d366ee integrate libeot
Change-Id: I0f28ff1680026d883909cc12efabb54f705cecb4
2013-11-12 17:28:12 +01:00

17 lines
489 B
Makefile

# -*- 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/.
#
$(eval $(call gb_Module_Module,libeot))
$(eval $(call gb_Module_add_targets,libeot,\
ExternalProject_libeot \
UnpackedTarball_libeot \
))
# vim: set noet sw=4 ts=4: