| Revision: | 1225 |
| Committed: | Fri Feb 8 21:33:46 2008 UTC (17 years, 11 months ago) by gezelter |
| File size: | 463 byte(s) |
| Log Message: | updating configure process |
| # | 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 | NPAT.cpp \ |
| 16 | NPrT.cpp \ |
| 17 | NgammaT.cpp \ |
| 18 | LDForceManager.cpp \ |
| 19 | SMLDForceManager.cpp \ |
| 20 | LangevinDynamics.cpp |
| 21 | |
| 22 | ParallelSource = \ |
| 23 | Velocitizer.cpp |
| 24 | |
| 25 | RmiSource = |
| 26 | |
| 27 | Main = |
| 28 | |
| 29 | DEV_ROOT=../.. |
| 30 | include $(DEV_ROOT)/make/Makefile |
| 31 |