Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1680 → Rev 1681

/shark/branches/xen/libc/arch/x86/makefile
File deleted
/shark/branches/xen/libc/arch/x86/ioformat/Makefile
0,0 → 1,8
targets:= \
ecvt.o \
fcvt.o \
gcvt.o \
sprintf.o \
ksprintf.o \
sscanf.o \
ucvt.o
/shark/branches/xen/libc/arch/x86/stdlib/Makefile
0,0 → 1,9
targets:= \
random.o \
stdlib.o \
strtod.o \
strtoi.o \
strtol.o \
strtou.o \
strtoul.o
 
/shark/branches/xen/libc/arch/x86/libm/makefile
File deleted
/shark/branches/xen/libc/arch/x86/libm/msun/i387/Makefile
0,0 → 1,26
targets:= \
e_acos.o \
e_asin.o \
e_atan2.o \
e_exp.o \
e_fmod.o \
e_log.o \
e_log10.o \
e_remain.o \
e_scalb.o \
e_sqrt.o \
s_atan.o \
s_ceil.o \
s_copysi.o \
s_cos.o \
s_finite.o \
s_floor.o \
s_ilogb.o \
s_log1p.o \
s_logb.o \
s_rint.o \
s_scalbn.o \
s_signif.o \
s_sin.o \
s_tan.o
 
/shark/branches/xen/libc/arch/x86/libm/msun/Makefile
0,0 → 1,2
targets:= i387/ src/
 
/shark/branches/xen/libc/arch/x86/libm/machine/Makefile
0,0 → 1,2
targets:= infinity.o
 
/shark/branches/xen/libc/arch/x86/libm/Makefile
0,0 → 1,5
targets:= msun/ machine/
 
exported-aflags:= -I$(curdir)
exported-cppflags:= -I$(curdir)
 
/shark/branches/xen/libc/arch/x86/string/Makefile
0,0 → 1,9
targets:= \
strncat.o \
strrchr.o \
strstr.o \
string.o \
special.o \
strnum.o \
strbase.o
 
/shark/branches/xen/libc/arch/x86/Makefile
0,0 → 1,5
targets:= modf.o reboot.o ioformat/ libm/ stdlib/ string/
 
exported-aflags:= -I.
exported-cppflags:= -I.
exported-cflags:= -Dwrite=glue_write -Dlint -Wno-uninitialized -Wno-parentheses