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

File Contents

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