Changeset 2259
- Timestamp:
- May 24, 2010, 2:08:49 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config.in
r2119 r2259 6 6 # Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 7 7 # Copyright (C) 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 8 # Copyright (C) 2009 Peter Johansson8 # Copyright (C) 2009, 2010 Peter Johansson 9 9 # 10 10 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 279 279 ALIASES += "bidirectional_iterator=<a href=\"http://www.sgi.com/tech/stl/BidirectionalIterator.html\">Bidirectional Iterator</a>" 280 280 ALIASES += "random_access_iterator=<a href=\"http://www.sgi.com/tech/stl/RandomAccessIterator.html\">Random Access Iterator</a>" 281 ALIASES += "boost_url=http://www.boost.org/doc/libs/1_35_0/libs" 281 282 282 283 # The ENABLED_SECTIONS tag can be used to enable conditional -
trunk/test/Makefile.am
r2250 r2259 52 52 EXTRA_PROGRAMS = alignment_test averager_test \ 53 53 commandline_test \ 54 concept_test \ 54 55 consensus_inputranker_test data_lookup_1d_test \ 55 56 data_weight_test data_weight_proxy_test distance_test \ -
trunk/yat/utility/Makefile.am
r2224 r2259 35 35 36 36 include_utility_HEADERS = \ 37 Alignment.h ColumnStream.h CommandLine.h \37 Alignment.h ColumnStream.h CommandLine.h concept_check.h \ 38 38 Container2DIterator.h DataIterator.h DataWeight.h DataWeightProxy.h \ 39 39 deprecate.h Exception.h FileUtil.h GetlineIterator.h Index.h \
Note: See TracChangeset
for help on using the changeset viewer.