Makefile revision 229
346N/A#
346N/A# CDDL HEADER START
346N/A#
346N/A# The contents of this file are subject to the terms of the
346N/A# Common Development and Distribution License (the "License").
346N/A# You may not use this file except in compliance with the License.
346N/A#
346N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
346N/A# or http://www.opensolaris.org/os/licensing.
346N/A# See the License for the specific language governing permissions
346N/A# and limitations under the License.
346N/A#
346N/A# When distributing Covered Code, include this CDDL HEADER in each
346N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
346N/A# If applicable, add the following below this CDDL HEADER, with the
346N/A# fields enclosed by brackets "[]" replaced with your own identifying
346N/A# information: Portions Copyright [yyyy] [name of copyright owner]
346N/A#
346N/A# CDDL HEADER END
346N/A#
346N/A
346N/A#
783N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
346N/A#
346N/A
346N/Ainclude ../../make-rules/shared-macros.mk
346N/A
783N/ACOMPONENT_NAME= fcgi
783N/ACOMPONENT_VERSION= 2.4.0
346N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
346N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
346N/ACOMPONENT_ARCHIVE_HASH= sha1:2329404159e8b8315e524b9eaf1de763202c6e6a
346N/ACOMPONENT_ARCHIVE_URL= http://www.fastcgi.com/dist/$(COMPONENT_ARCHIVE)
346N/A
346N/Ainclude ../../make-rules/prep.mk
618N/Ainclude ../../make-rules/configure.mk
346N/Ainclude ../../make-rules/ips.mk
346N/Ainclude ../../make-rules/lint-libraries.mk
844N/A
844N/ACONFIGURE_OPTIONS += --disable-static
618N/ACONFIGURE_OPTIONS += --with-pic
346N/ACONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
346N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
346N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CFLAGS)"
346N/A
346N/A# common targets
844N/Abuild: $(BUILD_32_and_64)
844N/A
618N/Ainstall: $(INSTALL_32_and_64)
346N/A
346N/Atest: $(NO_TESTS)
346N/A
346N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
346N/A
844N/Ainclude ../../make-rules/depend.mk
844N/A
618N/A