Last change
on this file since a89a22 was bdba3c, checked in by Frederik Heber <heber@…>, 17 years ago |
AM_CFLAGS thrown out as warnings are added to CFLAGS in configure-part. Huge changes to make mpi working with given environment variables MPICC and MPILIBS
|
-
Property mode
set to
100644
|
File size:
692 bytes
|
Rev | Line | |
---|
[a0bcf1] | 1 | SOURCE = atom.cpp bond.cpp builder.cpp config.cpp element.cpp helpers.cpp molecules.cpp moleculelist.cpp periodentafel.cpp vector.cpp verbose.cpp
|
---|
[06feff] | 2 | HEADER = defs.hpp helpers.hpp molecules.hpp stackclass.hpp vector.hpp
|
---|
[a0bcf1] | 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}
|
---|
[59ddad] | 8 | joiner_SOURCES = joiner.cpp parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.cpp datacreator.hpp
|
---|
[a0bcf1] | 9 | analyzer_SOURCES = analyzer.cpp parser.cpp datacreator.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.hpp
|
---|
| 10 |
|
---|
[44fa6a] | 11 |
|
---|
[a0bcf1] | 12 | #EXTRA_DIST = ${molecuilder_DATA}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.