Changeset da84d6 for molecuilder/src/Makefile.am
- Timestamp:
- Aug 18, 2009, 8:48:06 AM (16 years ago)
- Children:
- 66ce7a
- Parents:
- 3de1d2
- git-author:
- Frederik Heber <heber@…> (08/18/09 08:38:46)
- git-committer:
- Frederik Heber <heber@…> (08/18/09 08:48:06)
- File:
-
- 1 edited
-
molecuilder/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
r3de1d2 rda84d6 1 SOURCE = atom.cpp bond.cpp boundary.cpp builder.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp linkedcell.cpp moleculelist.cpp molecules.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp2 HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp l inkedcell.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp1 SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp moleculelist.cpp molecules.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 molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp 3 3 4 bin_PROGRAMS = molecuilder joiner analyzer 4 bin_PROGRAMS = molecuilder joiner analyzer VectorUnitTest 5 5 molecuilderdir = ${bindir} 6 6 molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db 7 molecuilder_SOURCES = ${SOURCE} ${HEADER}7 molecuilder_SOURCES = ${SOURCE} builder.cpp ${HEADER} 8 8 joiner_SOURCES = joiner.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp 9 9 analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp 10 10 11 TESTS = VectorUnitTest 12 check_PROGRAMS = $(TESTS) 13 VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp 14 VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 15 VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 11 16 12 17 EXTRA_DIST = ${molecuilder_DATA}
Note:
See TracChangeset
for help on using the changeset viewer.
