Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rcf0ca1 r06300d  
    7777  Actions/Process.hpp
    7878
    79 EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
    80                                   Exceptions/LinearDependenceException.cpp \
    81                                   Exceptions/MathException.cpp \
    82                                   Exceptions/NotInvertibleException.cpp \
    83                                   Exceptions/SkewException.cpp \
    84                                   Exceptions/ZeroVectorException.cpp
     79EXCEPTIONSOURCE = \
     80  Exceptions/CustomException.cpp \
     81  Exceptions/LinearDependenceException.cpp \
     82  Exceptions/MathException.cpp \
     83  Exceptions/NotInvertibleException.cpp \
     84  Exceptions/NotOnSurfaceException.cpp \
     85  Exceptions/ShapeException.cpp \
     86  Exceptions/SkewException.cpp \
     87  Exceptions/ZeroVectorException.cpp
    8588                                 
    86 EXCEPTIONHEADER = Exceptions/CustomException.hpp \
    87                                   Exceptions/LinearDependenceException.hpp \
    88                                   Exceptions/MathException.hpp \
    89                                   Exceptions/NotInvertibleException.hpp \
    90                                   Exceptions/SkewException.hpp \
    91                                   Exceptions/ZeroVectorException.hpp
     89EXCEPTIONHEADER = \
     90  Exceptions/CustomException.hpp \
     91  Exceptions/LinearDependenceException.hpp \
     92  Exceptions/MathException.hpp \
     93  Exceptions/NotInvertibleException.hpp \
     94  Exceptions/NotOnSurfaceException.hpp \
     95  Exceptions/ShapeException.hpp \
     96  Exceptions/SkewException.hpp \
     97  Exceptions/ZeroVectorException.hpp
    9298
    9399PARSERSOURCE = \
     
    144150DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
    145151  Descriptors/AtomIdDescriptor.cpp \
    146   Descriptors/AtomSelectionDescriptor.cpp \
    147152  Descriptors/AtomTypeDescriptor.cpp \
    148153  Descriptors/MoleculeDescriptor.cpp \
    149154  Descriptors/MoleculeIdDescriptor.cpp \
    150155  Descriptors/MoleculeNameDescriptor.cpp \
    151   Descriptors/MoleculePtrDescriptor.cpp \
    152   Descriptors/MoleculeSelectionDescriptor.cpp
     156  Descriptors/MoleculePtrDescriptor.cpp
    153157                                   
    154158
    155159DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \
    156160  Descriptors/AtomIdDescriptor.hpp \
    157   Descriptors/AtomSelectionDescriptor.hpp \
    158161  Descriptors/AtomTypeDescriptor.hpp \
    159162  Descriptors/MoleculeDescriptor.hpp \
    160163  Descriptors/MoleculeIdDescriptor.hpp \
    161164  Descriptors/MoleculeNameDescriptor.hpp \
    162   Descriptors/MoleculePtrDescriptor.hpp \
    163   Descriptors/MoleculeSelectionDescriptor.cpp
     165  Descriptors/MoleculePtrDescriptor.hpp
    164166                                 
    165167QTUISOURCE = ${QTUIMOC_TARGETS} \
Note: See TracChangeset for help on using the changeset viewer.