gem5/ext/fputils/Makefile.am
Andreas Sandberg e6ad39adac ext: Update fputils to rev 6a47fd8358
This patch updates fputils to the latest revision (6a47fd8358) from
the upstream repository (github.com/andysan/fputils). Most notably,
this includes changes that export a limited set of 64-bit float
manipulation and avoids a warning about unused 64-bit floats in clang.
2014-10-16 05:49:58 -04:00

26 lines
402 B
Makefile

ACLOCAL_AMFLAGS=-I m4
SUBDIRS=. tests
MOSTLYCLEANFILES=
lib_LTLIBRARIES = libfputils.la
include_HEADERS = \
include/fputils/fp80.h \
include/fputils/fp64.h \
include/fputils/fptypes.h
libfputils_la_SOURCES = \
include/fputils/fp80.h \
include/fputils/fp64.h \
include/fputils/fptypes.h \
fpbits.h \
fp64.c \
fp80.c
include $(top_srcdir)/doxygen.am
MOSTLYCLEANFILES += $(DX_CLEANFILES)