ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/Makefile
Revision: 1683
Committed: Thu Oct 28 22:34:02 2004 UTC (19 years, 8 months ago)
File size: 303 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create branch 'new_design'.

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2     Atom.cpp \
3     Bend.cpp \
4     BendExtensions.cpp \
5     Bond.cpp \
6     BondExtensions.cpp \
7     DirectionalAtom.cpp \
8     GhostBend.cpp \
9     Molecule.cpp \
10     RigidBody.cpp \
11     StuntDouble.cpp \
12     Torsion.cpp \
13     TorsionExtensions.cpp \
14    
15     RmiSource =
16    
17     Main =
18    
19 tim 1513 DEV_ROOT=../..
20     include $(DEV_ROOT)/make/Makefile
21