| Revision: | 322 |
| Committed: | Sun Feb 13 08:05:33 2005 UTC (20 years, 9 months ago) by tim |
| Original Path: | trunk/src/brains/Makefile |
| File size: | 386 byte(s) |
| Log Message: | more work in dynamicProps |
| # | 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 | RmiSource = |
| 18 | |
| 19 | Main = |
| 20 | |
| 21 | DEV_ROOT=../.. |
| 22 | include $(DEV_ROOT)/make/Makefile |
| 23 |