Makefile revision 5124
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Common Development and Distribution License (the "License").
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi sha256:f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Need to pick up the Studio compiler as some Makefiles just use "cc".
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Need to pick up the GNU version of xgettext.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiPATH=$(dir $(CC)):$(SPRO_VROOT)/bin:/usr/gnu/bin:/usr/bin
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi automake -a -c -f ; \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Needed to get libpurple to link properly.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCONFIGURE_ENV += PKG_CONFIG_PATH=/usr/lib/pkgconfig/gnutls-3
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCONFIGURE_OPTIONS += --with-gnutls-includes=/usr/include/gnutls-3
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCONFIGURE_OPTIONS += --with-gnutls-libs=/usr/lib/gnutls-3
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCONFIGURE_OPTIONS += --with-nspr-includes=/usr/include/mps
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Always show the build and link lines for easier debugging.