ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/Makefile
Revision: 1994
Committed: Thu Feb 10 18:14:03 2005 UTC (19 years, 5 months ago) by tim
File size: 300 byte(s)
Log Message:
change the filenames

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     staticPropsCmd.c \
10     StaticProps.cpp \
11 tim 1991
12     RmiSource =
13    
14 tim 1994 Main = StaticProps
15 tim 1991
16     DEV_ROOT=../../..
17     include $(DEV_ROOT)/make/Makefile
18