source: molecuilder/src/Makefile.am@ afbb6c0

Last change on this file since afbb6c0 was afbb6c0, checked in by metzler <metzler@…>, 16 years ago

Ticket 30: Put molecuilder unit tests in their own subfolder in src

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[afbb6c0]1SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp memoryusageobserver.cpp molecules.cpp moleculelist.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp
2HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp memoryusageobserver.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp
[53f32e]3
[afbb6c0]4INCLUDES = -I$(top_srcdir)/src/unittests
[a0bcf1]5
[afbb6c0]6noinst_LIBRARIES = libmolecuilder.a
[6c09a4]7bin_PROGRAMS = molecuilder joiner analyzer
[a0bcf1]8molecuilderdir = ${bindir}
[afbb6c0]9libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER}
[e08f45]10molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
[afbb6c0]11molecuilder_SOURCES = builder.cpp
12molecuilder_LDADD = libmolecuilder.a
13joiner_SOURCES = joiner.cpp datacreator.cpp parser.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
14joiner_LDADD = libmolecuilder.a
15analyzer_SOURCES = analyzer.cpp datacreator.cpp parser.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
16analyzer_LDADD = libmolecuilder.a
[a0bcf1]17
[afbb6c0]18#EXTRA_DIST = ${molecuilder_DATA}
Note: See TracBrowser for help on using the repository browser.