ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/brains/Makefile
Revision: 1913
Committed: Mon Jan 10 22:04:20 2005 UTC (19 years, 6 months ago) by tim
File size: 340 byte(s)
Log Message:
create a register module to register force fields, integrators and minimizers

File Contents

# Content
1 Source = \
2 Exclude.cpp \
3 SimInfo.cpp \
4 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
14 RmiSource =
15
16 Main =
17
18 DEV_ROOT=../..
19 include $(DEV_ROOT)/make/Makefile
20