1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24$(eval $(call gb_Package_Package,vos_inc,$(SRCDIR)/vos/inc/vos)) 25$(eval $(call gb_Package_add_file,vos_inc,inc/vos/conditn.hxx,conditn.hxx)) 26$(eval $(call gb_Package_add_file,vos_inc,inc/vos/connectn.hxx,connectn.hxx)) 27$(eval $(call gb_Package_add_file,vos_inc,inc/vos/diagnose.hxx,diagnose.hxx)) 28$(eval $(call gb_Package_add_file,vos_inc,inc/vos/execabl.hxx,execabl.hxx)) 29$(eval $(call gb_Package_add_file,vos_inc,inc/vos/istream.hxx,istream.hxx)) 30$(eval $(call gb_Package_add_file,vos_inc,inc/vos/macros.hxx,macros.hxx)) 31$(eval $(call gb_Package_add_file,vos_inc,inc/vos/module.hxx,module.hxx)) 32$(eval $(call gb_Package_add_file,vos_inc,inc/vos/mutex.hxx,mutex.hxx)) 33$(eval $(call gb_Package_add_file,vos_inc,inc/vos/object.hxx,object.hxx)) 34$(eval $(call gb_Package_add_file,vos_inc,inc/vos/pipe.hxx,pipe.hxx)) 35$(eval $(call gb_Package_add_file,vos_inc,inc/vos/process.hxx,process.hxx)) 36$(eval $(call gb_Package_add_file,vos_inc,inc/vos/ref.hxx,ref.hxx)) 37$(eval $(call gb_Package_add_file,vos_inc,inc/vos/ref.inl,ref.inl)) 38$(eval $(call gb_Package_add_file,vos_inc,inc/vos/refernce.hxx,refernce.hxx)) 39$(eval $(call gb_Package_add_file,vos_inc,inc/vos/refobj.hxx,refobj.hxx)) 40$(eval $(call gb_Package_add_file,vos_inc,inc/vos/refobj.inl,refobj.inl)) 41$(eval $(call gb_Package_add_file,vos_inc,inc/vos/runnable.hxx,runnable.hxx)) 42$(eval $(call gb_Package_add_file,vos_inc,inc/vos/security.hxx,security.hxx)) 43$(eval $(call gb_Package_add_file,vos_inc,inc/vos/signal.hxx,signal.hxx)) 44$(eval $(call gb_Package_add_file,vos_inc,inc/vos/socket.hxx,socket.hxx)) 45$(eval $(call gb_Package_add_file,vos_inc,inc/vos/stream.hxx,stream.hxx)) 46$(eval $(call gb_Package_add_file,vos_inc,inc/vos/thread.hxx,thread.hxx)) 47$(eval $(call gb_Package_add_file,vos_inc,inc/vos/timer.hxx,timer.hxx)) 48$(eval $(call gb_Package_add_file,vos_inc,inc/vos/types.hxx,types.hxx)) 49$(eval $(call gb_Package_add_file,vos_inc,inc/vos/vosdllapi.h,vosdllapi.h)) 50$(eval $(call gb_Package_add_file,vos_inc,inc/vos/xception.hxx,xception.hxx)) 51 52