ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/Makefile
Revision: 1991
Committed: Wed Feb 9 18:12:47 2005 UTC (19 years, 5 months ago) by tim
File size: 208 byte(s)
Log Message:
staticProps in progress

File Contents

# Content
1 Package = applications/staticProps
2
3 Source = \
4 RadialDistrFunc.cpp \
5 GofR.cpp \
6 GofRCmd.c \
7 GofRMain.cpp \
8
9 RmiSource =
10
11 Main = GofRMain
12
13 DEV_ROOT=../../..
14 include $(DEV_ROOT)/make/Makefile
15