office-gobmx/vigra/Module_vigra.mk
Matúš Kukan 54a06c6820 vigra: convert to gbuild
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
2012-08-25 12:45:37 +02:00

20 lines
494 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,vigra))
ifeq ($(SYSTEM_VIGRA),NO)
$(eval $(call gb_Module_add_targets,vigra,\
UnpackedTarball_vigra \
))
endif
# vim: set noet sw=4 ts=4: