ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/staticProps/Makefile
Revision: 307
Committed: Wed Feb 9 18:12:47 2005 UTC (20 years, 5 months ago) by tim
Original Path: trunk/src/applications/staticProps/Makefile
File size: 208 byte(s)
Log Message:
staticProps in progress

File Contents

# User Rev Content
1 tim 307 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