|
Last change
on this file since 76b3dc was a0bcf1, checked in by Frederik Heber <heber@…>, 18 years ago |
|
-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)
|
-
Property mode
set to
100644
|
|
File size:
909 bytes
|
| Line | |
|---|
| 1 | SOURCE = atom.cpp bond.cpp builder.cpp config.cpp element.cpp helpers.cpp molecules.cpp moleculelist.cpp periodentafel.cpp vector.cpp verbose.cpp
|
|---|
| 2 | HEADER = defs.hpp helpers.hpp molecules.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 parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp
|
|---|
| 9 | analyzer_SOURCES = analyzer.cpp parser.cpp datacreator.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.hpp
|
|---|
| 10 | #molecuilder_CXXFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc -g -O -march=nocona -Wall -DBIGENDIAN=0
|
|---|
| 11 | molecuilder_CXXFLAGS = -g3 -march=nocona -Wall -DBIGENDIAN=0
|
|---|
| 12 | joiner_CXXFLAGS = -g3 -march=nocona -Wall -DBIGENDIAN=0
|
|---|
| 13 | analyzer_CXXFLAGS = -g3 -march=nocona -Wall -DBIGENDIAN=0
|
|---|
| 14 |
|
|---|
| 15 | #EXTRA_DIST = ${molecuilder_DATA}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.