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