2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2005-04-13 11:32:07 +00:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2005-04-13 11:32:07 +00: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/.
|
2005-04-13 11:32:07 +00:00
|
|
|
#
|
|
|
|
|
2011-02-24 18:41:13 +01:00
|
|
|
$(eval $(call gb_Module_Module,unotools))
|
2005-04-13 11:32:07 +00:00
|
|
|
|
2011-02-24 18:41:13 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,unotools,\
|
2011-04-03 19:25:33 +02:00
|
|
|
Library_utl \
|
2011-02-24 18:41:13 +01:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\
|
2011-03-28 00:28:26 +02:00
|
|
|
JunitTest_unotools_complex \
|
2011-02-24 18:41:13 +01:00
|
|
|
))
|
2014-09-02 06:49:48 +00:00
|
|
|
$(eval $(call gb_Module_add_check_targets,unotools,\
|
|
|
|
CppunitTest_unotools_fontdefs \
|
|
|
|
))
|
2011-02-24 18:41:13 +01:00
|
|
|
|
2011-07-30 23:02:57 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|