Makefile revision 5680
5562N/A#
5562N/A# CDDL HEADER START
5562N/A#
5562N/A# The contents of this file are subject to the terms of the
5562N/A# Common Development and Distribution License (the "License").
7118N/A# You may not use this file except in compliance with the License.
7118N/A#
5562N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5562N/A# or http://www.opensolaris.org/os/licensing.
5562N/A# See the License for the specific language governing permissions
5562N/A# and limitations under the License.
5562N/A#
5562N/A# When distributing Covered Code, include this CDDL HEADER in each
5562N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5562N/A# If applicable, add the following below this CDDL HEADER, with the
5562N/A# fields enclosed by brackets "[]" replaced with your own identifying
7118N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7118N/A#
5562N/A# CDDL HEADER END
5562N/A#
7118N/A
7118N/A#
7118N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
7118N/A#
7118N/ABUILD_BITS= 64
7118N/Ainclude ../../../make-rules/shared-macros.mk
7118N/A
7118N/ACOMPONENT_NAME= mod_fcgid
7118N/ACOMPONENT_VERSION= 2.3.9
7118N/ACOMPONENT_PROJECT_URL= http://httpd.apache.org/mod_fcgid/
5562N/ACOMPONENT_ARCHIVE_HASH= \
5562N/A sha256:1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf
5562N/ACOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/httpd/mod_fcgid/$(COMPONENT_ARCHIVE)
5562N/A
5562N/ATPNO= 8878
5562N/A
5562N/ABUILD_STYLE= justmake
5562N/Ainclude ../modules.mk
5562N/A
5562N/APATCH_LEVEL=0
5562N/A
5562N/ACOMPONENT_PRE_BUILD_ACTION= ( cd $(@D); APXS=$(APXS) ./configure.apxs )
5562N/A