ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 955
Committed: Fri May 12 21:34:43 2006 UTC (19 years, 2 months ago) by xsun
File size: 412 byte(s)
Log Message:
Changes to calculate undulation spectrum

File Contents

# User Rev Content
1 tim 307 Package = applications/staticProps
2    
3     Source = \
4 tim 310 GofAngle2.cpp \
5     GofRAngle.cpp \
6     GofR.cpp \
7     GofXyz.cpp \
8     RadialDistrFunc.cpp \
9 tim 543 P2OrderParameter.cpp \
10 tim 544 SCDOrderParameter.cpp \
11 tim 545 DensityPlot.cpp \
12 tim 311 StaticPropsCmd.c \
13 tim 310 StaticProps.cpp \
14 xsun 955 RhoZ.cpp \
15     Hxy.cpp
16 tim 447
17     BuiltParallelExe = 0
18 tim 307
19     RmiSource =
20    
21 tim 310 Main = StaticProps
22 tim 307
23     DEV_ROOT=../../..
24     include $(DEV_ROOT)/make/Makefile
25