Cross Reference: /illumos-gate/usr/src/lib/libmvec/sparc_sparcv8plus+vis/Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0N/A#
1472N/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#
0N/A
0N/ALIBRARY = libmvec_isa.a
0N/AVERS = .1
0N/A
1472N/ATARGET_ARCH= sparc
1472N/AOBJECTS = $(mvecvisCOBJS) $(mvecvisSOBJS)
1472N/A
0N/Ainclude ../Makefile.com
0N/A
0N/ASRCS = $(mvecvisCOBJS:%.o=../common/%.c)
0N/A
0N/ACHIP = vis
0N/AXARCH = sparcvis
0N/A
0N/AMAPFILES = ../common/mapfilevis-vers
0N/AROOTLIBDIR = $(ROOTFS_LIBDIR)/cpu/sparcv8plus+vis
0N/A
0N/Ainstall: all $(ROOTLIBDIR) $(ROOTLIBS)
0N/A
0N/Ainclude $(SRC)/lib/libm/Makefile.targ
0N/A