Makefile revision 493
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# CDDL HEADER START
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# The contents of this file are subject to the terms of the
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# Common Development and Distribution License (the "License").
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# You may not use this file except in compliance with the License.
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# See the License for the specific language governing permissions
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# and limitations under the License.
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# When distributing Covered Code, include this CDDL HEADER in each
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# If applicable, add the following below this CDDL HEADER, with the
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# fields enclosed by brackets "[]" replaced with your own identifying
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# information: Portions Copyright [yyyy] [name of copyright owner]
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# CDDL HEADER END
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
619bd403265ce0880989ba6f8324b010949851bcSumit BosePATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCOMPONENT_ARCHIVE_HASH= sha1:1b3e14e653a77462607aefa7931605a5e24829b9
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCOMPONENT_ARCHIVE_URL= http://www.squid-cache.org/Versions/v3/3.1/$(COMPONENT_ARCHIVE)
619bd403265ce0880989ba6f8324b010949851bcSumit Bose# Squid has own prefix
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/libexec
7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2Jan ZelenyCONFIGURE_OPTIONS += --mandir=$(CONFIGURE_PREFIX)/man
7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2Jan ZelenyCONFIGURE_OPTIONS += --enable-auth='basic,digest,negotiate,ntlm'
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --enable-basic-auth-helpers='DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL'
9aa117a93e315f790a1922d9ac7bd484878b621eJakub HrozekCONFIGURE_OPTIONS += --enable-digest-auth-helpers='ldap,password'
9aa117a93e315f790a1922d9ac7bd484878b621eJakub HrozekCONFIGURE_OPTIONS += --enable-external-acl-helpers='ip_user,unix_group,ldap_group,wbinfo_group'
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --enable-follow-x-forwarded-for
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --enable-negotiate-auth-helpers='squid_kerb_auth'
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --enable-ntlm-auth-helpers='smb_lm,fakeauth,no_check'
749cfb5d3270b5daf389d51a0dbd3fd2aec6e05dJakub HrozekCONFIGURE_OPTIONS += --enable-removal-policies='heap,lru'
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --enable-storeio='aufs,diskd,ufs'
619bd403265ce0880989ba6f8324b010949851bcSumit BoseCONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
85e8cbdd79359ae1f330c8b84f7b58d4fc6fda6eStephen Gallagher# common targets