| Revision: | 9 |
| Committed: | Tue Sep 28 21:08:18 2004 UTC (21 years, 1 month ago) by tim |
| Original Path: | trunk/src/UseTheForce/Makefile |
| File size: | 264 byte(s) |
| Log Message: | move fortran files around to solve dependency problem |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | gezelter | 2 | Source = \ |
| 2 | do_Forces.F90 \ | ||
| 3 | DUFF.cpp \ | ||
| 4 | EAM_FF.cpp \ | ||
| 5 | ForceFields.cpp \ | ||
| 6 | fortranWrappers.cpp \ | ||
| 7 | LJFF.cpp \ | ||
| 8 | mpiForceField.c \ | ||
| 9 | mpiSimulation_module.F90 \ | ||
| 10 | WATER.cpp \ | ||
| 11 | tim | 9 | notifyCutoffs.F90 \ |
| 12 | gezelter | 2 | wrappers.F90 \ |
| 13 | |||
| 14 | RmiSource = | ||
| 15 | |||
| 16 | Main = | ||
| 17 | |||
| 18 | tim | 8 | include $(DEV_ROOT)/Makefile |