source: trunk/lib/Makefile.am @ 511

Last change on this file since 511 was 461, checked in by Peter, 17 years ago

?

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