Makefile revision 844
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# CDDL HEADER START
68b065341b3426cd3ecbdc31c0186090000ae4b6Christian Maeder# The contents of this file are subject to the terms of the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# Common Development and Distribution License (the "License").
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# You may not use this file except in compliance with the License.
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# or http://www.opensolaris.org/os/licensing.
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# See the License for the specific language governing permissions
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# and limitations under the License.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# If applicable, add the following below this CDDL HEADER, with the
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# CDDL HEADER END
14531c6815cafb191a1d48c92e4a1c20c1bedb74Till Mossakowski# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
dbc8d3892d2e742bda322d92203b4b09ce10077fChristian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d7ef0a855b45046ca24270745b843bc797b79fe7Christian MaederCOMPONENT_PROJECT_URL= http://www.gnupg.org/related_software/libksba/
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder sha256:d8eb845d7272d23a00d4da6dc65f108ded6a977f32abf4488a075335433769f7
d7ef0a855b45046ca24270745b843bc797b79fe7Christian MaederCOMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/libksba/$(COMPONENT_ARCHIVE)
812ee1f62e0e0e7235f3c05b41a0b173497b54ffChristian Maeder# Enable C99 mode + -Xc for its additional warnings.
792df0347edab377785d98c63e2be8e2ce0a8bdeChristian Maeder# -xinline=%auto -- we like inlining where appropriate
bf52f113af1263696a1115e46097d787c9323754Christian Maeder# -xbuiltin=%none -- builtins have been known to be buggy
4c4a3329080becd4b81d56396586b740487924cbChristian MaederCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)