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