Revision: | 1112 |
Committed: | Wed Jan 3 20:47:00 2007 UTC (18 years, 6 months ago) by chuckv |
Original Path: | trunk/src/applications/dynamicProps/Makefile |
File size: | 495 byte(s) |
Log Message: | Changes to add thetacorr to dynamic props and fixes to radial rcorr. |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 319 | Package = applications/dynamicProps |
2 | |||
3 | Source = \ | ||
4 | tim | 333 | TimeCorrFunc.cpp \ |
5 | CrossTimeCorrFunc.cpp \ | ||
6 | ParticleTimeCorrFunc.cpp \ | ||
7 | tim | 319 | DipoleCorrFunc.cpp \ |
8 | RCorrFunc.cpp \ | ||
9 | VCorrFunc.cpp \ | ||
10 | DynamicProps.cpp \ | ||
11 | DynamicPropsCmd.c \ | ||
12 | chuckv | 1096 | LegendreCorrFunc.cpp \ |
13 | chuckv | 1112 | RadialRCorrFunc.cpp \ |
14 | ThetaCorrFunc.cpp | ||
15 | tim | 876 | |
16 | tim | 447 | BuiltParallelExe = 0 |
17 | tim | 319 | |
18 | RmiSource = | ||
19 | |||
20 | Main = DynamicProps | ||
21 | |||
22 | DEV_ROOT=../../.. | ||
23 | include $(DEV_ROOT)/make/Makefile | ||
24 |