Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1190 → Rev 1191

/demos/trunk/fsf/makefile
4,7 → 4,7
BASE=../..
include $(BASE)/config/config.mk
 
PROGS= test1 test2
PROGS= test1 test2 test3
 
MPEG2 = ./mpeg2/getbits.o ./mpeg2/getblk.o ./mpeg2/gethdr.o ./mpeg2/getpic.o\
./mpeg2/getvlc.o ./mpeg2/idct.o ./mpeg2/idctref.o ./mpeg2/motion.o\
18,4 → 18,6
 
test2:
make -f $(SUBMAKE) APP=test2 INIT= OTHEROBJS="initfile.o $(MPEG2)" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__ __FIRST__"
test3:
make -f $(SUBMAKE) APP=test3 INIT= OTHEROBJS= OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"