ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/brains/Makefile
(Generate patch)

Comparing trunk/OOPSE-3.0/src/brains/Makefile (file contents):
Revision 1503 by tim, Wed Sep 29 14:59:25 2004 UTC vs.
Revision 1951 by gezelter, Fri Jan 14 21:13:24 2005 UTC

# Line 1 | Line 1
1 + Package = brains
2 +
3   Source    = \
4          Exclude.cpp \
3        ForceFields.cpp \
4        mpiSimulation.cpp \
5          SimInfo.cpp \
6 <        SimSetup.cpp \
7 <        SimState.cpp \
8 <        SkipList.cpp \
9 <        Thermo.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  
16   RmiSource =
17  
18   Main      =
19  
20 < include ../../make/Makefile
20 > DEV_ROOT=../..
21 > include $(DEV_ROOT)/make/Makefile
22 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines