Makefile revision 618
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# CDDL HEADER START
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# The contents of this file are subject to the terms of the
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# Common Development and Distribution License (the "License").
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# You may not use this file except in compliance with the License.
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# See the License for the specific language governing permissions
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# and limitations under the License.
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# CDDL HEADER END
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
9cf4bb70f014849735aab4226691edcdf56b3271Timo SirainenCOMPONENT_PROJECT_URL= http://httpd.apache.org/mod_fcgid/
9cf4bb70f014849735aab4226691edcdf56b3271Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9cf4bb70f014849735aab4226691edcdf56b3271Timo SirainenCOMPONENT_ARCHIVE_HASH= sha1:018245896f331909e896685ab3ca86b163846e4d
9cf4bb70f014849735aab4226691edcdf56b3271Timo SirainenCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/httpd/mod_fcgid/$(COMPONENT_ARCHIVE)
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen$(BUILD_DIR_32)/.built: APXS=$(APACHE_USR_PREFIX)/bin/apxs
9cf4bb70f014849735aab4226691edcdf56b3271Timo Sirainen$(BUILD_DIR_64)/.built: APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs