ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/Makefile
Revision: 3322
Committed: Wed Jan 23 21:21:50 2008 UTC (17 years, 7 months ago) by xsun
File size: 563 byte(s)
Log Message:
fixed a few correlation functions

File Contents

# User Rev Content
1 tim 2003 Package = applications/dynamicProps
2    
3     Source = \
4 tim 2017 TimeCorrFunc.cpp \
5     CrossTimeCorrFunc.cpp \
6     ParticleTimeCorrFunc.cpp \
7 xsun 3235 FrameTimeCorrFunc.cpp \
8 tim 2003 DipoleCorrFunc.cpp \
9     RCorrFunc.cpp \
10     VCorrFunc.cpp \
11     DynamicProps.cpp \
12     DynamicPropsCmd.c \
13 chuckv 3081 LegendreCorrFunc.cpp \
14 chuckv 3110 RadialRCorrFunc.cpp \
15 xsun 3235 ThetaCorrFunc.cpp \
16     DirectionalRCorrFunc.cpp
17 tim 2576
18 tim 2131 BuiltParallelExe = 0
19 tim 2003
20     RmiSource =
21    
22     Main = DynamicProps
23    
24     DEV_ROOT=../../..
25     include $(DEV_ROOT)/make/Makefile
26