Changes in / [4415da:f9352d]


Ignore:
Location:
src
Files:
10 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r4415da rf9352d  
    3434                           
    3535                           
    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
    3936
    4037PATTERNSOURCE = Patterns/Observer.cpp
     
    7673                 ${ATOMSOURCE} \
    7774                 ${PATTERNSOURCE} \
    78                  ${PARSERSOURCE} \
    7975                 ${UISOURCE} \
    8076                 ${DESCRIPTORSOURCE} \
     
    111107                 verbose.cpp \
    112108                 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.hpp
     109HEADER = ${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
    114110
    115111BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
  • src/unittests/Makefile.am

    r4415da rf9352d  
    2828  MoleculeDescriptorTest \
    2929  ObserverTest \
    30   ParserUnitTest \
    3130  SingletonTest \
    3231  StackClassUnitTest \
     
    3837 
    3938
     39     
    4040 
    4141check_PROGRAMS = $(TESTS)
     
    6868  MoleculeDescriptorTest.cpp \
    6969  ObserverTest.cpp \
    70   ParserUnitTest.cpp \
    7170  SingletonTest.cpp \
    7271  stackclassunittest.cpp \
     
    160159AtomDescriptorTest_LDADD = ${ALLLIBS}
    161160
    162 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
    163 ParserUnitTest_LDADD = ${ALLLIBS}
    164 
    165161manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    166162manipulateAtomsTest_LDADD = ${ALLLIBS}
Note: See TracChangeset for help on using the changeset viewer.