Changes in src/Makefile.am [cf0ca1:06300d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rcf0ca1 r06300d 77 77 Actions/Process.hpp 78 78 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 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 85 88 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 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 92 98 93 99 PARSERSOURCE = \ … … 144 150 DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \ 145 151 Descriptors/AtomIdDescriptor.cpp \ 146 Descriptors/AtomSelectionDescriptor.cpp \147 152 Descriptors/AtomTypeDescriptor.cpp \ 148 153 Descriptors/MoleculeDescriptor.cpp \ 149 154 Descriptors/MoleculeIdDescriptor.cpp \ 150 155 Descriptors/MoleculeNameDescriptor.cpp \ 151 Descriptors/MoleculePtrDescriptor.cpp \ 152 Descriptors/MoleculeSelectionDescriptor.cpp 156 Descriptors/MoleculePtrDescriptor.cpp 153 157 154 158 155 159 DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \ 156 160 Descriptors/AtomIdDescriptor.hpp \ 157 Descriptors/AtomSelectionDescriptor.hpp \158 161 Descriptors/AtomTypeDescriptor.hpp \ 159 162 Descriptors/MoleculeDescriptor.hpp \ 160 163 Descriptors/MoleculeIdDescriptor.hpp \ 161 164 Descriptors/MoleculeNameDescriptor.hpp \ 162 Descriptors/MoleculePtrDescriptor.hpp \ 163 Descriptors/MoleculeSelectionDescriptor.cpp 165 Descriptors/MoleculePtrDescriptor.hpp 164 166 165 167 QTUISOURCE = ${QTUIMOC_TARGETS} \
Note:
See TracChangeset
for help on using the changeset viewer.