ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/applications/staticProps/Makefile
Revision: 1995
Committed: Thu Feb 10 22:37:21 2005 UTC (19 years, 4 months ago) by tim
File size: 300 byte(s)
Log Message:
more work in 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 StaticPropsCmd.c \
10 StaticProps.cpp \
11
12 RmiSource =
13
14 Main = StaticProps
15
16 DEV_ROOT=../../..
17 include $(DEV_ROOT)/make/Makefile
18