ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/Makefile
Revision: 1692
Committed: Mon Nov 1 20:15:58 2004 UTC (19 years, 8 months ago) by tim
File size: 303 byte(s)
Log Message:
break, break and break.....

File Contents

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