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