Makefile revision a2290a3621fa5498b33edb7037d8e95c15ddf455
2N/A#
2N/A# This file and its contents are supplied under the terms of the
2N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2N/A# You may only use this file in accordance with the terms of version
2N/A# 1.0 of the CDDL.
2N/A#
2N/A# A full copy of the text of the CDDL should have accompanied this
2N/A# source. A copy of the CDDL is also available via the Internet at
2N/A# http://www.illumos.org/license/CDDL.
2N/A#
2N/A
2N/A#
2N/A# Copyright 2014 Garrett D'Amore <garrett@damore.org>
2N/A#
2N/A
2N/Ainclude $(SRC)/Makefile.master
2N/A
2N/APROG = fpround_test
2N/AARCHPROG = fpround_test
2N/A
2N/Ainclude ../Makefile.com
2N/A
2N/ALDLIBS += -lm
2N/ALDLIBS64 += -lm
2N/A