2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-03-27 21:27:31 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-03-27 21:27:31 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +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-03-27 21:27:31 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,configmgr))
|
|
|
|
|
2011-12-14 09:15:27 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,configmgr,\
|
|
|
|
Library_configmgr \
|
|
|
|
))
|
|
|
|
|
2011-03-27 21:27:31 +02:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,configmgr,\
|
|
|
|
JunitTest_configmgr_unoapi \
|
|
|
|
))
|
|
|
|
|
2014-12-17 22:51:17 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,configmgr,\
|
|
|
|
CppunitTest_configmgr_unit \
|
|
|
|
))
|
2013-09-10 17:28:03 +02:00
|
|
|
|
2011-07-30 23:02:30 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|