office-gobmx/ucpp/Module_ucpp.mk
David Tardon ee0a39c52e adapt ucpp for UnpackedTarball
Change-Id: I0871baf8a6c72ea0c7b44a7abfc8d5152b331db5
2012-08-24 13:22:01 +02:00

19 lines
516 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,ucpp))
ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,ucpp,\
Executable_ucpp \
UnpackedTarball_ucpp \
))
endif
# vim: set noet sw=4 ts=4: