Changeset 580 for trunk/test/Makefile.am
- Timestamp:
- May 4, 2006, 12:28:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r537 r580 2 2 ## 3 3 ## $Id$ 4 5 # Copyright (C) 2003 Daniel Dalevi 6 # Copyright (C) 2004 Peter Johansson 7 # Copyright (C) 2005 Jari Häkkinen, Peter Johansson 8 # Copyright (C) 2006 Jari Häkkinen, Peter Johansson, Markus Ringnèr 9 # 10 # This file is part of the thep c++ tools library, 11 # http://lev.thep.lu.se/trac/c++_tools 12 # 13 # The c++ tools library is free software; you can redistribute it 14 # and/or modify it under the terms of the GNU General Public License as 15 # published by the Free Software Foundation; either version 2 of the 16 # License, or (at your option) any later version. 17 # 18 # The c++ library is distributed in the hope that it will be useful, 19 # but WITHOUT ANY WARRANTY; without even the implied warranty of 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 # General Public License for more details. 22 # 23 # You should have received a copy of the GNU General Public License 24 # along with this program; if not, write to the Free Software 25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 26 # 02111-1307, USA. 4 27 5 28 TESTS = alignment_test averager_test consensus_inputranker_test \ … … 15 38 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 16 39 17 INCLUDES = -I@top_srcdir@ @LOCAL_INCLUDES@40 INCLUDES = -I@top_srcdir@ 18 41 19 42
Note: See TracChangeset
for help on using the changeset viewer.