ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/randomBuilder/Makefile
Revision: 2745
Committed: Wed May 3 13:15:23 2006 UTC (18 years, 2 months ago) by chrisfen
File size: 212 byte(s)
Log Message:
missing makefile was hanging up 'make clean'

File Contents

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