ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/Makefile
Revision: 2240
Committed: Thu May 26 22:45:00 2005 UTC (19 years, 1 month ago) by tim
File size: 347 byte(s)
Log Message:
adding AtomNameVisitor to convert atom name to its base name; wrappingvisitor
now wrap back to the center of the mass; adding P2OrderParameter 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 StaticPropsCmd.c \
11 StaticProps.cpp \
12
13 BuiltParallelExe = 0
14
15 RmiSource =
16
17 Main = StaticProps
18
19 DEV_ROOT=../../..
20 include $(DEV_ROOT)/make/Makefile
21