Changes in / [f9352d:4415da]
- Location:
- src
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rf9352d r4415da 34 34 35 35 36 37 PARSERSOURCE = Parser/ChangeTracker.cpp Parser/FormatParser.cpp Parser/TremoloParser.cpp Parser/XyzParser.cpp 38 PARSERHEADER = Parser/ChangeTracker.hpp Parser/FormatParser.hpp Parser/TremoloParser.hpp Parser/XyzParser.hpp 36 39 37 40 PATTERNSOURCE = Patterns/Observer.cpp … … 73 76 ${ATOMSOURCE} \ 74 77 ${PATTERNSOURCE} \ 78 ${PARSERSOURCE} \ 75 79 ${UISOURCE} \ 76 80 ${DESCRIPTORSOURCE} \ … … 107 111 verbose.cpp \ 108 112 World.cpp 109 HEADER = ${ANALYSISHEADER} ${ATOMHEADER} ${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.hpp113 HEADER = ${ANALYSISHEADER} ${ATOMHEADER} ${PATTERNHEADER} ${PARSERHEADER} ${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 110 114 111 115 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) -
src/unittests/Makefile.am
rf9352d r4415da 28 28 MoleculeDescriptorTest \ 29 29 ObserverTest \ 30 ParserUnitTest \ 30 31 SingletonTest \ 31 32 StackClassUnitTest \ … … 37 38 38 39 39 40 40 41 41 check_PROGRAMS = $(TESTS) … … 68 68 MoleculeDescriptorTest.cpp \ 69 69 ObserverTest.cpp \ 70 ParserUnitTest.cpp \ 70 71 SingletonTest.cpp \ 71 72 stackclassunittest.cpp \ … … 159 160 AtomDescriptorTest_LDADD = ${ALLLIBS} 160 161 162 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 163 ParserUnitTest_LDADD = ${ALLLIBS} 164 161 165 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp 162 166 manipulateAtomsTest_LDADD = ${ALLLIBS}
Note:
See TracChangeset
for help on using the changeset viewer.