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