ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/Makefile
Revision: 2006
Committed: Sun Feb 13 08:05:33 2005 UTC (19 years, 4 months ago) by tim
File size: 386 byte(s)
Log Message:
more work in dynamicProps

File Contents

# User Rev Content
1 gezelter 1951 Package = brains
2    
3 gezelter 1490 Source = \
4     Exclude.cpp \
5     SimInfo.cpp \
6 gezelter 1930 DataStorage.cpp \
7     SimSnapshotManager.cpp \
8     Snapshot.cpp \
9     Stats.cpp \
10     Thermo.cpp \
11     ForceManager.cpp \
12     MoleculeCreator.cpp \
13     SimCreator.cpp \
14 tim 2006 Register.cpp \
15     BlockSnapshotManager.cpp
16 gezelter 1490
17     RmiSource =
18    
19     Main =
20    
21 tim 1513 DEV_ROOT=../..
22     include $(DEV_ROOT)/make/Makefile
23