1*257b46faSpfg--- misc/apr-util-1.5.4/Library_apr-util.mk	2012-01-05 14:49:40.529219100 +0100
2*257b46faSpfg+++ misc/build/apr-util-1.5.4/Library_apr-util.mk	2012-01-05 14:47:18.621102400 +0100
33e9d7d56SAndre Fischer@@ -1 +1,90 @@
43e9d7d56SAndre Fischer-dummy
53e9d7d56SAndre Fischer+#/**************************************************************
63e9d7d56SAndre Fischer+# *
73e9d7d56SAndre Fischer+# * Licensed to the Apache Software Foundation (ASF) under one
83e9d7d56SAndre Fischer+# * or more contributor license agreements.  See the NOTICE file
93e9d7d56SAndre Fischer+# * distributed with this work for additional information
103e9d7d56SAndre Fischer+# * regarding copyright ownership.  The ASF licenses this file
113e9d7d56SAndre Fischer+# * to you under the Apache License, Version 2.0 (the
123e9d7d56SAndre Fischer+# * "License"); you may not use this file except in compliance
133e9d7d56SAndre Fischer+# * with the License.  You may obtain a copy of the License at
143e9d7d56SAndre Fischer+# *
153e9d7d56SAndre Fischer+# *   http://www.apache.org/licenses/LICENSE-2.0
163e9d7d56SAndre Fischer+# *
173e9d7d56SAndre Fischer+# * Unless required by applicable law or agreed to in writing,
183e9d7d56SAndre Fischer+# * software distributed under the License is distributed on an
193e9d7d56SAndre Fischer+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
203e9d7d56SAndre Fischer+# * KIND, either express or implied.  See the License for the
213e9d7d56SAndre Fischer+# * specific language governing permissions and limitations
223e9d7d56SAndre Fischer+# * under the License.
233e9d7d56SAndre Fischer+# *
243e9d7d56SAndre Fischer+# *************************************************************/
253e9d7d56SAndre Fischer+
263e9d7d56SAndre Fischer+$(eval $(call gb_Library_Library,apr-util))
273e9d7d56SAndre Fischer+
283e9d7d56SAndre Fischer+$(eval $(call gb_Library_add_package_headers,apr-util,apr-util_inc))
293e9d7d56SAndre Fischer+
303e9d7d56SAndre Fischer+$(eval $(call gb_Library_set_include,apr-util,\
313e9d7d56SAndre Fischer+	$$(INCLUDE) \
323e9d7d56SAndre Fischer+	-I./include \
333e9d7d56SAndre Fischer+	-I./include/private \
343e9d7d56SAndre Fischer+	-I$(OUTDIR)/inc/apr \
353e9d7d56SAndre Fischer+))
363e9d7d56SAndre Fischer+
373e9d7d56SAndre Fischer+$(eval $(call gb_Library_set_defs,apr-util,\
383e9d7d56SAndre Fischer+	$$(DEFS) \
393e9d7d56SAndre Fischer+	-DAPU_DECLARE_EXPORT -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DWIN32_EXPORTS \
403e9d7d56SAndre Fischer+))
413e9d7d56SAndre Fischer+
423e9d7d56SAndre Fischer+$(eval $(call gb_Library_add_linked_libs,apr-util,\
433e9d7d56SAndre Fischer+	apr \
443e9d7d56SAndre Fischer+	expat_xmltok \
453e9d7d56SAndre Fischer+	expat_xmlparse \
463e9d7d56SAndre Fischer+    $(gb_STDLIBS) \
473e9d7d56SAndre Fischer+))
483e9d7d56SAndre Fischer+
493e9d7d56SAndre Fischer+$(eval $(call gb_Library_add_cobjects,apr-util,\
50*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_brigade \
51*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets \
52*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_alloc \
53*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_eos \
54*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_file \
55*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_flush \
56*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_heap \
57*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_mmap \
58*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_pipe \
59*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_pool \
60*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_refcount \
61*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_simple \
62*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/buckets/apr_buckets_socket \
63*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/apr_crypto \
64*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/apr_md4 \
65*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/apr_md5 \
66*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/apr_sha1 \
67*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/getuuid \
68*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/crypto/uuid \
69*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbd/apr_dbd \
70*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/apr_dbm \
71*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/apr_dbm_sdbm \
72*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/sdbm/sdbm \
73*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/sdbm/sdbm_hash \
74*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/sdbm/sdbm_lock \
75*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/dbm/sdbm/sdbm_pair \
76*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/encoding/apr_base64 \
77*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/hooks/apr_hooks \
78*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/ldap/apr_ldap_stub \
79*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/ldap/apr_ldap_url \
80*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/memcache/apr_memcache \
81*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apr_date \
82*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apr_queue \
83*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apr_reslist \
84*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apr_rmm \
85*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apr_thread_pool \
86*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apu_dso \
87*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/misc/apu_version \
88*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/strmatch/apr_strmatch \
89*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/uri/apr_uri \
90*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/xlate/xlate \
91*257b46faSpfg+	apr-util/$(INPATH)/misc/build/apr-util-1.5.4/xml/apr_xml \
923e9d7d56SAndre Fischer+))
933e9d7d56SAndre Fischer+
943e9d7d56SAndre Fischer+# vim: set noet sw=4 ts=4:
95*257b46faSpfg--- misc/apr-util-1.5.4/Makefile	2012-01-05 14:49:40.420212900 +0100
96*257b46faSpfg+++ misc/build/apr-util-1.5.4/Makefile	2012-01-05 14:47:07.827485100 +0100
973e9d7d56SAndre Fischer@@ -1 +1,32 @@
983e9d7d56SAndre Fischer-dummy
993e9d7d56SAndre Fischer+#/**************************************************************
1003e9d7d56SAndre Fischer+# *
1013e9d7d56SAndre Fischer+# * Licensed to the Apache Software Foundation (ASF) under one
1023e9d7d56SAndre Fischer+# * or more contributor license agreements.  See the NOTICE file
1033e9d7d56SAndre Fischer+# * distributed with this work for additional information
1043e9d7d56SAndre Fischer+# * regarding copyright ownership.  The ASF licenses this file
1053e9d7d56SAndre Fischer+# * to you under the Apache License, Version 2.0 (the
1063e9d7d56SAndre Fischer+# * "License"); you may not use this file except in compliance
1073e9d7d56SAndre Fischer+# * with the License.  You may obtain a copy of the License at
1083e9d7d56SAndre Fischer+# *
1093e9d7d56SAndre Fischer+# *   http://www.apache.org/licenses/LICENSE-2.0
1103e9d7d56SAndre Fischer+# *
1113e9d7d56SAndre Fischer+# * Unless required by applicable law or agreed to in writing,
1123e9d7d56SAndre Fischer+# * software distributed under the License is distributed on an
1133e9d7d56SAndre Fischer+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1143e9d7d56SAndre Fischer+# * KIND, either express or implied.  See the License for the
1153e9d7d56SAndre Fischer+# * specific language governing permissions and limitations
1163e9d7d56SAndre Fischer+# * under the License.
1173e9d7d56SAndre Fischer+# *
1183e9d7d56SAndre Fischer+# *************************************************************/
1193e9d7d56SAndre Fischer+
1203e9d7d56SAndre Fischer+ifeq ($(strip $(SOLARENV)),)
1213e9d7d56SAndre Fischer+$(error No environment set!)
1223e9d7d56SAndre Fischer+endif
1233e9d7d56SAndre Fischer+
1243e9d7d56SAndre Fischer+gb_PARTIALBUILD := T
1253e9d7d56SAndre Fischer+GBUILDDIR := $(SOLARENV)/gbuild
1263e9d7d56SAndre Fischer+include $(GBUILDDIR)/gbuild.mk
1273e9d7d56SAndre Fischer+
1283e9d7d56SAndre Fischer+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
1293e9d7d56SAndre Fischer+
1303e9d7d56SAndre Fischer+# vim: set noet sw=4 ts=4:
131*257b46faSpfg--- misc/apr-util-1.5.4/Module_apr-util.mk	2012-01-05 14:49:40.476216100 +0100
132*257b46faSpfg+++ misc/build/apr-util-1.5.4/Module_apr-util.mk	2012-01-05 14:47:42.567472100 +0100
1333e9d7d56SAndre Fischer@@ -1 +1,29 @@
1343e9d7d56SAndre Fischer-dummy
1353e9d7d56SAndre Fischer+#/**************************************************************
1363e9d7d56SAndre Fischer+# *
1373e9d7d56SAndre Fischer+# * Licensed to the Apache Software Foundation (ASF) under one
1383e9d7d56SAndre Fischer+# * or more contributor license agreements.  See the NOTICE file
1393e9d7d56SAndre Fischer+# * distributed with this work for additional information
1403e9d7d56SAndre Fischer+# * regarding copyright ownership.  The ASF licenses this file
1413e9d7d56SAndre Fischer+# * to you under the Apache License, Version 2.0 (the
1423e9d7d56SAndre Fischer+# * "License"); you may not use this file except in compliance
1433e9d7d56SAndre Fischer+# * with the License.  You may obtain a copy of the License at
1443e9d7d56SAndre Fischer+# *
1453e9d7d56SAndre Fischer+# *   http://www.apache.org/licenses/LICENSE-2.0
1463e9d7d56SAndre Fischer+# *
1473e9d7d56SAndre Fischer+# * Unless required by applicable law or agreed to in writing,
1483e9d7d56SAndre Fischer+# * software distributed under the License is distributed on an
1493e9d7d56SAndre Fischer+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1503e9d7d56SAndre Fischer+# * KIND, either express or implied.  See the License for the
1513e9d7d56SAndre Fischer+# * specific language governing permissions and limitations
1523e9d7d56SAndre Fischer+# * under the License.
1533e9d7d56SAndre Fischer+# *
1543e9d7d56SAndre Fischer+# *************************************************************/
1553e9d7d56SAndre Fischer+
1563e9d7d56SAndre Fischer+$(eval $(call gb_Module_Module,apr-util))
1573e9d7d56SAndre Fischer+
1583e9d7d56SAndre Fischer+$(eval $(call gb_Module_add_targets,apr-util,\
1593e9d7d56SAndre Fischer+	Library_apr-util \
1603e9d7d56SAndre Fischer+	Package_inc \
1613e9d7d56SAndre Fischer+))
1623e9d7d56SAndre Fischer+
1633e9d7d56SAndre Fischer+# vim: set noet ts=4 sw=4:
164*257b46faSpfg--- misc/apr-util-1.5.4/Package_inc.mk	2012-01-05 14:49:40.585222300 +0100
165*257b46faSpfg+++ misc/build/apr-util-1.5.4/Package_inc.mk	2012-01-05 14:47:51.616989700 +0100
1663e9d7d56SAndre Fischer@@ -1 +1,32 @@
1673e9d7d56SAndre Fischer-dummy
1683e9d7d56SAndre Fischer+#/**************************************************************
1693e9d7d56SAndre Fischer+# *
1703e9d7d56SAndre Fischer+# * Licensed to the Apache Software Foundation (ASF) under one
1713e9d7d56SAndre Fischer+# * or more contributor license agreements.  See the NOTICE file
1723e9d7d56SAndre Fischer+# * distributed with this work for additional information
1733e9d7d56SAndre Fischer+# * regarding copyright ownership.  The ASF licenses this file
1743e9d7d56SAndre Fischer+# * to you under the Apache License, Version 2.0 (the
1753e9d7d56SAndre Fischer+# * "License"); you may not use this file except in compliance
1763e9d7d56SAndre Fischer+# * with the License.  You may obtain a copy of the License at
1773e9d7d56SAndre Fischer+# *
1783e9d7d56SAndre Fischer+# *   http://www.apache.org/licenses/LICENSE-2.0
1793e9d7d56SAndre Fischer+# *
1803e9d7d56SAndre Fischer+# * Unless required by applicable law or agreed to in writing,
1813e9d7d56SAndre Fischer+# * software distributed under the License is distributed on an
1823e9d7d56SAndre Fischer+# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1833e9d7d56SAndre Fischer+# * KIND, either express or implied.  See the License for the
1843e9d7d56SAndre Fischer+# * specific language governing permissions and limitations
1853e9d7d56SAndre Fischer+# * under the License.
1863e9d7d56SAndre Fischer+# *
1873e9d7d56SAndre Fischer+# *************************************************************/
1883e9d7d56SAndre Fischer+
189*257b46faSpfg+$(eval $(call gb_Package_Package,apr-util_inc,$(EXT_LIBRARIES)/apr-util/$(INPATH)/misc/build/apr-util-1.5.4/include))
1903e9d7d56SAndre Fischer+$(eval $(call gb_Package_add_files, apr-util_inc, inc/apr-util,        \
1913e9d7d56SAndre Fischer+       apu.h                                                           \
1923e9d7d56SAndre Fischer+       apr_uri.h                                                       \
1933e9d7d56SAndre Fischer+       apr_date.h                                                      \
1943e9d7d56SAndre Fischer+       apr_uuid.h                                                      \
1953e9d7d56SAndre Fischer+       apr_md5.h                                                       \
1963e9d7d56SAndre Fischer+       apr_xlate.h                                                     \
1973e9d7d56SAndre Fischer+       apr_base64.h                                                    \
1983e9d7d56SAndre Fischer+))
1993e9d7d56SAndre Fischer+
200