ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/Makefile
Revision: 1948
Committed: Fri Jan 14 20:31:16 2005 UTC (19 years, 5 months ago) by gezelter
File size: 270 byte(s)
Log Message:
separating modules and C/Fortran interface subroutines

File Contents

# Content
1 Source = \
2 doForces.F90 \
3 doForces_interface.F90 \
4 ForceField.cpp \
5 ForceFieldFactory.cpp \
6 DUFF.cpp \
7 EAM.cpp \
8 notifyCutoffs.F90 \
9 notifyCutoffs_interface.F90
10
11 RmiSource =
12
13 Main =
14
15 DEV_ROOT=../..
16 include $(DEV_ROOT)/make/Makefile
17