1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_LIBRARIES = libfpu.a
4libfpu_a_SOURCES = fpu.cpp fpu_instructions.h \
5                   fpu_instructions_x86.h
6