2013-09-30 09:40:26 +02:00
|
|
|
ACLOCAL_AMFLAGS=-I m4
|
|
|
|
|
|
|
|
SUBDIRS=. tests
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES=
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libfputils.la
|
|
|
|
|
2014-10-16 11:49:58 +02:00
|
|
|
include_HEADERS = \
|
|
|
|
include/fputils/fp80.h \
|
|
|
|
include/fputils/fp64.h \
|
|
|
|
include/fputils/fptypes.h
|
2013-09-30 09:40:26 +02:00
|
|
|
|
|
|
|
libfputils_la_SOURCES = \
|
|
|
|
include/fputils/fp80.h \
|
2014-10-16 11:49:58 +02:00
|
|
|
include/fputils/fp64.h \
|
|
|
|
include/fputils/fptypes.h \
|
2013-09-30 09:40:26 +02:00
|
|
|
fpbits.h \
|
2014-10-16 11:49:58 +02:00
|
|
|
fp64.c \
|
2013-09-30 09:40:26 +02:00
|
|
|
fp80.c
|
|
|
|
|
|
|
|
|
|
|
|
include $(top_srcdir)/doxygen.am
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES += $(DX_CLEANFILES)
|