source: molecuilder/src/Makefile.am@ 7b80a5

Last change on this file since 7b80a5 was d50d2a, checked in by Frederik Heber <heber@…>, 17 years ago

AtomStackClass -> template <typename T> StackClass<T> change in new file stackclass.hpp, other templates to helpers.hpp

StackClass was changed to a template and as template code may only be present in header file was moved to a new
header file stackclass.hpp. New file was added to Makefile.am
Other templates (list management et al) were moved to helpers.hpp as they are more sensibly placed there.

  • Property mode set to 100644
File size: 811 bytes
RevLine 
[a0bcf1]1SOURCE = atom.cpp bond.cpp builder.cpp config.cpp element.cpp helpers.cpp molecules.cpp moleculelist.cpp periodentafel.cpp vector.cpp verbose.cpp
[d50d2a]2HEADER = defs.hpp helpers.hpp molecules.hpp stackclass.hpp
[a0bcf1]3
4bin_PROGRAMS = molecuilder joiner analyzer
5molecuilderdir = ${bindir}
6molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
7molecuilder_SOURCES = ${SOURCE} ${HEADER}
8joiner_SOURCES = joiner.cpp parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp
9analyzer_SOURCES = analyzer.cpp parser.cpp datacreator.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.hpp
[da83f8]10molecuilder_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
11joiner_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
12analyzer_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0
[a0bcf1]13
14#EXTRA_DIST = ${molecuilder_DATA}
Note: See TracBrowser for help on using the repository browser.