ltlib.mk revision 2915eb26d1a16c56cdd91fed07566557d42645bd
1337N/A# ====================================================================
1337N/A# The Apache Software License, Version 1.1
1337N/A#
1337N/A# Copyright (c) 2000 The Apache Software Foundation. All rights
1337N/A# reserved.
1337N/A#
1337N/A# Redistribution and use in source and binary forms, with or without
1337N/A# modification, are permitted provided that the following conditions
1337N/A# are met:
1337N/A#
1337N/A# 1. Redistributions of source code must retain the above copyright
1337N/A# notice, this list of conditions and the following disclaimer.
1337N/A#
1337N/A# 2. Redistributions in binary form must reproduce the above copyright
1337N/A# notice, this list of conditions and the following disclaimer in
1337N/A# the documentation and/or other materials provided with the
1337N/A# distribution.
1337N/A#
1337N/A# 3. The end-user documentation included with the redistribution,
1337N/A# if any, must include the following acknowledgment:
1337N/A# "This product includes software developed by the
1337N/A# Apache Software Foundation (http://www.apache.org/)."
3744N/A# Alternately, this acknowledgment may appear in the software itself,
1337N/A# if and wherever such third-party acknowledgments normally appear.
1337N/A#
1337N/A# 4. The names "Apache" and "Apache Software Foundation" must
1337N/A# not be used to endorse or promote products derived from this
1337N/A# software without prior written permission. For written
1337N/A# permission, please contact apache@apache.org.
1337N/A#
1337N/A# 5. Products derived from this software may not be called "Apache",
1337N/A# nor may "Apache" appear in their name, without prior written
1337N/A# permission of the Apache Software Foundation.
1337N/A#
1337N/A# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
1337N/A# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1337N/A# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2899N/A# DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
2899N/A# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2818N/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2899N/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
2818N/A# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1337N/A# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1337N/A# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1337N/A# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1337N/A# SUCH DAMAGE.
1699N/A# ====================================================================
2790N/A#
1699N/A# This software consists of voluntary contributions made by many
1699N/A# individuals on behalf of the Apache Software Foundation. For more
3744N/A# information on the Apache Software Foundation, please see
3744N/A# <http://www.apache.org/>.
3744N/A#
3744N/A# The build environment was provided by Sascha Schumann.
3744N/A#
3753N/A
3753N/Atargets = $(LTLIBRARY_NAME)
3753N/A
3753N/Ainclude $(top_srcdir)/build/rules.mk
3753N/Ainclude $(top_srcdir)/build/library.mk
3753N/A
3753N/A