ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/Makefile
Revision: 1930
Committed: Wed Jan 12 22:41:40 2005 UTC (19 years, 6 months ago) by gezelter
File size: 288 byte(s)
Log Message:
merging new_design branch into OOPSE-2.0

File Contents

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