Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 63 → Rev 64

/shark/trunk/kernel/modules/makefile
3,8 → 3,8
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
OSLIB=$(BASE)/oslib
 
LIBRARY = mod
 
/shark/trunk/kernel/mem/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/kernel/makefile
3,7 → 3,6
ifndef BASE
BASE=..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/config/example.mk
5,9 → 5,6
.PHONY: test all install depend clean cleanall
.PHONY: $(PROGS)
 
#ifndef OSLIB
OSLIB=
#endif
SUBMAKE:=$(BASE)/config/example2.mk
 
test: $(PROGS)
/shark/trunk/config/example2.mk
2,9 → 2,6
ifndef BASE
BASE=../..
endif
ifndef OSLIB
OSLIB=$(BASE)/oslib
endif
 
include $(BASE)/config/config.mk
 
/shark/trunk/config/mk/linux.mk
6,12 → 6,13
 
INCL = $(BASE)/include
LIB_PATH = $(BASE)/lib
OSLIB = $(BASE)/oslib
OSLIB_PATH = $(OSLIB)/lib
LIB_DIR = $(BASE)/lib
ifneq ($(OSLIB),)
OTHERINCL = -I$(OSLIB)
OTHERINCL += -I$(OSLIB)
else
OTHERINCL =
OTHERINCL +=
endif
 
LIBRARYPATHNAME= $(LIB_PATH)/lib$(LIBRARY).a
/shark/trunk/ports/fftw/rfftw/makefile
3,7 → 3,7
ifndef BASE
BASE=../../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = fftr
/shark/trunk/ports/fftw/fftw/makefile
3,7 → 3,7
ifndef BASE
BASE=../../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = fftc
/shark/trunk/ports/mpeg/makefile
7,7 → 7,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = mpeg
/shark/trunk/ports/mpg123/makefile
7,7 → 7,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = mp3
/shark/trunk/fs/msdos/makefile
5,7 → 5,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/fs/makefile
5,7 → 5,6
ifndef BASE
BASE=..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/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
 
/shark/trunk/makefile
5,7 → 5,7
ifndef BASE
BASE=.
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
#
/shark/trunk/drivers/grx/makefile
3,8 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
 
include $(BASE)/config/config.mk
 
#C_OPT += -DVM86
/shark/trunk/drivers/cons/makefile
3,7 → 3,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
 
/shark/trunk/drivers/oldsnd/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/net/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/parport/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/pcl812/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/block/makefile
5,7 → 5,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/pxc/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/pci/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/char/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/pci6025e/makefile
3,7 → 3,6
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
/shark/trunk/drivers/linuxcom/makefile
3,7 → 3,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = comp