ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/Makefile
Revision: 1782
Committed: Wed Nov 24 20:55:03 2004 UTC (19 years, 7 months ago) by tim
File size: 251 byte(s)
Log Message:
types and primitives get built

File Contents

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