Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1191 → Rev 1190

/demos/trunk/fsf/test3.c
File deleted
/demos/trunk/fsf/makefile
4,7 → 4,7
BASE=../..
include $(BASE)/config/config.mk
 
PROGS= test1 test2 test3
PROGS= test1 test2
 
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,6 → 18,4
 
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__"