27b8489f5fe26106de6a15fd68928797939d6610fielding# Licensed to the Apache Software Foundation (ASF) under one or more
27b8489f5fe26106de6a15fd68928797939d6610fielding# contributor license agreements. See the NOTICE file distributed with
27b8489f5fe26106de6a15fd68928797939d6610fielding# this work for additional information regarding copyright ownership.
27b8489f5fe26106de6a15fd68928797939d6610fielding# The ASF licenses this file to You under the Apache License, Version 2.0
27b8489f5fe26106de6a15fd68928797939d6610fielding# (the "License"); you may not use this file except in compliance with
27b8489f5fe26106de6a15fd68928797939d6610fielding# the License. You may obtain a copy of the License at
6ca0e6973c8176100f4a426444823ae5e777e28fsascha#
240b85022b73af58a6d971cd3d05d54037d8f682nd# http://www.apache.org/licenses/LICENSE-2.0
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
240b85022b73af58a6d971cd3d05d54037d8f682nd# Unless required by applicable law or agreed to in writing, software
240b85022b73af58a6d971cd3d05d54037d8f682nd# distributed under the License is distributed on an "AS IS" BASIS,
240b85022b73af58a6d971cd3d05d54037d8f682nd# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
240b85022b73af58a6d971cd3d05d54037d8f682nd# See the License for the specific language governing permissions and
240b85022b73af58a6d971cd3d05d54037d8f682nd# limitations under the License.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# The build environment was provided by Sascha Schumann.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
6ca0e6973c8176100f4a426444823ae5e777e28fsaschaall: all-recursive
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
e7918bf0c251a146403a52d919e9bc882b8d1741jiminclude $(builddir)/modules.mk
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fieldingTARGETS = $(static)
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fieldingSHARED_TARGETS = $(shared)
ace6174c68612a5ef8a5413b5ba51e89549f7b1djortonINSTALL_TARGETS = install-modules-$(INSTALL_DSO)
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
e7918bf0c251a146403a52d919e9bc882b8d1741jiminclude $(top_builddir)/build/rules.mk
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
d311edbf8a37fcc27196da057d1fb21996bd909djortoninstall-modules-yes: $(SHARED_TARGETS)
e028d2e7d2e9e9de080cc087b60e66031c3fd700rjung @if test -n "$(shared)"; then \
e028d2e7d2e9e9de080cc087b60e66031c3fd700rjung $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir); \
e028d2e7d2e9e9de080cc087b60e66031c3fd700rjung $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $(shared) $(DESTDIR)$(libexecdir); \
e028d2e7d2e9e9de080cc087b60e66031c3fd700rjung fi;
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton
ace6174c68612a5ef8a5413b5ba51e89549f7b1djortoninstall-modules-no:
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton