Ignore:
Timestamp:
Aug 31, 2006, 10:52:02 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Removed gslapi namespace and put the code into utility namespace.
Move #ifndef _header_ idiom to top of touched header files.
Removed unneccesary #includes, and added needed #includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/utility/Makefile.am

    r594 r616  
    2626noinst_LTLIBRARIES = libutility.la
    2727libutility_la_SOURCES = \
    28   Alignment.cc CommandLine.cc FileIO.cc kNNI.cc NNI.cc Option.cc PCA.cc \
    29   stl_utility.cc SVD.cc utility.cc WeNNI.cc
     28  Alignment.cc CommandLine.cc FileIO.cc kNNI.cc matrix.cc NNI.cc        \
     29  Option.cc PCA.cc stl_utility.cc SVD.cc utility.cc vector.cc WeNNI.cc
     30
    3031
    3132include_utilitydir = $(includedir)/c++_tools/utility
    3233
    3334include_utility_HEADERS = \
    34   Alignment.h CommandLine.h Exception.h FileIO.h kNNI.h NNI.h Option.h PCA.h \
    35   stl_utility.h SVD.h utility.h WeNNI.h
     35  Alignment.h CommandLine.h Exception.h FileIO.h kNNI.h matrix.h NNI.h  \
     36  Option.h PCA.h stl_utility.h SVD.h utility.h vector.h WeNNI.h
Note: See TracChangeset for help on using the changeset viewer.