2012-09-03 06:57:46 -05:00
|
|
|
# -*- 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,libvisio))
|
|
|
|
|
|
|
|
ifeq ($(SYSTEM_LIBVISIO),NO)
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,libvisio,\
|
2012-09-21 09:53:52 -05:00
|
|
|
ExternalPackage_libvisio \
|
2012-11-05 04:43:55 -06:00
|
|
|
ExternalProject_libvisio \
|
2012-09-03 06:57:46 -05:00
|
|
|
UnpackedTarball_visio \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|