Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 63 → Rev 64

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