ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/Makefile
Revision: 1779
Committed: Wed Nov 24 18:20:15 2004 UTC (19 years, 9 months ago) by tim
File size: 263 byte(s)
Log Message:
change Makefile

File Contents

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