Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 29 → Rev 28

/shark/trunk/kernel/makefile
16,6 → 16,7
blkact.o \
cancel.o \
conditio.o \
delay.o \
endcycle.o \
event.o \
exchtxt.o \
36,7 → 37,8
printk.o \
perror.o \
pthread.o \
iqueue.o \
qqueue.o \
queue.o \
signal.o \
sleep.o \
status.o \
48,6 → 50,7
include $(BASE)/config/lib.mk
 
install all clean cleanall depend::
make -C init $@
make -C modules $@
make -C mem $@