Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1138 giacomo 1
#
2
# The mpeg library
3
#
4
 
5
# (see sources for copyrights)
6
 
7
ifndef BASE
8
BASE=../..
9
endif
10
include $(BASE)/config/config.mk
11
 
12
PROGS=  pngdemo
13
 
14
include $(BASE)/config/example.mk
15
 
16
OBJS= "initfile.o"
17
 
18
pngdemo:
1144 pj 19
	make -f $(SUBMAKE) APP=pngdemo INIT= OTHEROBJS=$(OBJS) SHARKOPT="__PNG__ __OLDCHAR__"