blob: 35b95e5ab869264f5ded78f4be9f6321000bb9bc [file] [log] [blame]
Takeshi Abe541761d2014-04-28 23:33:04 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Matúš Kukanb222aa82011-08-23 15:03:09 +02002#
Matúš Kukanb222aa82011-08-23 15:03:09 +02003#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01004# This file is part of the LibreOffice project.
Matúš Kukanb222aa82011-08-23 15:03:09 +02005#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01006# 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úš Kukanb222aa82011-08-23 15:03:09 +02009#
Matúš Kukanb222aa82011-08-23 15:03:09 +020010
11$(eval $(call gb_Module_Module,cppuhelper))
12
13$(eval $(call gb_Module_add_targets,cppuhelper,\
Matúš Kukan02736322012-04-07 01:27:55 +020014 InternalUnoApi_cppuhelper \
Matúš Kukanb222aa82011-08-23 15:03:09 +020015 Library_cppuhelper \
David Tardon76987f82012-10-10 13:50:20 +020016 StaticLibrary_findsofficepath \
Matúš Kukanb222aa82011-08-23 15:03:09 +020017))
18
19$(eval $(call gb_Module_add_check_targets,cppuhelper,\
20 CppunitTest_cppuhelper_cppu_ifcontainer \
21 CppunitTest_cppuhelper_cppu_unourl \
Stephan Bergmann654bd1a2018-08-07 18:03:00 +020022 CppunitTest_cppuhelper_qa_misc \
Michael Stahle253ff92015-11-19 14:12:30 +010023 CppunitTest_cppuhelper_qa_weak \
24))
Matúš Kukanb222aa82011-08-23 15:03:09 +020025
Matúš Kukanb222aa82011-08-23 15:03:09 +020026# vim: set noet sw=4 ts=4: