Makefile revision 837
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# CDDL HEADER START
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# The contents of this file are subject to the terms of the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Common Development and Distribution License (the "License").
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# You may not use this file except in compliance with the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# or http://www.opensolaris.org/os/licensing.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# See the License for the specific language governing permissions
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# and limitations under the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# When distributing Covered Code, include this CDDL HEADER in each
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# If applicable, add the following below this CDDL HEADER, with the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# CDDL HEADER END
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../make-rules/shared-macros.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_NAME= spawn-fcgi
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_VERSION= 1.6.3
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_PROJECT_URL= http://www.lighttpd.net/
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE_HASH= sha1:2b97ea57d9d79745fe8d6051d830fa507b421169
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../make-rules/prep.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../make-rules/configure.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../make-rules/ips.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# common targets
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncbuild: $(BUILD_32)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinstall: $(INSTALL_32)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsynctest: $(NO_TESTS)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../make-rules/depend.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync