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

File Contents

# Content
1 Source = \
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 \
12
13 RmiSource =
14
15 Main =
16
17 DEV_ROOT=../..
18 include $(DEV_ROOT)/make/Makefile
19