ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/primitives/Makefile
Revision: 1957
Committed: Tue Jan 25 17:45:23 2005 UTC (19 years, 5 months ago) by tim
File size: 293 byte(s)
Log Message:
(1) complete section parser's error message
(2) add GhostTorsion
(3) accumulate inertial tensor from the directional atoms before calculate rigidbody's inertial tensor

File Contents

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