2005-04-13 17:59:17 +04:00
|
|
|
SubDir OBOS_TOP src system boot ;
|
2002-10-30 05:10:06 +03:00
|
|
|
|
2003-05-11 21:29:06 +04:00
|
|
|
#SetupIncludes ;
|
|
|
|
#oldccflags = $(CCFLAGS) ;
|
|
|
|
#{
|
|
|
|
# CCFLAGS = ;
|
|
|
|
# local x ;
|
|
|
|
# for x in $(CCFLAGS) {
|
|
|
|
# if $(x) != --nostdinc {
|
|
|
|
# CCFLAGS += $(x) ;
|
|
|
|
# }
|
|
|
|
# }
|
|
|
|
#}
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2003-05-11 21:29:06 +04:00
|
|
|
BuildPlatformMain bootmaker : bootmaker.c ;
|
|
|
|
BuildPlatformMain bin2h : bin2h.c ;
|
|
|
|
BuildPlatformMain bin2asm : bin2asm.c ;
|
|
|
|
BuildPlatformMain makeflop : makeflop.c ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2003-05-11 21:29:06 +04:00
|
|
|
#CCFLAGS = $(oldccflags) ;
|
2002-10-24 00:13:17 +04:00
|
|
|
|
2005-04-13 17:59:17 +04:00
|
|
|
SubInclude OBOS_TOP src system boot arch ;
|
|
|
|
SubInclude OBOS_TOP src system boot platform ;
|
|
|
|
SubInclude OBOS_TOP src system boot loader ;
|