| [f92d00] | 1 | SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp moleculelist.cpp molecule.cpp molecule_dynamics.cpp molecule_fragmentation.cpp molecule_geometry.cpp molecule_graph.cpp molecule_pointcloud.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp
|
|---|
| [8ffe32] | 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 molecule.hpp molecule_template.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
|
|---|
| [a0bcf1] | 3 |
|
|---|
| [424d1ce] | 4 | noinst_PROGRAMS = ActOnAllTest VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
|
|---|
| [6c09a4] | 5 |
|
|---|
| [9c32a1] | 6 | BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
|
|---|
| [6c09a4] | 7 |
|
|---|
| 8 | bin_PROGRAMS = molecuilder joiner analyzer
|
|---|
| [a0bcf1] | 9 | molecuilderdir = ${bindir}
|
|---|
| [e08f45] | 10 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
|---|
| [9c32a1] | 11 | molecuilder_LDFLAGS = $(BOOST_LIB)
|
|---|
| [da84d6] | 12 | molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER}
|
|---|
| [14db08] | 13 | 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
|
|---|
| 14 | 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] | 15 |
|
|---|
| [8afe31] | 16 | TESTS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest TesselationUnitTest
|
|---|
| [da84d6] | 17 | check_PROGRAMS = $(TESTS)
|
|---|
| [4bc937] | 18 |
|
|---|
| [14db08] | 19 | 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] | 20 | VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 21 | VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [4bc937] | 22 |
|
|---|
| [58808e] | 23 | 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] | 24 | TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 25 | TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [4bc937] | 26 |
|
|---|
| 27 | ActOnAllTest_SOURCES = ActOnAllTest.hp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp defs.hpp helpers.cpp helpers.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp leastsquaremin.cpp leastsquaremin.hpp
|
|---|
| [ef36b84] | 28 | ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 29 | ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 30 |
|
|---|
| [44fa6a] | 31 |
|
|---|
| [14db08] | 32 | MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp
|
|---|
| [390a2b] | 33 | MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 34 | MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 35 |
|
|---|
| [14db08] | 36 | MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp memoryusageobserver.cpp verbose.cpp verbose.hpp
|
|---|
| 37 | MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 38 | MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| [390a2b] | 39 |
|
|---|
| [bb28e0] | 40 | EXTRA_DIST = ${molecuilder_DATA}
|
|---|