ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile
Revision: 1520
Committed: Mon Oct 4 15:27:35 2004 UTC (19 years, 9 months ago) by gezelter
File size: 371 byte(s)
Log Message:
Started work merging shapes

File Contents

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