ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/integrators/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 5 months ago) by gezelter
File size: 311 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

File Contents

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