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

Comparing:
trunk/OOPSE-3.0/src/integrators/Makefile (file contents), Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/integrators/Makefile (file contents), Revision 1822 by tim, Thu Dec 2 02:08:29 2004 UTC

# Line 1 | Line 1
1   Source    = \
2 <        Integrator.cpp \
3 <        NPT.cpp \
4 <        NPTf.cpp \
2 >        IntegratorFactory.cpp \
3 >        Velocitizer.cpp \
4 >        VelocityVerletIntegrator.cpp \
5 >        DLM.cpp \
6 >        NVE.cpp \
7 >        NVT.cpp \
8 >        NPT.cpp \
9          NPTi.cpp \
10 +        NPTf.cpp \
11          NPTxyz.cpp \
7        NVT.cpp \
12  
13   RmiSource =
14  
15   Main      =
16  
17 < include $(DEV_ROOT)/Makefile
17 > DEV_ROOT=../..
18 > include $(DEV_ROOT)/make/Makefile
19 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines