xref: /illumos-gate/usr/src/lib/libmvec/sparc/Makefile (revision cd61ae21)
125c28e83SPiotr Jasiukajtis#
225c28e83SPiotr Jasiukajtis# This file and its contents are supplied under the terms of the
325c28e83SPiotr Jasiukajtis# Common Development and Distribution License ("CDDL"), version 1.0.
425c28e83SPiotr Jasiukajtis# You may only use this file in accordance with the terms of version
525c28e83SPiotr Jasiukajtis# 1.0 of the CDDL.
625c28e83SPiotr Jasiukajtis#
725c28e83SPiotr Jasiukajtis# A full copy of the text of the CDDL should have accompanied this
825c28e83SPiotr Jasiukajtis# source.  A copy of the CDDL is also available via the Internet at
925c28e83SPiotr Jasiukajtis# http://www.illumos.org/license/CDDL.
1025c28e83SPiotr Jasiukajtis#
1125c28e83SPiotr Jasiukajtis
1225c28e83SPiotr Jasiukajtis#
1325c28e83SPiotr Jasiukajtis# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
1425c28e83SPiotr Jasiukajtis#
1525c28e83SPiotr Jasiukajtis
1625c28e83SPiotr JasiukajtisTARGET_ARCH=	sparc
1725c28e83SPiotr Jasiukajtis
18*cd61ae21SRichard LoweLIBRARY		= libmvec.a
19*cd61ae21SRichard LoweVERS		= .1
2025c28e83SPiotr Jasiukajtis
2125c28e83SPiotr JasiukajtisOBJECTS		= $(mvecOBJS)
2225c28e83SPiotr Jasiukajtis
2325c28e83SPiotr Jasiukajtisinclude ../Makefile.com
2425c28e83SPiotr Jasiukajtis
2525c28e83SPiotr JasiukajtisCHIP		= ultra
2625c28e83SPiotr JasiukajtisSRCS		= $(SRCS_mvec)
2725c28e83SPiotr Jasiukajtis
28*cd61ae21SRichard Loweinstall:	all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
2925c28e83SPiotr Jasiukajtis
3025c28e83SPiotr Jasiukajtisinclude $(SRC)/lib/Makefile.targ
31