source: util/Makefile.am@ 0647f4

Last change on this file since 0647f4 was 5a84ee, checked in by Frederik Heber <heber@…>, 15 years ago

Rewrite of average.cpp and added first UnitTest.

  • average.cpp is now called averager.cpp and uses a function AverageColumns().
  • new function AverageColumns(): takes an input streamd and a set of column indices for which averages shall be computed
  • Introduced unit tests to Utils part of ESPACK:
    • new unit test AverageColumnsUnitTest testing the above.
    • Makefile generation introduced into configure.ac
    • subdir forked in Makefile.am
  • Property mode set to 100755
File size: 136 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = src src/unittests doc tests
3DIST_SUBDIRS = ${SUBDIRS}
4
5EXTRA_DIST = autogen.sh visual.cfg visual.net
Note: See TracBrowser for help on using the repository browser.