summaryrefslogtreecommitdiff
path: root/ext/fputils/Makefile.am
blob: d635d0e3699599292bb0b9b697711e3dec3d71e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ACLOCAL_AMFLAGS=-I m4

SUBDIRS=. tests

MOSTLYCLEANFILES=

lib_LTLIBRARIES = libfputils.la

include_HEADERS = include/fputils/fp80.h

libfputils_la_SOURCES = \
	include/fputils/fp80.h \
	fpbits.h \
	fp80.c


include $(top_srcdir)/doxygen.am

MOSTLYCLEANFILES += $(DX_CLEANFILES)