blob: 17f6936f7878333eb442870ce0c3ae4f682ba487 [file] [log] [blame]
Takeshi Abe541761d2014-04-28 23:33:04 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Matúš Kukan051fdda2011-12-17 14:55:08 +01002#
Matúš Kukan051fdda2011-12-17 14:55:08 +01003#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01004# This file is part of the LibreOffice project.
Matúš Kukan051fdda2011-12-17 14:55:08 +01005#
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úš Kukan051fdda2011-12-17 14:55:08 +01009#
Matúš Kukan051fdda2011-12-17 14:55:08 +010010
11$(eval $(call gb_Module_Module,cppu))
12
13$(eval $(call gb_Module_add_targets,cppu,\
Stephan Bergmann5d004e82013-09-18 18:27:59 +020014 InternalUnoApi_cppu_qa_cppumaker_types \
15 InternalUnoApi_cppu_qa_types \
Michael Stahl60530f42013-09-16 23:35:26 +020016 Library_affine_uno_uno \
Matúš Kukan051fdda2011-12-17 14:55:08 +010017 Library_cppu \
Michael Stahl60530f42013-09-16 23:35:26 +020018 Library_log_uno_uno \
Matúš Kukan051fdda2011-12-17 14:55:08 +010019 Library_purpenvhelper \
Michael Stahl60530f42013-09-16 23:35:26 +020020 Library_unsafe_uno_uno \
Matúš Kukan051fdda2011-12-17 14:55:08 +010021))
22
23$(eval $(call gb_Module_add_check_targets,cppu,\
Stephan Bergmannbd614b92016-10-18 18:14:14 +020024 CppunitTest_cppu_any-external \
Matúš Kukan051fdda2011-12-17 14:55:08 +010025 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 Bergmann67916382020-04-28 13:50:01 +020030 CppunitTest_cppu_typelib \
Matúš Kukan051fdda2011-12-17 14:55:08 +010031))
32
33# vim: set noet sw=4 ts=4: