Makefile revision 5290
21e01f13f717faeca3e498d7d9c9b4d3af98ae27trawick# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz# You may not use this file except in compliance with the License.
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# See the License for the specific language governing permissions
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# and limitations under the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# If applicable, add the following below this CDDL HEADER, with the
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# fields enclosed by brackets "[]" replaced with your own identifying
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
571760de5e60c0b459cb11be45507b923cd023eejwoolley# CDDL HEADER END
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
35330e0d79ceb8027223bbb8330a381b1f989d6etrawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick sha256:f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
af4c982a7cf4515f124935f99a329744035fc699slive# Need to pick up the Studio compiler as some Makefiles just use "cc".
af4c982a7cf4515f124935f99a329744035fc699slive# Need to pick up the GNU version of xgettext.
10270f6f94b2069d0d357805c140a9897449b9ccianhPATH=$(dir $(CC)):$(SPRO_VROOT)/bin:/usr/gnu/bin:/usr/bin
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzCFLAGS += -DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
b84f66c93f820824b1d5455181f55598b766319cwrowe automake -a -c -f ; \
976501adbc040220270f7d1d77c4b8373033be69wrowe# Needed to get libpurple to link properly.
976501adbc040220270f7d1d77c4b8373033be69wroweCONFIGURE_ENV += PKG_CONFIG_PATH=/usr/lib/pkgconfig/gnutls-3
05e4bc4973958917a458e0f27b260c117414df71trawickCONFIGURE_OPTIONS += --with-gnutls-includes=/usr/include/gnutls-3
05e4bc4973958917a458e0f27b260c117414df71trawickCONFIGURE_OPTIONS += --with-gnutls-libs=/usr/lib/gnutls-3
05e4bc4973958917a458e0f27b260c117414df71trawickCONFIGURE_OPTIONS += --with-nspr-includes=/usr/include/mps
d1655c31ba938cd6c5b5497a1e3cb149fc39f767jerenkrantz# Always show the build and link lines for easier debugging.
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantzREQUIRED_PACKAGES += library/python/python-dbus-27