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

File Contents

# User Rev Content
1 gezelter 1951 Package = applications/dump2Xyz
2    
3 tim 1501 Source = \
4     Dump2XYZCmd.c \
5     Dump2XYZ.cpp \
6 tim 2131
7     BuiltParallelExe = 0
8 tim 1501
9     RmiSource =
10    
11     Main = Dump2XYZ
12    
13 tim 1513 DEV_ROOT=../../..
14     include $(DEV_ROOT)/make/Makefile
15