Subversion Repositories shark

Rev

Rev 1126 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1126 giacomo 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../..
7
endif
8
include $(BASE)/config/config.mk
9
 
10
PROGS = svgademo
11
GRAPH_DRV = svga
12
 
13
include $(BASE)/config/example.mk
14
 
15
svgademo:
1144 pj 16
	make -f $(SUBMAKE) GRAPH_DRV=svga APP=svgademo INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT=__OLDCHAR__
1126 giacomo 17