Makefile revision 3817
843e19887f64dde75055cf8842fc4db2171eff45johnlev# CDDL HEADER START
843e19887f64dde75055cf8842fc4db2171eff45johnlev# The contents of this file are subject to the terms of the
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Common Development and Distribution License (the "License").
843e19887f64dde75055cf8842fc4db2171eff45johnlev# You may not use this file except in compliance with the License.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
843e19887f64dde75055cf8842fc4db2171eff45johnlev# See the License for the specific language governing permissions
843e19887f64dde75055cf8842fc4db2171eff45johnlev# and limitations under the License.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# When distributing Covered Code, include this CDDL HEADER in each
843e19887f64dde75055cf8842fc4db2171eff45johnlev# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# If applicable, add the following below this CDDL HEADER, with the
843e19887f64dde75055cf8842fc4db2171eff45johnlev# fields enclosed by brackets "[]" replaced with your own identifying
843e19887f64dde75055cf8842fc4db2171eff45johnlev# information: Portions Copyright [yyyy] [name of copyright owner]
843e19887f64dde75055cf8842fc4db2171eff45johnlev# CDDL HEADER END
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
843e19887f64dde75055cf8842fc4db2171eff45johnlevCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
843e19887f64dde75055cf8842fc4db2171eff45johnlevCOMPONENT_PROJECT_URL= http://www.gnupg.org/related_software/gpgme/
843e19887f64dde75055cf8842fc4db2171eff45johnlev sha256:0f73a219e0b389f25c8d9b563eb8e0a9ffd9dd038d91b572eaf0ea33beff05e2
843e19887f64dde75055cf8842fc4db2171eff45johnlevCOMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/gpgme/$(COMPONENT_ARCHIVE)
843e19887f64dde75055cf8842fc4db2171eff45johnlev# Enable C99 mode + -Xc for its additional warnings.
843e19887f64dde75055cf8842fc4db2171eff45johnlev# -xinline=%auto -- we like inlining where appropriate
843e19887f64dde75055cf8842fc4db2171eff45johnlev# -xbuiltin=%none -- builtins have been known to be buggy
843e19887f64dde75055cf8842fc4db2171eff45johnlevCONFIGURE_OPTIONS += --with-gpg-error-prefix=$(CONFIGURE_PREFIX)
843e19887f64dde75055cf8842fc4db2171eff45johnlevCONFIGURE_OPTIONS += --with-gpgconf=$(USRBINDIR)/gpgconf
test: $(TEST_32_and_64)