ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/Makefile
Revision: 246
Committed: Wed Jan 12 22:41:40 2005 UTC (20 years, 6 months ago) by gezelter
Original Path: trunk/src/primitives/Makefile
File size: 251 byte(s)
Log Message:
merging new_design branch into OOPSE-2.0

File Contents

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