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$(eval $(call gb_Package_Package,gtest_inc,$(EXT_LIBRARIES)/gtest/$(INPATH)/misc/build/gtest-1.7.0)) 23 24$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest.h,include/gtest/gtest.h)) 25 26$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-death-test.h,include/gtest/gtest-death-test.h)) 27$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-message.h,include/gtest/gtest-message.h)) 28$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-param-test.h,include/gtest/gtest-param-test.h)) 29$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-printers.h,include/gtest/gtest-printers.h)) 30$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-spi.h,include/gtest/gtest-spi.h)) 31$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-test-part.h,include/gtest/gtest-test-part.h)) 32$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest-typed-test.h,include/gtest/gtest-typed-test.h)) 33$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest_pred_impl.h,include/gtest/gtest_pred_impl.h)) 34$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/gtest_prod.h,include/gtest/gtest_prod.h)) 35 36$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-internal.h,include/gtest/internal/gtest-internal.h)) 37$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-death-test-internal.h,include/gtest/internal/gtest-death-test-internal.h)) 38$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-filepath.h,include/gtest/internal/gtest-filepath.h)) 39$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-linked_ptr.h,include/gtest/internal/gtest-linked_ptr.h)) 40$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-param-util-generated.h,include/gtest/internal/gtest-param-util-generated.h)) 41$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-param-util.h,include/gtest/internal/gtest-param-util.h)) 42$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-port.h,include/gtest/internal/gtest-port.h)) 43$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-string.h,include/gtest/internal/gtest-string.h)) 44$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-tuple.h,include/gtest/internal/gtest-tuple.h)) 45$(eval $(call gb_Package_add_file,gtest_inc,inc/gtest/internal/gtest-type-util.h,include/gtest/internal/gtest-type-util.h)) 46