ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/staticProps/Makefile
Revision: 1039
Committed: Tue Sep 19 21:14:11 2006 UTC (18 years, 10 months ago) by gezelter
Original Path: trunk/src/applications/staticProps/Makefile
File size: 463 byte(s)
Log Message:
Working on BondOrderParameter

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 xsun 980 Hxy.cpp \
16 gezelter 1039 RippleOP.cpp \
17     BondOrderParameter.cpp \
18 tim 447
19     BuiltParallelExe = 0
20 tim 307
21     RmiSource =
22    
23 tim 310 Main = StaticProps
24 tim 307
25     DEV_ROOT=../../..
26     include $(DEV_ROOT)/make/Makefile
27