Changes in / [fa861b:13a574]
- Location:
- src
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rfa861b r13a574 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 = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest4 noinst_PROGRAMS = ActOnAllTest 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.hpp 25 ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 26 ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 27 24 28 25 29 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.