summaryrefslogtreecommitdiff
path: root/rhtvision/examples/helpdemo/helpdemo.umk
blob: 291f031a8fb6052c480cde1a39ced3f66bed9b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make
# Automatically generated from RHIDE projects, don't edit
#

OBJFILES=\
	./helpdemo$(ExOBJ) 

LIBRARIES=

helpdemo$(ExEXE):: \
	./helpdemo$(ExOBJ) \
	$(MAKEFILE_DEPS) 
	$(RHIDE_COMPILE_LINK)

./helpdemo$(ExOBJ):: helpdemo.cc  
	$(RHIDE_COMPILE_CC)