1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
h_fixed_sources = \
$(top_srcdir)/itpp/fixed/cfixed.h \
$(top_srcdir)/itpp/fixed/cfix.h \
$(top_srcdir)/itpp/fixed/fix_base.h \
$(top_srcdir)/itpp/fixed/fixed.h \
$(top_srcdir)/itpp/fixed/fix_factory.h \
$(top_srcdir)/itpp/fixed/fix_functions.h \
$(top_srcdir)/itpp/fixed/fix.h \
$(top_srcdir)/itpp/fixed/fix_operators.h
cpp_fixed_sources = \
$(top_srcdir)/itpp/fixed/cfix.cpp \
$(top_srcdir)/itpp/fixed/cfixed.cpp \
$(top_srcdir)/itpp/fixed/fix_base.cpp \
$(top_srcdir)/itpp/fixed/fix.cpp \
$(top_srcdir)/itpp/fixed/fixed.cpp \
$(top_srcdir)/itpp/fixed/fix_factory.cpp \
$(top_srcdir)/itpp/fixed/fix_functions.cpp \
$(top_srcdir)/itpp/fixed/fix_operators.cpp
|