ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/Makefile
Revision: 1225
Committed: Fri Feb 8 21:33:46 2008 UTC (17 years, 5 months ago) by gezelter
File size: 471 byte(s)
Log Message:
updating configure process

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 ParallelSource = \
18 ForceManager.cpp \
19 SimCreator.cpp \
20 SimInfo.cpp \
21 Thermo.cpp
22
23 RmiSource =
24
25 Main =
26
27 DEV_ROOT=../..
28 include $(DEV_ROOT)/make/Makefile
29