| Revision: | 504 |
| Committed: | Fri Apr 15 18:41:07 2005 UTC (20 years, 7 months ago) by tim |
| Original Path: | trunk/samples/dipole/Makefile |
| File size: | 407 byte(s) |
| Log Message: | add Makefile of samples |
| # | Content |
|---|---|
| 1 | Source = \ |
| 2 | |
| 3 | RmiSource = |
| 4 | |
| 5 | Main = |
| 6 | |
| 7 | SampleFiles = \ |
| 8 | Lipid.frc \ |
| 9 | Makefile \ |
| 10 | splitDipole.md \ |
| 11 | splitInWater.in \ |
| 12 | splitInWater.md \ |
| 13 | split_SSD.in \ |
| 14 | split_SSD.md \ |
| 15 | twoSplitDipole.in \ |
| 16 | twoSplitDipole.md \ |
| 17 | water.md |
| 18 | |
| 19 | |
| 20 | DEV_ROOT=../.. |
| 21 | include $(DEV_ROOT)/make/Makefile |
| 22 |