Files
loongoffice/external/libmwaw/Module_libmwaw.mk
Khaled Hosny 2728c6e8da fdo#70393: move libmwaw to a subdir of external
Change-Id: I8ba2b928638cf3f16c4500eeaec5a5ce91dd85f6
Reviewed-on: https://gerrit.libreoffice.org/6332
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19 07:36:20 +00:00

18 lines
493 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,libmwaw))
$(eval $(call gb_Module_add_targets,libmwaw,\
ExternalProject_libmwaw \
UnpackedTarball_libmwaw \
))
# vim: set noet sw=4 ts=4: