| [da84d6] | 1 | SOURCE = 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] | 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
|
|---|
| [a0bcf1] | 3 |
|
|---|
| [8afe31] | 4 | noinst_PROGRAMS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
|
|---|
| [6c09a4] | 5 |
|
|---|
| 6 | bin_PROGRAMS = molecuilder joiner analyzer
|
|---|
| [a0bcf1] | 7 | molecuilderdir = ${bindir}
|
|---|
| [e08f45] | 8 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
|---|
| [da84d6] | 9 | molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER}
|
|---|
| [14db08] | 10 | joiner_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
|
|---|
| 11 | analyzer_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 |
|
|---|
| [8afe31] | 13 | TESTS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
|
|---|
| [da84d6] | 14 | check_PROGRAMS = $(TESTS)
|
|---|
| [14db08] | 15 | VectorUnitTest_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] | 16 | VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 17 | VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [58808e] | 18 | TesselationUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp linkedcell.cpp linkedcell.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp tesselation.cpp tesselation.hpp tesselationhelpers.cpp tesselationhelpers.hpp tesselationunittest.cpp tesselationunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp
|
|---|
| [f2dfc5] | 19 | TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 20 | TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [44fa6a] | 21 |
|
|---|
| [14db08] | 22 | MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp
|
|---|
| [390a2b] | 23 | MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 24 | MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 25 |
|
|---|
| [14db08] | 26 | MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp memoryusageobserver.cpp verbose.cpp verbose.hpp
|
|---|
| 27 | MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 28 | MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [390a2b] | 29 |
|
|---|
| [bb28e0] | 30 | EXTRA_DIST = ${molecuilder_DATA}
|
|---|