ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/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

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