ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/dynamicProps/Makefile
Revision: 2003
Committed: Sun Feb 13 07:13:27 2005 UTC (19 years, 5 months ago) by tim
File size: 334 byte(s)
Log Message:
adding command line option for DynamicProps

File Contents

# Content
1 Package = applications/dynamicProps
2
3 Source = \
4 CorrelationFunction.cpp \
5 DipoleCorrFunc.cpp \
6 RCorrFunc.cpp \
7 VCorrFunc.cpp \
8 DynamicProps.cpp \
9 DynamicPropsCmd.c \
10
11 RmiSource =
12
13 Main = DynamicProps
14
15 DEV_ROOT=../../..
16 include $(DEV_ROOT)/make/Makefile
17