Makefile revision 3661
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# CDDL HEADER START
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# The contents of this file are subject to the terms of the
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# Common Development and Distribution License (the "License").
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# You may not use this file except in compliance with the License.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# See the License for the specific language governing permissions
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# and limitations under the License.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# When distributing Covered Code, include this CDDL HEADER in each
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# If applicable, add the following below this CDDL HEADER, with the
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# fields enclosed by brackets "[]" replaced with your own identifying
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# information: Portions Copyright [yyyy] [name of copyright owner]
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# CDDL HEADER END
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
30d2f45dd260208f0fb882dde134a249318524b9Lubos KoscoCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30d2f45dd260208f0fb882dde134a249318524b9Lubos KoscoCOMPONENT_PROJECT_URL= http://www.gnupg.org/related_software/pinentry/
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco sha256:14670c18f4a042ffcbd7a937aa3f15de392816c56b472588383d8378f65b42ab
30d2f45dd260208f0fb882dde134a249318524b9Lubos KoscoCOMPONENT_ARCHIVE_URL= ftp://ftp.gnupg.org/gcrypt/pinentry/$(COMPONENT_ARCHIVE)
d2b27f3d647af6fca607f14cb9296cc61c64b5b7Knut Anders Hatlen# Enable C99 mode + -Xc for its additional warnings.
d2b27f3d647af6fca607f14cb9296cc61c64b5b7Knut Anders Hatlen# -xinline=%auto -- we like inlining where appropriate
d2b27f3d647af6fca607f14cb9296cc61c64b5b7Knut Anders Hatlen# -xbuiltin=%none -- builtins have been known to be buggy
981e542f40f5acaf95b69c5854e5ffb080204242Lubos Kosco# void function cannot return value, unless it's GNU C
30d2f45dd260208f0fb882dde134a249318524b9Lubos Kosco# prevent libtool from removing these
test: $(NO_TESTS)