| 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 | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 2 | # |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [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 | b222aa8 | 2011-08-23 15:03:09 +0200 | [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 | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 9 | # |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 10 | |
| 11 | $(eval $(call gb_Module_Module,cppuhelper)) |
| 12 | |
| 13 | $(eval $(call gb_Module_add_targets,cppuhelper,\ |
| Matúš Kukan | 0273632 | 2012-04-07 01:27:55 +0200 | [diff] [blame] | 14 | InternalUnoApi_cppuhelper \ |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 15 | Library_cppuhelper \ |
| David Tardon | 76987f8 | 2012-10-10 13:50:20 +0200 | [diff] [blame] | 16 | StaticLibrary_findsofficepath \ |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 17 | )) |
| 18 | |
| 19 | $(eval $(call gb_Module_add_check_targets,cppuhelper,\ |
| 20 | CppunitTest_cppuhelper_cppu_ifcontainer \ |
| 21 | CppunitTest_cppuhelper_cppu_unourl \ |
| Stephan Bergmann | 654bd1a | 2018-08-07 18:03:00 +0200 | [diff] [blame] | 22 | CppunitTest_cppuhelper_qa_misc \ |
| Michael Stahl | e253ff9 | 2015-11-19 14:12:30 +0100 | [diff] [blame] | 23 | CppunitTest_cppuhelper_qa_weak \ |
| 24 | )) |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 25 | |
| Matúš Kukan | b222aa8 | 2011-08-23 15:03:09 +0200 | [diff] [blame] | 26 | # vim: set noet sw=4 ts=4: |