Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r325390 r326bbe  
    3030  atom_trajectoryparticleinfo.hpp
    3131
    32 EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
    33                                   Exceptions/LinearDependenceException.cpp \
    34                                   Exceptions/MathException.cpp \
    35                                   Exceptions/NotInvertibleException.cpp \
    36                                   Exceptions/SkewException.cpp \
    37                                   Exceptions/ZeroVectorException.cpp
    38                                  
    39 EXCEPTIONHEADER = Exceptions/CustomException.hpp \
    40                                   Exceptions/LinearDependenceException.hpp \
    41                                   Exceptions/MathException.hpp \
    42                                   Exceptions/NotInvertibleException.hpp \
    43                                   Exceptions/SkewException.hpp \
    44                                   Exceptions/ZeroVectorException.hpp
    45 
    46 # TODO: Move Exceptionsource back down, when transition is done
    4732LINALGSOURCE = \
    48   ${EXCEPTIONSOURCE} \
    4933  ${HELPERSOURCE} \
    5034  gslmatrix.cpp \
    5135  gslvector.cpp \
    5236  linearsystemofequations.cpp \
    53   Matrix.cpp \
    5437  Space.cpp \
    5538  vector.cpp
    56  
    5739                           
    58 LINALGHEADER = \
    59   ${EXCEPTIONHEADER} \
    60   gslmatrix.hpp \
     40LINALGHEADER = gslmatrix.hpp \
    6141  gslvector.hpp \
    6242  linearsystemofequations.hpp \
    63   Matrix.hpp \
    6443  Space.hpp \
    6544  vector.hpp
     
    123102  Patterns/Singleton.hpp
    124103
    125 # all these files are only used for legacy reasons while the transition is in progress
    126 # they are only needed to keep the program usable at any point of the transition and will be
    127 # deleted once everything is fully refactored
    128 LEGACYSOURCE = Legacy/oldmenu.cpp
    129 LEGACYHEADER = Legacy/oldmenu.hpp
    130 
    131104DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
    132105  Descriptors/AtomIdDescriptor.cpp \
     
    145118  Descriptors/MoleculeNameDescriptor.hpp \
    146119  Descriptors/MoleculePtrDescriptor.hpp
    147 
    148 #TODO: Exceptionsource should go here, when the transisition makes this possible                                   
     120                                   
     121EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
     122                                  Exceptions/LinearDependenceException.cpp \
     123                                  Exceptions/MathException.cpp \
     124                                  Exceptions/SkewException.cpp \
     125                                  Exceptions/ZeroVectorException.cpp
     126                                 
     127EXCEPTIONHEADER = Exceptions/CustomException.hpp \
     128                                  Exceptions/LinearDependenceException.hpp \
     129                                  Exceptions/MathException.hpp \
     130                                  Exceptions/SkewException.hpp \
     131                                  Exceptions/ZeroVectorException.hpp
     132
    149133SOURCE = \
    150134  ${ANALYSISSOURCE} \
     
    155139  ${DESCRIPTORSOURCE} \
    156140  ${HELPERSOURCE} \
    157   ${LEGACYSOURCE} \
     141  ${EXCEPTIONSOURCE} \
    158142  bond.cpp \
    159143  bondgraph.cpp \
     
    201185  ${PATTERNHEADER} \
    202186  ${DESCRIPTORHEADER} \
    203   ${LEGACYHEADER} \
     187  ${EXCEPTIONHEADER} \
    204188  bond.hpp \
    205189  bondgraph.hpp \
Note: See TracChangeset for help on using the changeset viewer.