ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/Makefile
Revision: 3007
Committed: Tue Sep 19 21:14:11 2006 UTC (17 years, 10 months ago) by gezelter
File size: 463 byte(s)
Log Message:
Working on BondOrderParameter

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