Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/shark/trunk/drivers/grx/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
#C_OPT += -DVM86
/shark/trunk/drivers/oldsnd/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = hsnd
/shark/trunk/drivers/net/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = hnet
/shark/trunk/drivers/parport/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = pport
/shark/trunk/drivers/block/makefile
5,6 → 5,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = blk
/shark/trunk/drivers/pxc/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = hpxc
/shark/trunk/drivers/pci/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = hpci
/shark/trunk/drivers/char/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = hdev
/shark/trunk/drivers/makefile
17,7 → 17,7
 
cleanall: $(p_cleanall)
 
depend: $(p_depend)
depend: $(pdepend)
 
prefixinstall_%:
make -C $* install
/shark/trunk/drivers/pci6025e/makefile
3,6 → 3,8
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
 
include $(BASE)/config/config.mk
 
LIBRARY = 6025e
/shark/trunk/drivers/linuxcom/makefile
3,6 → 3,7
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
LIBRARY = comp