ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/Makefile
Revision: 1683
Committed: Thu Oct 28 22:34:02 2004 UTC (19 years, 10 months ago)
File size: 223 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     Exclude.cpp \
3     ForceFields.cpp \
4     mpiSimulation.cpp \
5     SimInfo.cpp \
6     SimSetup.cpp \
7     SimState.cpp \
8     SkipList.cpp \
9     Thermo.cpp \
10    
11     RmiSource =
12    
13     Main =
14    
15 tim 1513 DEV_ROOT=../..
16     include $(DEV_ROOT)/make/Makefile
17