xref: /trunk/ext_libraries/Repository.mk (revision 43feee13)
13e9d7d56SAndre Fischer#**************************************************************
23e9d7d56SAndre Fischer#
33e9d7d56SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
43e9d7d56SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
53e9d7d56SAndre Fischer#  distributed with this work for additional information
63e9d7d56SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
73e9d7d56SAndre Fischer#  to you under the Apache License, Version 2.0 (the
83e9d7d56SAndre Fischer#  "License"); you may not use this file except in compliance
93e9d7d56SAndre Fischer#  with the License.  You may obtain a copy of the License at
103e9d7d56SAndre Fischer#
113e9d7d56SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
123e9d7d56SAndre Fischer#
133e9d7d56SAndre Fischer#  Unless required by applicable law or agreed to in writing,
143e9d7d56SAndre Fischer#  software distributed under the License is distributed on an
153e9d7d56SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163e9d7d56SAndre Fischer#  KIND, either express or implied.  See the License for the
173e9d7d56SAndre Fischer#  specific language governing permissions and limitations
183e9d7d56SAndre Fischer#  under the License.
193e9d7d56SAndre Fischer#
203e9d7d56SAndre Fischer#**************************************************************
213e9d7d56SAndre Fischer
223e9d7d56SAndre Fischer
233e9d7d56SAndre Fischer
243e9d7d56SAndre Fischer$(eval $(call gb_Helper_register_repository,EXT_LIBRARIES))
253e9d7d56SAndre Fischer
263e9d7d56SAndre Fischer$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
273e9d7d56SAndre Fischer    apr												\
283e9d7d56SAndre Fischer	apr-util										\
293e9d7d56SAndre Fischer    expat_xmlparse									\
303e9d7d56SAndre Fischer    expat_xmltok									\
313e9d7d56SAndre Fischer	serf											\
323e9d7d56SAndre Fischer	libeay32										\
333e9d7d56SAndre Fischer	ssleay32										\
343e9d7d56SAndre Fischer	zlib											\
35*43feee13SJuergen Schmidt	gtest											\
36*43feee13SJuergen Schmidt))
37