blob: c71b68e446d7725fa8e2668bb40f01cd5306bd25 [file] [log] [blame]
David Ostrovsky5342bc02012-04-01 16:07:41 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
David Ostrovsky5342bc02012-04-01 16:07:41 +02002#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01003# This file is part of the LibreOffice project.
David Ostrovsky5342bc02012-04-01 16:07:41 +02004#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01005# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
David Ostrovsky5342bc02012-04-01 16:07:41 +02008#
David Ostrovsky5342bc02012-04-01 16:07:41 +02009
10$(eval $(call gb_Module_Module,cpputools))
11
12$(eval $(call gb_Module_add_targets,cpputools,\
Jan-Marek Glogowski692838e2022-01-07 14:31:27 +010013 $(call gb_CondExeSp2bv,Executable_sp2bv) \
Jan-Marek Glogowskic906ac82022-01-08 13:29:00 +010014 $(call gb_CondExeUno, \
15 Executable_uno \
16 Package_uno_sh \
17 ) \
David Ostrovsky5342bc02012-04-01 16:07:41 +020018))
19
Michael Stahl5a61e282013-01-26 22:19:07 +010020# vim:set noet sw=4 ts=4: