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