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

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 xsun 1213 GofZ.cpp \
8 tim 310 GofXyz.cpp \
9     RadialDistrFunc.cpp \
10 tim 543 P2OrderParameter.cpp \
11 tim 544 SCDOrderParameter.cpp \
12 tim 545 DensityPlot.cpp \
13 tim 311 StaticPropsCmd.c \
14 tim 310 StaticProps.cpp \
15 xsun 955 RhoZ.cpp \
16 xsun 980 Hxy.cpp \
17 gezelter 1039 RippleOP.cpp \
18     BondOrderParameter.cpp \
19 chuckv 1128 BOPofR.cpp \
20 chuckv 1180 RhoR.cpp \
21     BondAngleDistribution.cpp \
22     NanoVolume.cpp
23 tim 447 BuiltParallelExe = 0
24 tim 307
25     RmiSource =
26    
27 tim 310 Main = StaticProps
28 tim 307
29     DEV_ROOT=../../..
30     include $(DEV_ROOT)/make/Makefile
31