ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/dynamicProps/Makefile
Revision: 876
Committed: Mon Jan 30 22:25:27 2006 UTC (19 years, 5 months ago) by tim
Original Path: trunk/src/applications/dynamicProps/Makefile
File size: 443 byte(s)
Log Message:
Adding :LegendrePolynomial

File Contents

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