h_base_math_sources = \
$(top_srcdir)/itpp/base/math/elem_math.h \
$(top_srcdir)/itpp/base/math/error.h \
$(top_srcdir)/itpp/base/math/integration.h \
$(top_srcdir)/itpp/base/math/log_exp.h \
$(top_srcdir)/itpp/base/math/min_max.h \
$(top_srcdir)/itpp/base/math/misc.h \
$(top_srcdir)/itpp/base/math/trig_hyp.h
cpp_base_math_sources = \
$(top_srcdir)/itpp/base/math/elem_math.cpp \
$(top_srcdir)/itpp/base/math/error.cpp \
$(top_srcdir)/itpp/base/math/integration.cpp \
$(top_srcdir)/itpp/base/math/misc.cpp
|