Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/shark/trunk/libc/assert/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/stdlib/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/stdio/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/ctype/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/string/makefile
5,6 → 5,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/unistd/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/quad/makefile
5,6 → 5,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/utsname/makefile
5,6 → 5,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = c
/shark/trunk/libc/makefile
5,6 → 5,7
ifndef BASE
BASE=..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/libc/libio/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = c