ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/Makefile
Revision: 1650
Committed: Tue Oct 26 22:24:52 2004 UTC (19 years, 8 months ago) by gezelter
File size: 234 byte(s)
Log Message:
forcefield refactoring for shapes

File Contents

# Content
1 Source = \
2 doForces.F90 \
3 DUFF.cpp \
4 EAM_FF.cpp \
5 ForceFields.cpp \
6 LJFF.cpp \
7 mpiForceField.c \
8 WATER.cpp \
9 notifyCutoffs.F90 \
10 Shapes_FF.cpp \
11
12 RmiSource =
13
14 Main =
15
16 DEV_ROOT=../..
17 include $(DEV_ROOT)/make/Makefile
18