Makefile revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8
0N/A#
814N/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#
553N/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
553N/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.a
0N/AVERS= .1
0N/A
0N/A# include common library definitions
0N/Ainclude $(SRC)/lib/Makefile.lib
553N/A
553N/ACOMPS_i386 = i386_hwcap1
553N/ACOMPS_sparc = sparc_sparcv8plus+vis sparc_sparcv9+vis2
0N/ACOMPONENTS = $(COMPS_$(MACH))
0N/A
0N/ACOMPS_amd64 =
0N/ACOMPS_sparcv9 = sparcv9_sparcv9+vis sparcv9_sparcv9+vis2
0N/ACOMPONENTS64 = $(COMPS_$(MACH64))
0N/A
0N/ASUBDIRS = $(MACH) $(COMPONENTS)
0N/A$(BUILD64)SUBDIRS += $(MACH64) $(COMPONENTS64)
0N/A
0N/Aall := TARGET= all
0N/Ainstall := TARGET= install
0N/Aclean := TARGET= clean
0N/Aclobber := TARGET= clobber
0N/Alint := TARGET= lint
0N/A
0N/A.KEEP_STATE:
0N/A
580N/A.PARALLEL: $(SUBDIRS)
580N/A
0N/Aall clean clobber install lint: $(SUBDIRS)
0N/A
0N/A$(SUBDIRS): FRC
0N/A @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
0N/A
0N/AFRC:
0N/A
0N/Ainclude $(SRC)/lib/Makefile.targ
0N/A