ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 1180
Committed: Mon Sep 17 20:05:51 2007 UTC (17 years, 10 months ago) by chuckv
File size: 532 byte(s)
Log Message:
Added code to compute bond angle distributions.

File Contents

# Content
1 Package = applications/staticProps
2
3 Source = \
4 GofAngle2.cpp \
5 GofRAngle.cpp \
6 GofR.cpp \
7 GofXyz.cpp \
8 RadialDistrFunc.cpp \
9 P2OrderParameter.cpp \
10 SCDOrderParameter.cpp \
11 DensityPlot.cpp \
12 StaticPropsCmd.c \
13 StaticProps.cpp \
14 RhoZ.cpp \
15 Hxy.cpp \
16 RippleOP.cpp \
17 BondOrderParameter.cpp \
18 BOPofR.cpp \
19 RhoR.cpp \
20 BondAngleDistribution.cpp \
21 NanoVolume.cpp
22 BuiltParallelExe = 0
23
24 RmiSource =
25
26 Main = StaticProps
27
28 DEV_ROOT=../../..
29 include $(DEV_ROOT)/make/Makefile
30