Makefile.am (9888:68d6b600d51f) Makefile.am (10480:5d4ebc92d32e)
1ACLOCAL_AMFLAGS=-I m4
2
3SUBDIRS=. tests
4
5MOSTLYCLEANFILES=
6
7lib_LTLIBRARIES = libfputils.la
8
1ACLOCAL_AMFLAGS=-I m4
2
3SUBDIRS=. tests
4
5MOSTLYCLEANFILES=
6
7lib_LTLIBRARIES = libfputils.la
8
9include_HEADERS = include/fputils/fp80.h
9include_HEADERS = \
10 include/fputils/fp80.h \
11 include/fputils/fp64.h \
12 include/fputils/fptypes.h
10
11libfputils_la_SOURCES = \
12 include/fputils/fp80.h \
13
14libfputils_la_SOURCES = \
15 include/fputils/fp80.h \
16 include/fputils/fp64.h \
17 include/fputils/fptypes.h \
13 fpbits.h \
18 fpbits.h \
19 fp64.c \
14 fp80.c
15
16
17include $(top_srcdir)/doxygen.am
18
19MOSTLYCLEANFILES += $(DX_CLEANFILES)
20 fp80.c
21
22
23include $(top_srcdir)/doxygen.am
24
25MOSTLYCLEANFILES += $(DX_CLEANFILES)