ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/Makefile
Revision: 2671
Committed: Fri Mar 24 17:29:07 2006 UTC (18 years, 3 months ago) by tim
File size: 443 byte(s)
Log Message:
back to previous DynamicProps

File Contents

# 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
14 BuiltParallelExe = 0
15
16 RmiSource =
17
18 Main = DynamicProps
19
20 DEV_ROOT=../../..
21 include $(DEV_ROOT)/make/Makefile
22