| Revision: | 1951 |
| Committed: | Fri Jan 14 21:13:24 2005 UTC (20 years, 10 months ago) by gezelter |
| File size: | 358 byte(s) |
| Log Message: | moved Package variable into subdirectory makefiles to speed up the building 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 | |
| 16 | RmiSource = |
| 17 | |
| 18 | Main = |
| 19 | |
| 20 | DEV_ROOT=../.. |
| 21 | include $(DEV_ROOT)/make/Makefile |
| 22 |