source: trunk/lib/Makefile.am @ 366

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

moved namespace random to its own directory

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