ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/UseTheForce/Makefile
Revision: 1913
Committed: Mon Jan 10 22:04:20 2005 UTC (19 years, 6 months ago) by tim
File size: 215 byte(s)
Log Message:
create a register module to register force fields, integrators and minimizers

File Contents

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