Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1550

/demos/trunk/helloworld/initfile.c
File deleted
/demos/trunk/helloworld/hello.c
File deleted
/demos/trunk/helloworld/makefile
File deleted
/demos/trunk/bttvdemo/bttv.c
48,7 → 48,7
#define BYTES_PP 2
 
//#define COLOR
//#define MAX_SPEED
#define MAX_SPEED
 
#define FRAME_GRABBER_NUMBER 0
 
/demos/trunk/base/makefile
7,7 → 7,7
endif
include $(BASE)/config/config.mk
 
PROGS = sig time preempt
PROGS = hello sig time preempt
PROGS += aster aster1 aster2 aster3 aster4 aster5 aster6 aster7 aster8
PROGS += pcidemo
PROGS += jointest condtest intsem semdemo pidemo pcdemo srpdemo mdemo
16,6 → 16,9
include $(BASE)/config/example.mk
 
# Text applications
hello:
make -f $(SUBMAKE) APP=hello INIT= OTHEROBJS="ihello.o" OTHERINCL= SHARKOPT=
 
time:
make -f $(SUBMAKE) APP=time INIT= OTHEROBJS="ihello.o" OTHERINCL= SHARKOPT=