2012-09-04 07:00:07 -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,libwpg))
|
|
|
|
|
2013-02-19 04:26:46 -06:00
|
|
|
ifeq ($(SYSTEM_WPG),NO)
|
2012-09-04 07:00:07 -05:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,libwpg,\
|
2013-04-18 08:23:28 -05:00
|
|
|
ExternalProject_libwpg \
|
2012-09-21 09:53:52 -05:00
|
|
|
ExternalPackage_libwpg \
|
2012-09-04 07:00:07 -05:00
|
|
|
UnpackedTarball_wpg \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|