2012-08-03 09:24:13 -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,ucpp))
|
|
|
|
|
2012-08-06 05:08:04 -05:00
|
|
|
ifneq ($(CROSS_COMPILING),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,ucpp,\
|
2012-08-03 09:24:13 -05:00
|
|
|
Executable_ucpp \
|
2012-08-20 04:16:21 -05:00
|
|
|
UnpackedTarball_ucpp \
|
2012-08-03 09:24:13 -05:00
|
|
|
))
|
2012-08-06 05:08:04 -05:00
|
|
|
endif
|
2012-08-03 09:24:13 -05:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|