Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
935N/A# Common Development and Distribution License, Version 1.0 only
98N/A# (the "License"). You may not use this file except in compliance
98N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# ident "%Z%%M% %I% %E% SMI"
919N/A#
919N/A# Copyright (c) 1989,1999 by Sun Microsystems, Inc.
98N/A# All rights reserved.
98N/A#
98N/A# uts/common/des/Makefile
235N/A#
156N/A# include global definitions
156N/Ainclude ../../../Makefile.master
156N/A
156N/AHDRS= des.h desdata.h softdes.h
98N/A
98N/AROOTDIRS= $(ROOT)/usr/include/des
98N/A
98N/AROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%)
493N/A
493N/ACHECKHDRS= $(HDRS:%.h=%.check)
98N/A
911N/A# install rule
952N/A$(ROOTDIRS)/%: %
952N/A $(INS.file)
911N/A
98N/A.KEEP_STATE:
235N/A
493N/A.PARALLEL: $(CHECKHDRS)
98N/A
916N/Ainstall_h: $(ROOTDIRS) $(ROOTHDRS)
916N/A
916N/A$(ROOTDIRS):
916N/A $(INS.dir)
98N/A
98N/A# EXPORT DELETE START
98N/AEXPORT_SRC:
606N/A $(RM) Makefile+ des_crypt.c+ des_soft.c+ desdata.h+
98N/A sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
98N/A < des_crypt.c > des_crypt.c+
98N/A $(MV) des_crypt.c+ des_crypt.c
606N/A sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
606N/A < des_soft.c > des_soft.c+
98N/A $(MV) des_soft.c+ des_soft.c
493N/A sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
493N/A < desdata.h > desdata.h+
98N/A $(MV) desdata.h+ desdata.h
98N/A sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
98N/A < Makefile > Makefile+
98N/A $(RM) Makefile
908N/A $(MV) Makefile+ Makefile
591N/A $(CHMOD) 444 Makefile des_crypt.c des_soft.c desdata.h
493N/A
493N/A# EXPORT DELETE END
493N/Acheck: $(CHECKHDRS)
493N/A