Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
49N/A#
49N/A# CDDL HEADER START
49N/A#
49N/A# The contents of this file are subject to the terms of the
49N/A# Common Development and Distribution License (the "License").
49N/A# You may not use this file except in compliance with the License.
49N/A#
49N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
49N/A# or http://www.opensolaris.org/os/licensing.
49N/A# See the License for the specific language governing permissions
49N/A# and limitations under the License.
49N/A#
49N/A# When distributing Covered Code, include this CDDL HEADER in each
49N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49N/A# If applicable, add the following below this CDDL HEADER, with the
49N/A# fields enclosed by brackets "[]" replaced with your own identifying
49N/A# information: Portions Copyright [yyyy] [name of copyright owner]
49N/A#
49N/A# CDDL HEADER END
49N/A#
49N/A#
49N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
49N/A# Use is subject to license terms.
49N/A#
49N/A# ident "%Z%%M% %I% %E% SMI"
49N/A#
49N/A
49N/Ainclude ../Makefile.lib
49N/A
49N/A$(SPARC_BLD)PLATFORMS= sun4u sun4v
51N/A
51N/ASUBDIRS= $(MACH) $(PLATFORMS)
51N/A$(BUILD64)SUBDIRS += $(MACH64)
51N/A
51N/AHDRS = md4.h md5.h sha1.h sha2.h
51N/AHDRDIR = common
51N/A
51N/Aall := TARGET= all
51N/Aclean := TARGET= clean
51N/Aclobber := TARGET= clobber
51N/Ainstall := TARGET= install
51N/Alint := TARGET= lint
51N/A
51N/A.KEEP_STATE:
51N/A
51N/A.PARALLEL: $(SUBDIRS)
51N/A
51N/Aall clean clobber install lint: $(SUBDIRS)
51N/A
51N/Ainstall_h: $(ROOTHDRS)
51N/A
51N/Acheck: $(CHECKHDRS)
51N/A
51N/A$(SUBDIRS): FRC
51N/A @cd $@; pwd; $(MAKE) $(TARGET)
51N/AFRC:
51N/A
51N/Ainclude ../Makefile.targ
51N/A