source: molecuilder/src/Makefile.am@ 729279

Last change on this file since 729279 was 14db08, checked in by metzler <metzler@…>, 16 years ago

#19 Observe memory usage

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[da84d6]1SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp moleculelist.cpp molecules.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp
[14db08]2HEADER = 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
[a0bcf1]3
[14db08]4noinst_PROGRAMS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest
[6c09a4]5
6bin_PROGRAMS = molecuilder joiner analyzer
[a0bcf1]7molecuilderdir = ${bindir}
[e08f45]8molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
[da84d6]9molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER}
[14db08]10joiner_SOURCES = joiner.cpp datacreator.cpp element.cpp helpers.cpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp periodentafel.cpp parser.cpp verbose.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
11analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
[a0bcf1]12
[390a2b]13TESTS = VectorUnitTest MemoryAllocatorUnitTest
[da84d6]14check_PROGRAMS = $(TESTS)
[14db08]15VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp
[da84d6]16VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
17VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
[44fa6a]18
[14db08]19MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp
[390a2b]20MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
21MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
22
[14db08]23MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp memoryusageobserver.cpp verbose.cpp verbose.hpp
24MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
25MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
[390a2b]26
[bb28e0]27EXTRA_DIST = ${molecuilder_DATA}
Note: See TracBrowser for help on using the repository browser.