Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
13931N/A#
13931N/A# CDDL HEADER START
15941N/A#
13931N/A# The contents of this file are subject to the terms of the
13931N/A# Common Development and Distribution License, Version 1.0 only
13931N/A# (the "License"). You may not use this file except in compliance
13931N/A# with the License.
13931N/A#
15985N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13931N/A# or http://www.opensolaris.org/os/licensing.
13931N/A# See the License for the specific language governing permissions
13931N/A# and limitations under the License.
13931N/A#
15985N/A# When distributing Covered Code, include this CDDL HEADER in each
13931N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13931N/A# If applicable, add the following below this CDDL HEADER, with the
13931N/A# fields enclosed by brackets "[]" replaced with your own identifying
13931N/A# information: Portions Copyright [yyyy] [name of copyright owner]
13931N/A#
17616N/A# CDDL HEADER END
17616N/A#
17616N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
13931N/A# Use is subject to license terms.
13931N/A#
13931N/A# ident "%Z%%M% %I% %E% SMI"
13931N/A#
13931N/A# common/crypto/blowfish/Makefile
13931N/A#
13931N/A# include global definitions
13931N/Ainclude $(SRC)/Makefile.master
13931N/A
13931N/A.KEEP_STATE:
13931N/A
13931N/AFRC:
13931N/A
13931N/A# EXPORT DELETE START
17593N/AEXPORT_SRC:
13931N/A $(RM) Makefile+ blowfish_impl.c+ blowfish_impl.h+
13931N/A sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
17601N/A < blowfish_impl.c > blowfish_impl.c+
17601N/A $(MV) blowfish_impl.c+ blowfish_impl.c
17601N/A sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
17601N/A < blowfish_impl.h > blowfish_impl.h+
17601N/A $(MV) blowfish_impl.h+ blowfish_impl.h
13931N/A sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
17601N/A < Makefile > Makefile+
13931N/A $(RM) Makefile
15985N/A $(MV) Makefile+ Makefile
15985N/A $(CHMOD) 444 Makefile blowfish_impl.c blowfish_impl.h
13931N/A
17601N/A# EXPORT DELETE END
13931N/A