ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/DarkSide/Makefile
(Generate patch)

Comparing trunk/OOPSE-2.0/src/UseTheForce/DarkSide/Makefile (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1526 by tim, Tue Oct 5 19:37:38 2004 UTC

# Line 1 | Line 1
1   Source    = \
2 +        mpiSimulation_module.F90 \
3 +        neighborLists.F90 \
4          atype_module.F90 \
5 +        force_globals.F90 \
6 +        switch_module.F90 \
7 +        simulation_module.F90 \
8          calc_charge_charge.F90 \
9          calc_dipole_dipole.F90 \
10          calc_eam.F90 \
# Line 7 | Line 12 | Source    = \
12          calc_LJ_FF.F90 \
13          calc_reaction_field.F90 \
14          calc_sticky_pair.F90 \
15 <        force_globals.F90 \
11 <        neighborLists.F90 \
12 <        notifyCutoffs.F90 \
13 <        switch_module.F90 \
15 >        calc_shapes.F90
16  
17   RmiSource =
18  
19   Main      =
20  
21 < include $(DEV_ROOT)/Makefile
21 > DEV_ROOT=../../..
22 > include $(DEV_ROOT)/make/Makefile
23 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines