Changes in / [13a574:fa861b]
- Location:
- src
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r13a574 rfa861b 2 2 HEADER = 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 3 3 4 noinst_PROGRAMS = ActOnAllTestVectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest4 noinst_PROGRAMS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest 5 5 6 6 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) … … 22 22 TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 23 23 TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 24 ActOnAllTest_SOURCES = ActOnAllTest.hp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp vector.cpp vector.hpp25 ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS)26 ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl27 28 24 29 25 MemoryAllocatorUnitTest_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.