ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/UseTheForce/Makefile
(Generate patch)

Comparing trunk/src/UseTheForce/Makefile (file contents):
Revision 2 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1269 by gezelter, Tue Jul 1 13:28:23 2008 UTC

# Line 1 | Line 1
1 + Package = UseTheForce
2 +
3   Source    = \
4 <        do_Forces.F90 \
5 <        DUFF.cpp \
4 >        doForces.F90 \
5 >        doForces_interface.F90 \
6 >        ForceField.cpp \
7 >        ForceFieldFactory.cpp \
8 >        DUFF.cpp \
9          EAM_FF.cpp \
10 <        ForceFields.cpp \
11 <        fortranWrappers.cpp \
12 <        LJFF.cpp \
13 <        mpiForceField.c \
14 <        mpiSimulation_module.F90 \
10 <        WATER.cpp \
11 <        wrappers.F90 \
10 >        SHAPES_FF.cpp \
11 >        SC_FF.cpp \
12 >        MnM_FF.cpp \
13 >        Amber_FF.cpp \
14 >        CLAYFF.cpp
15  
16 + ParallelSource = doForces.F90
17 +
18 + Modules = \
19 +        doForces \
20 +        notifyCutoffs
21 +
22   RmiSource =
23  
24   Main      =
25  
26 < include $(DEV_ROOT)/Makefile
26 > DEV_ROOT=../..
27 > include $(DEV_ROOT)/make/Makefile
28 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines