1*61f9aa4fSdamjan#************************************************************** 2*61f9aa4fSdamjan# 3*61f9aa4fSdamjan# Licensed to the Apache Software Foundation (ASF) under one 4*61f9aa4fSdamjan# or more contributor license agreements. See the NOTICE file 5*61f9aa4fSdamjan# distributed with this work for additional information 6*61f9aa4fSdamjan# regarding copyright ownership. The ASF licenses this file 7*61f9aa4fSdamjan# to you under the Apache License, Version 2.0 (the 8*61f9aa4fSdamjan# "License"); you may not use this file except in compliance 9*61f9aa4fSdamjan# with the License. You may obtain a copy of the License at 10*61f9aa4fSdamjan# 11*61f9aa4fSdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*61f9aa4fSdamjan# 13*61f9aa4fSdamjan# Unless required by applicable law or agreed to in writing, 14*61f9aa4fSdamjan# software distributed under the License is distributed on an 15*61f9aa4fSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*61f9aa4fSdamjan# KIND, either express or implied. See the License for the 17*61f9aa4fSdamjan# specific language governing permissions and limitations 18*61f9aa4fSdamjan# under the License. 19*61f9aa4fSdamjan# 20*61f9aa4fSdamjan#************************************************************** 21*61f9aa4fSdamjan 22*61f9aa4fSdamjan 23*61f9aa4fSdamjan 24*61f9aa4fSdamjan$(eval $(call gb_Module_Module,xml2cmp)) 25*61f9aa4fSdamjan 26*61f9aa4fSdamjan$(eval $(call gb_Module_add_targets,xml2cmp,\ 27*61f9aa4fSdamjan Executable_xml2cmp \ 28*61f9aa4fSdamjan Executable_srvdepy \ 29*61f9aa4fSdamjan)) 30*61f9aa4fSdamjan 31*61f9aa4fSdamjan# vim: set noet sw=4 ts=4: 32