Changeset f2dfc5 for molecuilder/src
- Timestamp:
- Sep 28, 2009, 6:31:58 PM (16 years ago)
- Children:
- c03ca6
- Parents:
- 21b8fa
- Location:
- molecuilder/src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
r21b8fa rf2dfc5 2 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 noinst_PROGRAMS = VectorUnitTest 4 noinst_PROGRAMS = VectorUnitTest TesselationUnitTest 5 5 6 6 bin_PROGRAMS = molecuilder joiner analyzer … … 11 11 analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp 12 12 13 TESTS = VectorUnitTest 13 TESTS = VectorUnitTest TesselationUnitTest 14 14 check_PROGRAMS = $(TESTS) 15 15 VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp 16 16 VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 17 17 VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 18 TesselationUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp linkedcell.cpp linkedcell.hpp tesselation.cpp tesselation.hpp tesselationhelpers.cpp tesselationhelpers.hpp tesselationunittest.cpp tesselationunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp 19 TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 20 TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 18 21 19 22 EXTRA_DIST = ${molecuilder_DATA}
Note:
See TracChangeset
for help on using the changeset viewer.