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

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 gezelter 1413 pAngle.cpp \
23 chuckv 1180 NanoVolume.cpp
24 tim 447 BuiltParallelExe = 0
25 tim 307
26     RmiSource =
27    
28 tim 310 Main = StaticProps
29 tim 307
30     DEV_ROOT=../../..
31     include $(DEV_ROOT)/make/Makefile
32