Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
ifndef BASE
export BASE=../..
endif

include $(BASE)/config/config.mk

#PROGS=  test test1 test2
PROGS= decoder 

MPEG2 = getbits.o getblk.o gethdr.o getpic.o\
        getvlc.o idct.o idctref.o motion.o\
        mpeg2dec.o recon.o spatscal.o store.o\
        subspic.o systems.o verify.o gvideo.o

include $(BASE)/config/example.mk


decoder:
        make -f $(SUBMAKE) APP=decoder INIT= OTHEROBJS="initfile.o $(MPEG2)" OTHERINCL= SHARKOPT="__INPUT__ __FIRST__ __NEW_TRACER__  __LINUXC26__ __PCI__ __NET__  __GRX__"