Subversion Repositories shark

Rev

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

#
# The mpeg library
#

# (see sources for copyrights)

ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk

PROGS=  pngdemo

include $(BASE)/config/example.mk

OBJS= "initfile.o"

pngdemo:
        make -f $(SUBMAKE) APP=pngdemo INIT= OTHEROBJS=$(OBJS) SHARKOPT="__PNG__ __OLDCHAR__"