Changeset 965 for trunk/yat/utility/Makefile.am
- Timestamp:
- Oct 11, 2007, 6:58:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Makefile.am
r937 r965 26 26 noinst_LTLIBRARIES = libutility.la 27 27 libutility_la_SOURCES = \ 28 Alignment.cc FileUtil.cc kNNI.cc matrix.cc NNI.cc \ 28 Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc kNNI.cc \ 29 matrix.cc NNI.cc Option.cc OptionSwitch.cc \ 29 30 PCA.cc stl_utility.cc SVD.cc TypeInfo.cc utility.cc vector.cc WeNNI.cc 30 31 … … 32 33 33 34 include_utility_HEADERS = \ 34 Alignment.h Exception.h FileUtil.h Iterator.h iterator_traits.h \ 35 IteratorWeighted.h kNNI.h matrix.h NNI.h \ 35 Alignment.h ColumnStream.h CommandLine.h \ 36 Exception.h FileUtil.h Iterator.h iterator_traits.h \ 37 IteratorWeighted.h kNNI.h matrix.h NNI.h \ 38 Option.h OptionArg.h OptionSwitch.h \ 36 39 PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h \ 37 40 yat_assert.h 41
Note: See TracChangeset
for help on using the changeset viewer.