ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 1413
Committed: Mon Mar 22 19:21:22 2010 UTC (15 years, 4 months ago) by gezelter
File size: 566 byte(s)
Log Message:
Adding a progress bar, and pAngle staticProps

File Contents

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