You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
254 B
9 lines
254 B
SRC = c_dd.cpp c_qd.cpp dd_real.cpp dd_const.cpp \
|
|
fpu.cpp qd_real.cpp qd_const.cpp util.cpp bits.cpp util.h
|
|
|
|
lib_LTLIBRARIES = libqd.la
|
|
|
|
libqd_la_SOURCES = $(SRC)
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
|