2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-13 08:49:10 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-13 08:49:10 +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-04-13 08:49:10 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,oox))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,oox,\
|
2012-05-24 14:25:05 +02:00
|
|
|
CustomTarget_generated \
|
2011-04-13 08:49:10 +02:00
|
|
|
Library_oox \
|
2014-04-17 13:05:42 +02:00
|
|
|
Package_customshapes \
|
2014-04-15 09:35:28 +02:00
|
|
|
Package_generated \
|
2011-04-13 08:49:10 +02:00
|
|
|
))
|
|
|
|
|
2014-09-20 16:57:13 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,oox,\
|
|
|
|
CppunitTest_oox_tokenmap \
|
|
|
|
))
|
|
|
|
|
2011-07-30 23:01:51 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|