| Revision: | 504 |
| Committed: | Fri Apr 15 18:41:07 2005 UTC (20 years, 7 months ago) by tim |
| File size: | 419 byte(s) |
| Log Message: | add Makefile of samples |
| # | Content |
|---|---|
| 1 | Source = \ |
| 2 | |
| 3 | RmiSource = |
| 4 | |
| 5 | Main = |
| 6 | |
| 7 | SampleFiles = \ |
| 8 | 5CB.shape \ |
| 9 | 8CB.shape \ |
| 10 | C60.shape \ |
| 11 | C70.shape \ |
| 12 | cholesterol.shape \ |
| 13 | ethylBenzene.shape \ |
| 14 | linear.in \ |
| 15 | linear.md \ |
| 16 | linear.shape \ |
| 17 | Shapes.frc \ |
| 18 | toluene.shape |
| 19 | |
| 20 | DEV_ROOT=../.. |
| 21 | include $(DEV_ROOT)/make/Makefile |
| 22 |