Update git submodules
[LibreOffice.git] / cppu / Module_cppu.mk
blob17f6936f7878333eb442870ce0c3ae4f682ba487
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
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/.
11 $(eval $(call gb_Module_Module,cppu))
13 $(eval $(call gb_Module_add_targets,cppu,\
14 InternalUnoApi_cppu_qa_cppumaker_types \
15 InternalUnoApi_cppu_qa_types \
16 Library_affine_uno_uno \
17 Library_cppu \
18 Library_log_uno_uno \
19 Library_purpenvhelper \
20 Library_unsafe_uno_uno \
23 $(eval $(call gb_Module_add_check_targets,cppu,\
24 CppunitTest_cppu_any-external \
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 \
30 CppunitTest_cppu_typelib \
33 # vim: set noet sw=4 ts=4: