|
Last change
on this file since 53f32e was 53f32e, checked in by Saskia Metzler <metzler@…>, 16 years ago |
|
temp commit
|
-
Property mode
set to
100755
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | SUBDIRS = unittests
|
|---|
| 2 |
|
|---|
| 3 | 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
|
|---|
| 4 | 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
|
|---|
| 5 |
|
|---|
| 6 | bin_PROGRAMS = molecuilder joiner analyzer
|
|---|
| 7 | molecuilderdir = ${bindir}
|
|---|
| 8 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
|---|
| 9 | molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER}
|
|---|
| 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
|
|---|
| 12 |
|
|---|
| 13 | EXTRA_DIST = ${molecuilder_DATA}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.