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