Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/libm/makefile
12,7 → 12,7
 
include $(BASE)/config.mk
 
C_OPT += -I$(INCL)/ll -I.
C_OPT += $(INCL)/ll -I.
C_OPT += -Dlint -Wno-uninitialized -Wno-parentheses
ASM_OPT += -Dlint -I.
 
75,7 → 75,7
 
cleanall : clean
echo # Kernel Dependency file > deps
$(RM) (LIB_PATH)libhm.a
$(RM) $(LIB_PATH)libhm.a
 
#deps : $(OBJS:.o=.c)
deps : makefile $(CFILES)