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