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