Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 40 → Rev 3

/shark/trunk/oslib/kl/makefile
6,11 → 6,11
#
 
ifndef BASE
BASE = ..
BASEDOS = ..
BASE = ../..
BASEDOS = ..\..
endif
 
include $(BASE)/config.mk
include $(BASE)/config/config.mk
 
C_OPT += -D__VIRCSW__
ASM_OPT += -D__VIRCSW__
17,7 → 17,9
 
#C_OPT += -DPROFILE
#ASM_OPT += -DPROFILE
KL_C_OBJ = mem.o \
 
KL_C_OBJ = stuff.o \
mem.o \
cxsw-2.o \
init.o \
time.o \
54,7 → 56,7
 
allclean : clean
echo # Kernel Dependency file > deps
$(RM) $(LIB_PATH)libkl.a
$(RM) ..\lib\libkl.a
 
deps :$(KL_C_OBJ:.o=.c)
$(CC) $(C_OPT) $(KLINCL) -M $(KL_C_OBJ:.o=.c) > deps