Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1218 giacomo 1
#
2
#
3
 
4
BASE=../..
5
include $(BASE)/config/config.mk
6
 
7
PROGS=  mpegstar
8
 
9
include $(BASE)/config/example.mk
10
 
11
mpegstar:
12
	make -f $(SUBMAKE) APP=mpegstar INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__ __FIRST__"
13