ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
OOPSE-4
/
src
/
applications
/
velocitizer
/
Makefile
Revision:
3055
Committed:
Thu Oct 19 15:57:07 2006 UTC
(18 years, 9 months ago) by
gezelter
File size:
204 byte(s)
Log Message:
Added velocitizer utility program, added samples of its use to the builder samples.
File Contents
#
Content
1
Package = applications/velocitizer
2
3
Source = \
4
velocitizerCmd.c \
5
velocitizer.cpp \
6
7
BuiltParallelExe = 0
8
9
RmiSource =
10
11
Main = velocitizer
12
13
DEV_ROOT=../../..
14
include $(DEV_ROOT)/make/Makefile
15