Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r06300d rcf0ca1  
    7777  Actions/Process.hpp
    7878
    79 EXCEPTIONSOURCE = \
    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
     79EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
     80                                  Exceptions/LinearDependenceException.cpp \
     81                                  Exceptions/MathException.cpp \
     82                                  Exceptions/NotInvertibleException.cpp \
     83                                  Exceptions/SkewException.cpp \
     84                                  Exceptions/ZeroVectorException.cpp
    8885                                 
    89 EXCEPTIONHEADER = \
    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
     86EXCEPTIONHEADER = Exceptions/CustomException.hpp \
     87                                  Exceptions/LinearDependenceException.hpp \
     88                                  Exceptions/MathException.hpp \
     89                                  Exceptions/NotInvertibleException.hpp \
     90                                  Exceptions/SkewException.hpp \
     91                                  Exceptions/ZeroVectorException.hpp
    9892
    9993PARSERSOURCE = \
     
    150144DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
    151145  Descriptors/AtomIdDescriptor.cpp \
     146  Descriptors/AtomSelectionDescriptor.cpp \
    152147  Descriptors/AtomTypeDescriptor.cpp \
    153148  Descriptors/MoleculeDescriptor.cpp \
    154149  Descriptors/MoleculeIdDescriptor.cpp \
    155150  Descriptors/MoleculeNameDescriptor.cpp \
    156   Descriptors/MoleculePtrDescriptor.cpp
     151  Descriptors/MoleculePtrDescriptor.cpp \
     152  Descriptors/MoleculeSelectionDescriptor.cpp
    157153                                   
    158154
    159155DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \
    160156  Descriptors/AtomIdDescriptor.hpp \
     157  Descriptors/AtomSelectionDescriptor.hpp \
    161158  Descriptors/AtomTypeDescriptor.hpp \
    162159  Descriptors/MoleculeDescriptor.hpp \
    163160  Descriptors/MoleculeIdDescriptor.hpp \
    164161  Descriptors/MoleculeNameDescriptor.hpp \
    165   Descriptors/MoleculePtrDescriptor.hpp
     162  Descriptors/MoleculePtrDescriptor.hpp \
     163  Descriptors/MoleculeSelectionDescriptor.cpp
    166164                                 
    167165QTUISOURCE = ${QTUIMOC_TARGETS} \
Note: See TracChangeset for help on using the changeset viewer.