Changes in / [13a574:fa861b]


Ignore:
Location:
src
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r13a574 rfa861b  
    22HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
    33
    4 noinst_PROGRAMS =  ActOnAllTest VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
     4noinst_PROGRAMS =  VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
    55
    66BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
     
    2222TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
    2323TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
    24 ActOnAllTest_SOURCES = ActOnAllTest.hp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp vector.cpp vector.hpp
    25 ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
    26 ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
    27 
    2824
    2925MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp
Note: See TracChangeset for help on using the changeset viewer.