| Revision: | 1225 |
| Committed: | Fri Feb 8 21:33:46 2008 UTC (17 years, 10 months ago) by gezelter |
| Original Path: | trunk/src/brains/Makefile |
| File size: | 471 byte(s) |
| Log Message: | updating configure process |
| # | Content |
|---|---|
| 1 | Package = brains |
| 2 | |
| 3 | Source = \ |
| 4 | Exclude.cpp \ |
| 5 | SimInfo.cpp \ |
| 6 | DataStorage.cpp \ |
| 7 | SimSnapshotManager.cpp \ |
| 8 | Snapshot.cpp \ |
| 9 | Stats.cpp \ |
| 10 | Thermo.cpp \ |
| 11 | ForceManager.cpp \ |
| 12 | MoleculeCreator.cpp \ |
| 13 | SimCreator.cpp \ |
| 14 | Register.cpp \ |
| 15 | BlockSnapshotManager.cpp |
| 16 | |
| 17 | ParallelSource = \ |
| 18 | ForceManager.cpp \ |
| 19 | SimCreator.cpp \ |
| 20 | SimInfo.cpp \ |
| 21 | Thermo.cpp |
| 22 | |
| 23 | RmiSource = |
| 24 | |
| 25 | Main = |
| 26 | |
| 27 | DEV_ROOT=../.. |
| 28 | include $(DEV_ROOT)/make/Makefile |
| 29 |