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