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