Makefile revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8
0N/A#
2362N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
0N/A#
2362N/A
0N/ALIBRARY = libmvec_isa.a
0N/AVERS = .1
0N/A
0N/ATARGET_ARCH= sparcv9
0N/AOBJECTS = $(mvecvisCOBJS) $(mvecvisSOBJS)
0N/A
0N/Ainclude ../Makefile.com
0N/Ainclude $(SRC)/lib/Makefile.lib.64
0N/A
0N/ACHIP = vis
0N/AXARCH = sparcvis
0N/A
0N/ASRCS = $(mvicvisCOBJS:%.o=../common/%.c)
0N/A
0N/AMAPFILES = ../common/mapfilevis-vers
0N/AROOTLIBDIR64 = $(ROOTFS_LIBDIR)/cpu/sparcv9+vis/$(MACH64)
0N/A
0N/Ainstall: all $(ROOTLIBDIR64) $(ROOTLIBS64)
0N/A
0N/Ainclude $(SRC)/lib/libm/Makefile.targ
0N/A