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