| David Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| David Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 3 | # This file is part of the LibreOffice project. |
| David Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 5 | # 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 Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 8 | # |
| David Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 9 | |
| 10 | $(eval $(call gb_Module_Module,cpputools)) |
| 11 | |
| 12 | $(eval $(call gb_Module_add_targets,cpputools,\ |
| Jan-Marek Glogowski | 692838e | 2022-01-07 14:31:27 +0100 | [diff] [blame] | 13 | $(call gb_CondExeSp2bv,Executable_sp2bv) \ |
| Jan-Marek Glogowski | c906ac8 | 2022-01-08 13:29:00 +0100 | [diff] [blame] | 14 | $(call gb_CondExeUno, \ |
| 15 | Executable_uno \ |
| 16 | Package_uno_sh \ |
| 17 | ) \ |
| David Ostrovsky | 5342bc0 | 2012-04-01 16:07:41 +0200 | [diff] [blame] | 18 | )) |
| 19 | |
| Michael Stahl | 5a61e28 | 2013-01-26 22:19:07 +0100 | [diff] [blame] | 20 | # vim:set noet sw=4 ts=4: |