ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/UseTheForce/Makefile
Revision: 1683
Committed: Thu Oct 28 22:34:02 2004 UTC (19 years, 9 months ago)
File size: 234 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create branch 'new_design'.

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2 gezelter 1610 doForces.F90 \
3 gezelter 1490 DUFF.cpp \
4     EAM_FF.cpp \
5     ForceFields.cpp \
6     LJFF.cpp \
7     mpiForceField.c \
8     WATER.cpp \
9 tim 1498 notifyCutoffs.F90 \
10 gezelter 1650 Shapes_FF.cpp \
11 gezelter 1490
12     RmiSource =
13    
14     Main =
15    
16 tim 1513 DEV_ROOT=../..
17     include $(DEV_ROOT)/make/Makefile
18