ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/Makefile
Revision: 2050
Committed: Fri Feb 18 15:58:22 2005 UTC (19 years, 4 months ago) by gezelter
File size: 296 byte(s)
Log Message:
corrected filename collision for EAM on operating systems which are
not case sensitive (aka Mac OS X)

File Contents

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