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 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 2006 by tim, Sun Feb 13 08:05:33 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 <        simulation_module.F90 \
9 <        SkipList.cpp \
10 <        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 >        BlockSnapshotManager.cpp
16  
17   RmiSource =
18  
19   Main      =
20  
21 < include $(DEV_ROOT)/Makefile
21 > DEV_ROOT=../..
22 > include $(DEV_ROOT)/make/Makefile
23 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines