ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/staticProps/Makefile
Revision: 310
Committed: Thu Feb 10 18:14:03 2005 UTC (20 years, 5 months ago) by tim
Original Path: trunk/src/applications/staticProps/Makefile
File size: 300 byte(s)
Log Message:
change the filenames

File Contents

# User Rev Content
1 tim 307 Package = applications/staticProps
2    
3     Source = \
4 tim 310 GofAngle2.cpp \
5     GofRAngle.cpp \
6     GofR.cpp \
7     GofXyz.cpp \
8     RadialDistrFunc.cpp \
9     staticPropsCmd.c \
10     StaticProps.cpp \
11 tim 307
12     RmiSource =
13    
14 tim 310 Main = StaticProps
15 tim 307
16     DEV_ROOT=../../..
17     include $(DEV_ROOT)/make/Makefile
18