ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/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

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