xref: /trunk/ext_libraries/Repository.mk (revision 3e9d7d56)
1*3e9d7d56SAndre Fischer#**************************************************************
2*3e9d7d56SAndre Fischer#
3*3e9d7d56SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
4*3e9d7d56SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
5*3e9d7d56SAndre Fischer#  distributed with this work for additional information
6*3e9d7d56SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
7*3e9d7d56SAndre Fischer#  to you under the Apache License, Version 2.0 (the
8*3e9d7d56SAndre Fischer#  "License"); you may not use this file except in compliance
9*3e9d7d56SAndre Fischer#  with the License.  You may obtain a copy of the License at
10*3e9d7d56SAndre Fischer#
11*3e9d7d56SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
12*3e9d7d56SAndre Fischer#
13*3e9d7d56SAndre Fischer#  Unless required by applicable law or agreed to in writing,
14*3e9d7d56SAndre Fischer#  software distributed under the License is distributed on an
15*3e9d7d56SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*3e9d7d56SAndre Fischer#  KIND, either express or implied.  See the License for the
17*3e9d7d56SAndre Fischer#  specific language governing permissions and limitations
18*3e9d7d56SAndre Fischer#  under the License.
19*3e9d7d56SAndre Fischer#
20*3e9d7d56SAndre Fischer#**************************************************************
21*3e9d7d56SAndre Fischer
22*3e9d7d56SAndre Fischer
23*3e9d7d56SAndre Fischer
24*3e9d7d56SAndre Fischer$(eval $(call gb_Helper_register_repository,EXT_LIBRARIES))
25*3e9d7d56SAndre Fischer
26*3e9d7d56SAndre Fischer$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
27*3e9d7d56SAndre Fischer    apr												\
28*3e9d7d56SAndre Fischer	apr-util										\
29*3e9d7d56SAndre Fischer    expat_xmlparse									\
30*3e9d7d56SAndre Fischer    expat_xmltok									\
31*3e9d7d56SAndre Fischer	serf											\
32*3e9d7d56SAndre Fischer	libeay32										\
33*3e9d7d56SAndre Fischer	ssleay32										\
34*3e9d7d56SAndre Fischer	zlib											\
35*3e9d7d56SAndre Fischer))