|
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
|
| Line | |
|---|
| 1 | SOURCE = 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
|
|---|
| 2 | HEADER = 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
|
|---|
| 3 |
|
|---|
| 4 | INCLUDES = -I$(top_srcdir)/src/unittests
|
|---|
| 5 |
|
|---|
| 6 | noinst_LIBRARIES = libmolecuilder.a
|
|---|
| 7 | bin_PROGRAMS = molecuilder joiner analyzer
|
|---|
| 8 | molecuilderdir = ${bindir}
|
|---|
| 9 | libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER}
|
|---|
| 10 | molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
|
|---|
| 11 | molecuilder_SOURCES = builder.cpp
|
|---|
| 12 | molecuilder_LDADD = libmolecuilder.a
|
|---|
| 13 | joiner_SOURCES = joiner.cpp datacreator.cpp parser.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
|
|---|
| 14 | joiner_LDADD = libmolecuilder.a
|
|---|
| 15 | analyzer_SOURCES = analyzer.cpp datacreator.cpp parser.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
|
|---|
| 16 | analyzer_LDADD = libmolecuilder.a
|
|---|
| 17 |
|
|---|
| 18 | #EXTRA_DIST = ${molecuilder_DATA} |
|---|
Note:
See
TracBrowser
for help on using the repository browser.