Makefile revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8
3212N/A#
3212N/A# This file and its contents are supplied under the terms of the
3212N/A# Common Development and Distribution License ("CDDL"), version 1.0.
3212N/A# You may only use this file in accordance with the terms of version
3212N/A# 1.0 of the CDDL.
3212N/A#
3212N/A# A full copy of the text of the CDDL should have accompanied this
3212N/A# source. A copy of the CDDL is also available via the Internet
3212N/A# at http://www.illumos.org/license/CDDL.
3212N/A#
6982N/A
6982N/A# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
3212N/A
3212N/Ainclude ../../Makefile.master
3212N/A
3212N/AMANSECT = 3mvec
6982N/A
6982N/AMANFILES = vatan2_.3mvec \
6982N/A vatan_.3mvec \
6982N/A vcos_.3mvec \
3212N/A vcospi_.3mvec \
3212N/A vexp_.3mvec \
3212N/A vhypot_.3mvec \
3212N/A vlog_.3mvec \
4618N/A vpow_.3mvec \
3212N/A vrhypot_.3mvec \
3212N/A vrsqrt_.3mvec \
3212N/A vsin_.3mvec \
3212N/A vsincos_.3mvec \
4618N/A vsincospi_.3mvec \
4618N/A vsinpi_.3mvec \
4618N/A vsqrt_.3mvec \
4618N/A vz_abs_.3mvec \
4618N/A vz_exp_.3mvec \
4618N/A vz_log_.3mvec \
4618N/A vz_pow_.3mvec
3212N/A
4618N/A.KEEP_STATE:
4618N/A
4618N/Ainclude ../Makefile.man
4618N/A
4618N/Ainstall: $(ROOTMANFILES)
4618N/A