| Revision: | 1111 |
| Committed: | Wed Jan 3 04:40:50 2007 UTC (18 years, 10 months ago) by chuckv |
| File size: | 470 byte(s) |
| Log Message: | Remove snapshotcentroid from makefile. |
| # | Content |
|---|---|
| 1 | Package = applications/dynamicProps |
| 2 | |
| 3 | Source = \ |
| 4 | TimeCorrFunc.cpp \ |
| 5 | CrossTimeCorrFunc.cpp \ |
| 6 | ParticleTimeCorrFunc.cpp \ |
| 7 | DipoleCorrFunc.cpp \ |
| 8 | RCorrFunc.cpp \ |
| 9 | VCorrFunc.cpp \ |
| 10 | DynamicProps.cpp \ |
| 11 | DynamicPropsCmd.c \ |
| 12 | LegendreCorrFunc.cpp \ |
| 13 | RadialRCorrFunc.cpp |
| 14 | |
| 15 | BuiltParallelExe = 0 |
| 16 | |
| 17 | RmiSource = |
| 18 | |
| 19 | Main = DynamicProps |
| 20 | |
| 21 | DEV_ROOT=../../.. |
| 22 | include $(DEV_ROOT)/make/Makefile |
| 23 |