Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
126N/A#
126N/A# CDDL HEADER START
126N/A#
126N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
126N/A# You may not use this file except in compliance with the License.
126N/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#
919N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
126N/A# ident "%Z%%M% %I% %E% SMI"
126N/A#
126N/A
126N/ACLASS = 64
493N/APLATFORM = sun4v
126N/AMODULE = libmd_psr.so.1
126N/A
851N/Ainclude ../Makefile.com
126N/Ainclude $(SRC)/lib/Makefile.lib.64
911N/A
911N/A# Override OBJECTS here because each $MACH/$PLATFORM can have a different
911N/A# set of algortithm optimisations and thus different source and object files.
911N/AOBJECTS = md5.o
126N/A
126N/AMAPFILES = mapfile
126N/A
126N/AASDEFS += -D__sparcv9
126N/AASFLAGS += -xarch=v9a $(AS_PICFLAGS)
126N/A
126N/A# Redefine shared object build rule to use $(LD) directly (this avoids .init
126N/A# and .fini sections being added).
126N/A
493N/ABUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
969N/A
126N/A.KEEP_STATE:
493N/A
126N/Aall: $(LIBS)
126N/A
493N/A$(ROOT_PSM_LIB64_DIR)/% := FILEMODE = 755
126N/A
126N/Ainstall: all $(LIBMD_PSR64_LINKS) $(ROOT_PSM_LIB64_DIR)/$(LIBS)
493N/A
126N/Ainclude $(SRC)/Makefile.psm.targ
126N/A