ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile
Revision: 2381
Committed: Tue Oct 18 15:01:42 2005 UTC (18 years, 10 months ago) by chrisfen
File size: 708 byte(s)
Log Message:
merged reaction field with electrostatics.F90

File Contents

# Content
1 Package = UseTheForce/DarkSide
2
3 Source = \
4 simParallel.F90 \
5 simParallel_interface.F90 \
6 neighborLists.F90 \
7 atype.F90 \
8 atype_interface.F90 \
9 force_globals.F90 \
10 switcheroo.F90 \
11 simulation.F90 \
12 simulation_interface.F90 \
13 electrostatic.F90 \
14 electrostatic_interface.F90 \
15 eam.F90 \
16 eam_interface.F90 \
17 LJ.F90 \
18 lj_interface.F90 \
19 gb.F90 \
20 gb_interface.F90 \
21 sticky.F90 \
22 sticky_interface.F90 \
23 shapes.F90 \
24 shapes_interface.F90
25
26 Modules = \
27 atype_module \
28 eam \
29 electrostatic_module \
30 force_globals \
31 gb_pair \
32 lj \
33 neighborLists \
34 shapes \
35 mpiSimulation \
36 simulation \
37 sticky \
38 switcheroo
39
40 RmiSource =
41
42 Main =
43
44 DEV_ROOT=../../..
45 include $(DEV_ROOT)/make/Makefile
46