ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/integrators/Makefile.in
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (14 years ago) by chuckv
File size: 602 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

File Contents

# User Rev Content
1 skuang 1297 Package = integrators
2    
3 chuckv 1301 MySource = \
4 skuang 1297 Integrator.cpp \
5     IntegratorFactory.cpp \
6     Velocitizer.cpp \
7 gezelter 1329 RNEMD.cpp \
8 skuang 1297 VelocityVerletIntegrator.cpp \
9     DLM.cpp \
10     NVE.cpp \
11     NVT.cpp \
12     NPT.cpp \
13     NPTi.cpp \
14     NPTf.cpp \
15     NPTxyz.cpp \
16     NPAT.cpp \
17     NPrT.cpp \
18     NgammaT.cpp \
19     LDForceManager.cpp \
20     LangevinDynamics.cpp
21    
22     USE_QHULL = @USE_QHULL@
23    
24 gezelter 1381 ifeq "$(USE_QHULL)" "yes"
25 skuang 1297 Source = $(MySource) SMIPDForceManager.cpp SMIPDynamics.cpp
26     else
27     Source = $(MySource)
28     endif
29    
30    
31     ParallelSource = \
32     Velocitizer.cpp
33    
34     RmiSource =
35    
36     Main =
37    
38     DEV_ROOT=../..
39     include $(DEV_ROOT)/make/Makefile
40    

Properties

Name Value
svn:keywords Author Id Revision Date