mem: Fix DRAM controller to operate on its own address space
[gem5.git] / ext / fputils / Makefile.am
1 ACLOCAL_AMFLAGS=-I m4
2
3 SUBDIRS=. tests
4
5 MOSTLYCLEANFILES=
6
7 lib_LTLIBRARIES = libfputils.la
8
9 include_HEADERS = \
10 include/fputils/fp80.h \
11 include/fputils/fp64.h \
12 include/fputils/fptypes.h
13
14 libfputils_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
23 include $(top_srcdir)/doxygen.am
24
25 MOSTLYCLEANFILES += $(DX_CLEANFILES)