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