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