| Revision: | 447 |
| Committed: | Tue Mar 22 16:38:37 2005 UTC (20 years, 8 months ago) by tim |
| File size: | 415 byte(s) |
| Log Message: | avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps |
| # | 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 | |
| 13 | BuiltParallelExe = 0 |
| 14 | |
| 15 | RmiSource = |
| 16 | |
| 17 | Main = DynamicProps |
| 18 | |
| 19 | DEV_ROOT=../../.. |
| 20 | include $(DEV_ROOT)/make/Makefile |
| 21 |