ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/integrators/Makefile
Revision: 1822
Committed: Thu Dec 2 02:08:29 2004 UTC (19 years, 9 months ago) by tim
File size: 270 byte(s)
Log Message:
oopse get compiled, still has some linking problem

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2 tim 1819 IntegratorFactory.cpp \
3     Velocitizer.cpp \
4     VelocityVerletIntegrator.cpp \
5 tim 1820 DLM.cpp \
6     NVE.cpp \
7     NVT.cpp \
8     NPT.cpp \
9 tim 1822 NPTi.cpp \
10 gezelter 1490 NPTf.cpp \
11     NPTxyz.cpp \
12    
13     RmiSource =
14    
15     Main =
16    
17 tim 1513 DEV_ROOT=../..
18     include $(DEV_ROOT)/make/Makefile
19