|
Last change
on this file since 3de1d2 was 4dca8e, checked in by Frederik Heber <heber@…>, 16 years ago |
|
definitions for class element and verbose moved to their own header files and reducing contents of helpers.hpp
|
-
Property mode
set to
100755
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | SOURCE = atom.cpp bond.cpp boundary.cpp builder.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp linkedcell.cpp moleculelist.cpp molecules.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp
|
|---|
| 2 | HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp linkedcell.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
|
|---|
| 3 |
|
|---|
| 4 | bin_PROGRAMS = molecuilder joiner analyzer
|
|---|
| 5 | molecuilderdir = ${bindir}
|
|---|
| 6 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
|---|
| 7 | molecuilder_SOURCES = ${SOURCE} ${HEADER}
|
|---|
| 8 | joiner_SOURCES = joiner.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
|
|---|
| 9 | analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | EXTRA_DIST = ${molecuilder_DATA}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.