2011-09-24 21:40:19 -04:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-24 21:40:19 -04: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-09-24 21:40:19 -04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
$(eval $(call gb_Module_Module,xmerge))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,xmerge,\
|
2013-08-19 00:41:12 +03:00
|
|
|
$(if $(ENABLE_JAVA), \
|
2011-10-08 10:56:27 +02:00
|
|
|
Jar_xmerge \
|
|
|
|
Jar_XMergeBridge \
|
|
|
|
) \
|
2011-09-24 21:40:19 -04:00
|
|
|
))
|