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