ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 1141
Committed: Wed May 30 18:47:04 2007 UTC (18 years, 2 months ago) by chuckv
File size: 510 byte(s)
Log Message:
Fixed more bugs and removed more CGAL.

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 NanoVolume.cpp
21 BuiltParallelExe = 0
22
23 RmiSource =
24
25 Main = StaticProps
26
27 DEV_ROOT=../../..
28 include $(DEV_ROOT)/make/Makefile
29