ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/brains/Makefile
Revision: 1513
Committed: Wed Sep 29 21:55:03 2004 UTC (19 years, 9 months ago) by tim
File size: 223 byte(s)
Log Message:
define DEV_ROOT as relative path

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