Changes in / [31af19:cb2146]
- Location:
- src
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r31af19 rcb2146 10 10 ACTIONSSOURCE = Actions/Action.cpp Actions/Process.cpp Actions/MethodAction.cpp Actions/ActionSequence.cpp Actions/MakroAction.cpp Actions/ErrorAction.cpp Actions/small_actions.cpp Actions/ManipulateAtomsProcess.cpp Actions/ActionRegistry.cpp 11 11 ACTIONSHEADER = Actions/Action.hpp Actions/Process.hpp Actions/Calculation.hpp Actions/Calculation_impl.hpp Actions/MethodAction.hpp Actions/ActionSequence.hpp Actions/MakroAction.hpp Actions/ErrorAction.hpp Actions/small_actions.hpp Actions/ManipulateAtomsProcess.hpp Actions/ActionRegistry.hpp 12 13 PARSERSOURCE = Parser/ChangeTracker.cpp Parser/FormatParser.cpp Parser/XyzParser.cpp 14 PARSERHEADER = Parser/ChangeTracker.hpp Parser/FormatParser.hpp Parser/XyzParser.hpp 12 15 13 16 PATTERNSOURCE = Patterns/Observer.cpp … … 41 44 Descriptors/MoleculeIdDescriptor.hpp 42 45 43 SOURCE = ${ANALYSISSOURCE} ${ATOMSOURCE} ${PA TTERNSOURCE} ${UISOURCE} ${DESCRIPTORSOURCE} ${LEGACYSOURCE} bond.cpp bondgraph.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp errorlogger.cpp graph.cpp helpers.cpp info.cpp leastsquaremin.cpp linkedcell.cpp lists.cpp log.cpp logger.cpp memoryusageobserver.cpp moleculelist.cpp molecule.cpp molecule_dynamics.cpp molecule_fragmentation.cpp molecule_geometry.cpp molecule_graph.cpp molecule_pointcloud.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp World.cpp WorldIterators.cpp44 HEADER = ${ANALYSISHEADER} ${ATOMHEADER} ${PA TTERNHEADER} ${UIHEADER} ${DESCRIPTORHEADER} ${LEGACYHEADER} bond.hpp bondgraph.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp errorlogger.hpp graph.hpp helpers.hpp info.hpp leastsquaremin.hpp linkedcell.hpp lists.hpp log.hpp logger.hpp memoryallocator.hpp memoryusageobserver.hpp molecule.hpp molecule_template.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp World.hpp46 SOURCE = ${ANALYSISSOURCE} ${ATOMSOURCE} ${PARSERSOURCE} ${PATTERNSOURCE} ${UISOURCE} ${DESCRIPTORSOURCE} ${LEGACYSOURCE} bond.cpp bondgraph.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp errorlogger.cpp graph.cpp helpers.cpp info.cpp leastsquaremin.cpp linkedcell.cpp lists.cpp log.cpp logger.cpp memoryusageobserver.cpp moleculelist.cpp molecule.cpp molecule_dynamics.cpp molecule_fragmentation.cpp molecule_geometry.cpp molecule_graph.cpp molecule_pointcloud.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp World.cpp WorldIterators.cpp 47 HEADER = ${ANALYSISHEADER} ${ATOMHEADER} ${PARSERHEADER} ${PATTERNHEADER} ${UIHEADER} ${DESCRIPTORHEADER} ${LEGACYHEADER} bond.hpp bondgraph.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp errorlogger.hpp graph.hpp helpers.hpp info.hpp leastsquaremin.hpp linkedcell.hpp lists.hpp log.hpp logger.hpp memoryallocator.hpp memoryusageobserver.hpp molecule.hpp molecule_template.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp World.hpp 45 48 46 49 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) -
src/unittests/Makefile.am
r31af19 rcb2146 28 28 MoleculeDescriptorTest \ 29 29 ObserverTest \ 30 ParserUnitTest \ 30 31 StackClassUnitTest \ 31 32 TesselationUnitTest \ … … 36 37 37 38 38 39 39 40 40 check_PROGRAMS = $(TESTS) … … 55 55 bondgraphunittest.cpp \ 56 56 CacheableTest.cpp \ 57 DescriptorUnittest.cpp \ 57 58 gslmatrixsymmetricunittest.cpp \ 58 59 gslmatrixunittest.cpp \ … … 67 68 MoleculeDescriptorTest.cpp \ 68 69 ObserverTest.cpp \ 70 ParserUnitTest.cpp \ 69 71 stackclassunittest.cpp \ 70 72 tesselationunittest.cpp \ … … 151 153 AtomDescriptorTest_LDADD = ${ALLLIBS} 152 154 155 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 156 ParserUnitTest_LDADD = ${ALLLIBS} 157 153 158 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp 154 159 manipulateAtomsTest_LDADD = ${ALLLIBS}
Note:
See TracChangeset
for help on using the changeset viewer.