ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/Makefile
Revision: 2751
Committed: Fri May 12 21:34:43 2006 UTC (18 years, 1 month ago) by xsun
File size: 412 byte(s)
Log Message:
Changes to calculate undulation spectrum

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