ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/Makefile
Revision: 2487
Committed: Mon Dec 5 22:23:57 2005 UTC (18 years, 7 months ago) by gezelter
File size: 330 byte(s)
Log Message:
Adding handler for CLAY force field

File Contents

# Content
1 Package = UseTheForce
2
3 Source = \
4 doForces.F90 \
5 doForces_interface.F90 \
6 ForceField.cpp \
7 ForceFieldFactory.cpp \
8 DUFF.cpp \
9 EAM_FF.cpp \
10 SHAPES_FF.cpp \
11 SC_FF.cpp \
12 CLAYFF.cpp \
13
14 Modules = \
15 doForces \
16 notifyCutoffs
17
18 RmiSource =
19
20 Main =
21
22 DEV_ROOT=../..
23 include $(DEV_ROOT)/make/Makefile
24