ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/Makefile
Revision: 749
Committed: Wed Nov 16 23:10:02 2005 UTC (19 years, 8 months ago) by tim
File size: 249 byte(s)
Log Message:
OptionSectionParser get compiled

File Contents

# User Rev Content
1 gezelter 267 Package = math
2    
3 gezelter 2 Source = \
4 chrisfen 514 ParallelRandNumGen.cpp \
5 tim 749 SeqRandNumGen.cpp \
6     RealSphericalHarmonic.cpp \
7     ChebyshevPolynomials.cpp
8 gezelter 2
9     RmiSource =
10    
11     Main =
12    
13 tim 24 DEV_ROOT=../..
14     include $(DEV_ROOT)/make/Makefile
15