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