source: trunk/lib/Makefile.am @ 306

Last change on this file since 306 was 297, checked in by Peter, 18 years ago

bux fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 324 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 297 2005-04-29 10:03:53Z peter $
4
5
6
7INCLUDES = @local_includes@
8
9SUBDIRS = gslapi utility statistics svm
10lib_LTLIBRARIES = libc++_tools.la
11libc___tools_la_SOURCES =
12libc___tools_la_LIBADD = \
13  gslapi/libgslapi.la \
14  statistics/libstatistics.la \
15  utility/libutility.la \
16  svm/libsvm.la
17
Note: See TracBrowser for help on using the repository browser.