Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1547

/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=