ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/Makefile.in
Revision: 1526
Committed: Wed Nov 24 17:40:12 2010 UTC (14 years, 8 months ago) by kstocke1
File size: 630 byte(s)
Log Message:
Completed SMIPD to Langevin Hull integrator name change


File Contents

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

Properties

Name Value
svn:keywords Author Id Revision Date