Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1025 → Rev 1026

/shark/trunk/oslib/lib/makefile
0,0 → 1,18
#
# Standard path
#
 
ifndef BASE
BASE = ..
BASEDOS = ..
endif
 
include $(BASE)/config.mk
.PHONY : all allclean
 
all:
 
allclean:
$(RM) lib*.a
$(RM) x0.o
/shark/trunk/oslib/makefile
1,4 → 1,3
 
all:
make -C xlib all
make -C libm all
20,5 → 19,8
make -C libcons clean
make -C kl clean
 
allclean: clean
$(RMDIR) lib
allclean cleanall: clean
make -C lib allclean
 
depend:
 
/shark/trunk/makefile
18,6 → 18,7
make -C modules $@
make -C drivers $@
make -C fs $@
make -C lib $@
make -C libc $@
make -C ports $@
make -C tracer $@