192a7df6cSAndrew Rist#************************************************************** 292a7df6cSAndrew Rist# 392a7df6cSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 492a7df6cSAndrew Rist# or more contributor license agreements. See the NOTICE file 592a7df6cSAndrew Rist# distributed with this work for additional information 692a7df6cSAndrew Rist# regarding copyright ownership. The ASF licenses this file 792a7df6cSAndrew Rist# to you under the Apache License, Version 2.0 (the 892a7df6cSAndrew Rist# "License"); you may not use this file except in compliance 992a7df6cSAndrew Rist# with the License. You may obtain a copy of the License at 1092a7df6cSAndrew Rist# 1192a7df6cSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 1292a7df6cSAndrew Rist# 1392a7df6cSAndrew Rist# Unless required by applicable law or agreed to in writing, 1492a7df6cSAndrew Rist# software distributed under the License is distributed on an 1592a7df6cSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1692a7df6cSAndrew Rist# KIND, either express or implied. See the License for the 1792a7df6cSAndrew Rist# specific language governing permissions and limitations 1892a7df6cSAndrew Rist# under the License. 1992a7df6cSAndrew Rist# 2092a7df6cSAndrew Rist#************************************************************** 21cdf0e10cSrcweir 22cdf0e10cSrcweir 23cdf0e10cSrcweir 24*9fd473e1SDamjan Jovanovic$(eval $(call gb_Module_Module,xmerge)) 25cdf0e10cSrcweir 26*9fd473e1SDamjan Jovanovic$(eval $(call gb_Module_add_targets,xmerge,\ 27*9fd473e1SDamjan Jovanovic Ant_aportisdoc \ 28*9fd473e1SDamjan Jovanovic Ant_htmlsoff \ 29*9fd473e1SDamjan Jovanovic Ant_pexcel \ 30*9fd473e1SDamjan Jovanovic Ant_pocketword \ 31*9fd473e1SDamjan Jovanovic Ant_xmerge-javadoc \ 32*9fd473e1SDamjan Jovanovic Ant_xmerge \ 33*9fd473e1SDamjan Jovanovic Ant_XMergeBridge \ 34*9fd473e1SDamjan Jovanovic Package_xmergesync \ 35*9fd473e1SDamjan Jovanovic)) 36cdf0e10cSrcweir 37*9fd473e1SDamjan Jovanovic 38*9fd473e1SDamjan Jovanovic# vim: set noet sw=4 ts=4: 39