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, 9 months ago) by tim
File size: 248 byte(s)
Log Message:
refine factory pattern to make it initialized correctly

File Contents

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