ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 544
Committed: Fri May 27 04:41:34 2005 UTC (20 years, 2 months ago) by tim
File size: 372 byte(s)
Log Message:
adding SCDOrderParameter into StaticProps

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 StaticPropsCmd.c \
12 StaticProps.cpp \
13
14 BuiltParallelExe = 0
15
16 RmiSource =
17
18 Main = StaticProps
19
20 DEV_ROOT=../../..
21 include $(DEV_ROOT)/make/Makefile
22