source: trunk/test/Makefile.am @ 5

Last change on this file since 5 was 5, checked in by Jari Häkkinen, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 404 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 5 2003-02-26 16:11:44Z jari $
4
5check_PROGRAMS = test_svd
6
7test_svd_SOURCES = test_svd.cc
8test_svd_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \
9    -L/usr/local_bio/lib -L/usr/local_bio/lib/Linux_P4SSE2 \
10    $(GSLWRAP_LIB) $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB)
11
12INCLUDES = -I@top_srcdir@/$(CPP_TOOLS_HEADER_LOCATION) \
13     -I/usr/local_bio/include
Note: See TracBrowser for help on using the repository browser.