office-gobmx/libwpg/Module_libwpg.mk
Matúš Kukan be742b279a libwpg: convert to gbuild
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
2012-09-08 12:51:20 +02:00

22 lines
534 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,libwpg))
ifeq ($(SYSTEM_LIBWPG),NO)
$(eval $(call gb_Module_add_targets,libwpg,\
Package_libwpg \
StaticLibrary_wpg \
UnpackedTarball_wpg \
))
endif
# vim: set noet sw=4 ts=4: