ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/Makefile
Revision: 246
Committed: Wed Jan 12 22:41:40 2005 UTC (20 years, 8 months ago) by gezelter
Original Path: trunk/src/brains/Makefile
File size: 340 byte(s)
Log Message:
merging new_design branch into OOPSE-2.0

File Contents

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