| Revision: | 1465 |
| Committed: | Fri Jul 9 23:08:25 2010 UTC (15 years, 5 months ago) by chuckv |
| Original Path: | branches/development/src/integrators/Makefile.in |
| File size: | 602 byte(s) |
| Log Message: | Creating busticated version of OpenMD |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | skuang | 1297 | Package = integrators |
| 2 | |||
| 3 | chuckv | 1301 | MySource = \ |
| 4 | skuang | 1297 | Integrator.cpp \ |
| 5 | IntegratorFactory.cpp \ | ||
| 6 | Velocitizer.cpp \ | ||
| 7 | gezelter | 1329 | RNEMD.cpp \ |
| 8 | skuang | 1297 | VelocityVerletIntegrator.cpp \ |
| 9 | DLM.cpp \ | ||
| 10 | NVE.cpp \ | ||
| 11 | NVT.cpp \ | ||
| 12 | NPT.cpp \ | ||
| 13 | NPTi.cpp \ | ||
| 14 | NPTf.cpp \ | ||
| 15 | NPTxyz.cpp \ | ||
| 16 | NPAT.cpp \ | ||
| 17 | NPrT.cpp \ | ||
| 18 | NgammaT.cpp \ | ||
| 19 | LDForceManager.cpp \ | ||
| 20 | LangevinDynamics.cpp | ||
| 21 | |||
| 22 | USE_QHULL = @USE_QHULL@ | ||
| 23 | |||
| 24 | gezelter | 1381 | ifeq "$(USE_QHULL)" "yes" |
| 25 | skuang | 1297 | Source = $(MySource) SMIPDForceManager.cpp SMIPDynamics.cpp |
| 26 | else | ||
| 27 | Source = $(MySource) | ||
| 28 | endif | ||
| 29 | |||
| 30 | |||
| 31 | ParallelSource = \ | ||
| 32 | Velocitizer.cpp | ||
| 33 | |||
| 34 | RmiSource = | ||
| 35 | |||
| 36 | Main = | ||
| 37 | |||
| 38 | DEV_ROOT=../.. | ||
| 39 | include $(DEV_ROOT)/make/Makefile | ||
| 40 |
| Name | Value |
|---|---|
| svn:keywords | Author Id Revision Date |