special.mk revision d311edbf8a37fcc27196da057d1fb21996bd909d
a2652f3451528565db1f85db6953fc30799d7eadcolm# Copyright 2000-2006 The Apache Software Foundation
2915eb26d1a16c56cdd91fed07566557d42645bdfielding#
240b85022b73af58a6d971cd3d05d54037d8f682nd# Licensed under the Apache License, Version 2.0 (the "License");
240b85022b73af58a6d971cd3d05d54037d8f682nd# you may not use this file except in compliance with the License.
240b85022b73af58a6d971cd3d05d54037d8f682nd# 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
8e267d40cb0d47c22fdf2be5ec17baeb5f45caf3saschainclude $(builddir)/modules.mk
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fieldingTARGETS = $(static)
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fieldingSHARED_TARGETS = $(shared)
ace6174c68612a5ef8a5413b5ba51e89549f7b1djortonINSTALL_TARGETS = install-modules-$(INSTALL_DSO)
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
68f41634b9483bc32b798b0d259780305bcd5d16rbbinclude $(top_builddir)/build/rules.mk
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
d311edbf8a37fcc27196da057d1fb21996bd909djortoninstall-modules-yes: $(SHARED_TARGETS)
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton @$(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton @list='$(shared)'; for i in $$list; do \
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(DESTDIR)$(libexecdir); \
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton done
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton
ace6174c68612a5ef8a5413b5ba51e89549f7b1djortoninstall-modules-no:
ace6174c68612a5ef8a5413b5ba51e89549f7b1djorton