1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # OpenOffice.org - a multi-platform office productivity suite
6 # Software distributed under the License is distributed on an "AS IS" basis,
7 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
8 # for the specific language governing rights and limitations under the
11 # The Initial Developer of the Original Code is
12 # Bjoern Michaelsen, Canonical Ltd. <bjoern.michaelsen@canonical.com>
13 # Portions created by the Initial Developer are Copyright (C) 2010 the
14 # Initial Developer. All Rights Reserved.
16 # Major Contributor(s):
18 # For minor contributions see the git repository.
20 # Alternatively, the contents of this file may be used under the terms of
21 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
22 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
23 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
24 # instead of those above.
26 $(eval
$(call gb_Module_Module
,unotools
))
28 $(eval
$(call gb_Module_add_targets
,unotools
,\
33 $(eval
$(call gb_Module_add_subsequentcheck_targets
,unotools
,\
34 JunitTest_unotools_complex \
37 # vim: set noet sw=4 ts=4: