2014-04-28 23:33:04 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-08-23 15:03:09 +02:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-08-23 15:03:09 +02:00
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-08-23 15:03:09 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,cppuhelper))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,cppuhelper,\
|
2012-04-07 01:27:55 +02:00
|
|
|
InternalUnoApi_cppuhelper \
|
2011-08-23 15:03:09 +02:00
|
|
|
Library_cppuhelper \
|
2012-10-10 13:50:20 +02:00
|
|
|
StaticLibrary_findsofficepath \
|
2011-08-23 15:03:09 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_check_targets,cppuhelper,\
|
|
|
|
CppunitTest_cppuhelper_cppu_ifcontainer \
|
|
|
|
CppunitTest_cppuhelper_cppu_unourl \
|
|
|
|
))
|
2015-11-19 14:12:30 +01:00
|
|
|
|
2011-12-23 18:29:49 +01:00
|
|
|
# CppunitTest_cppuhelper_qa_weak depends on module bridges
|
2015-11-19 14:12:30 +01:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,cppuhelper,\
|
|
|
|
CppunitTest_cppuhelper_qa_weak \
|
|
|
|
))
|
2011-08-23 15:03:09 +02:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|