| Takeshi Abe | 541761d | 2014-04-28 23:33:04 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 2 | # |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 3 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 4 | # This file is part of the LibreOffice project. |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 5 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 6 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 7 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 8 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 9 | # |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 10 | |
| 11 | $(eval $(call gb_Module_Module,cppu)) |
| 12 | |
| 13 | $(eval $(call gb_Module_add_targets,cppu,\ |
| Stephan Bergmann | 5d004e8 | 2013-09-18 18:27:59 +0200 | [diff] [blame] | 14 | InternalUnoApi_cppu_qa_cppumaker_types \ |
| 15 | InternalUnoApi_cppu_qa_types \ |
| Michael Stahl | 60530f4 | 2013-09-16 23:35:26 +0200 | [diff] [blame] | 16 | Library_affine_uno_uno \ |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 17 | Library_cppu \ |
| Michael Stahl | 60530f4 | 2013-09-16 23:35:26 +0200 | [diff] [blame] | 18 | Library_log_uno_uno \ |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 19 | Library_purpenvhelper \ |
| Michael Stahl | 60530f4 | 2013-09-16 23:35:26 +0200 | [diff] [blame] | 20 | Library_unsafe_uno_uno \ |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 21 | )) |
| 22 | |
| 23 | $(eval $(call gb_Module_add_check_targets,cppu,\ |
| Stephan Bergmann | bd614b9 | 2016-10-18 18:14:14 +0200 | [diff] [blame] | 24 | CppunitTest_cppu_any-external \ |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 25 | CppunitTest_cppu_qa_any \ |
| 26 | CppunitTest_cppu_qa_recursion \ |
| 27 | CppunitTest_cppu_qa_reference \ |
| 28 | CppunitTest_cppu_qa_unotype \ |
| 29 | CppunitTest_cppu_test_cppumaker \ |
| Stephan Bergmann | 6791638 | 2020-04-28 13:50:01 +0200 | [diff] [blame] | 30 | CppunitTest_cppu_typelib \ |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 31 | )) |
| 32 | |
| 33 | # vim: set noet sw=4 ts=4: |