ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/Makefile
Revision: 1837
Committed: Thu Dec 2 22:15:31 2004 UTC (19 years, 7 months ago) by tim
File size: 248 byte(s)
Log Message:
refine factory pattern to make it initialized correctly

File Contents

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