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

# User Rev Content
1 tim 1991 Package = applications/staticProps
2    
3     Source = \
4 tim 1994 GofAngle2.cpp \
5     GofRAngle.cpp \
6     GofR.cpp \
7     GofXyz.cpp \
8     RadialDistrFunc.cpp \
9 tim 2240 P2OrderParameter.cpp \
10 tim 1995 StaticPropsCmd.c \
11 tim 1994 StaticProps.cpp \
12 tim 2131
13     BuiltParallelExe = 0
14 tim 1991
15     RmiSource =
16    
17 tim 1994 Main = StaticProps
18 tim 1991
19     DEV_ROOT=../../..
20     include $(DEV_ROOT)/make/Makefile
21