Changes in / [f9352d:4415da]


Ignore:
Location:
src
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rf9352d r4415da  
    3434                           
    3535                           
     36
     37PARSERSOURCE = Parser/ChangeTracker.cpp Parser/FormatParser.cpp Parser/TremoloParser.cpp Parser/XyzParser.cpp
     38PARSERHEADER = Parser/ChangeTracker.hpp Parser/FormatParser.hpp Parser/TremoloParser.hpp Parser/XyzParser.hpp
    3639
    3740PATTERNSOURCE = Patterns/Observer.cpp
     
    7376                 ${ATOMSOURCE} \
    7477                 ${PATTERNSOURCE} \
     78                 ${PARSERSOURCE} \
    7579                 ${UISOURCE} \
    7680                 ${DESCRIPTORSOURCE} \
     
    107111                 verbose.cpp \
    108112                 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.hpp
     113HEADER = ${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
    110114
    111115BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
  • src/unittests/Makefile.am

    rf9352d r4415da  
    2828  MoleculeDescriptorTest \
    2929  ObserverTest \
     30  ParserUnitTest \
    3031  SingletonTest \
    3132  StackClassUnitTest \
     
    3738 
    3839
    39      
    4040 
    4141check_PROGRAMS = $(TESTS)
     
    6868  MoleculeDescriptorTest.cpp \
    6969  ObserverTest.cpp \
     70  ParserUnitTest.cpp \
    7071  SingletonTest.cpp \
    7172  stackclassunittest.cpp \
     
    159160AtomDescriptorTest_LDADD = ${ALLLIBS}
    160161
     162ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
     163ParserUnitTest_LDADD = ${ALLLIBS}
     164
    161165manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    162166manipulateAtomsTest_LDADD = ${ALLLIBS}
Note: See TracChangeset for help on using the changeset viewer.