ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/Makefile
Revision: 2131
Committed: Tue Mar 22 16:38:37 2005 UTC (19 years, 3 months ago) by tim
File size: 323 byte(s)
Log Message:
avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps

File Contents

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