ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/Makefile
Revision: 1210
Committed: Wed Jan 23 03:45:33 2008 UTC (17 years, 6 months ago) by gezelter
Original Path: trunk/src/primitives/Makefile
File size: 295 byte(s)
Log Message:
Removed older version of openbabel from our code.  We now have a
configure check to see if openbabel is installed and then we link to
the stuff we need.  Conversion to OOPSE's md format is handled by only
one application (atom2md), so most of the work went on there.
ElementsTable still needs some work to function in parallel.

File Contents

# User Rev Content
1 gezelter 267 Package = primitives
2    
3 gezelter 2 Source = \
4 gezelter 246 StuntDouble.cpp \
5 gezelter 2 Atom.cpp \
6 gezelter 246 DirectionalAtom.cpp \
7     RigidBody.cpp \
8     Molecule.cpp \
9 gezelter 2 Bend.cpp \
10     GhostBend.cpp \
11     Torsion.cpp \
12 tim 273 GhostTorsion.cpp \
13 gezelter 1210 UreyBradleyBend.cpp \
14 gezelter 2
15 gezelter 246
16 gezelter 2 RmiSource =
17    
18     Main =
19    
20 tim 24 DEV_ROOT=../..
21     include $(DEV_ROOT)/make/Makefile
22