ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/Makefile
Revision: 1805
Committed: Tue Nov 30 20:50:47 2004 UTC (19 years, 9 months ago) by tim
File size: 326 byte(s)
Log Message:
brains get built, io is next

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2     Exclude.cpp \
3     SimInfo.cpp \
4 tim 1805 DataStorage.cpp \
5     SimSnapshotManager.cpp \
6     SnapShot.cpp \
7     Stats.cpp \
8     Thermo.cpp \
9     ForceManager.cpp \
10     MoleculeCreator.cpp \
11     SimCreator.cpp \
12 gezelter 1490
13     RmiSource =
14    
15     Main =
16    
17 tim 1513 DEV_ROOT=../..
18     include $(DEV_ROOT)/make/Makefile
19