1SubDir OBOS_TOP src system boot ; 2 3#SetupIncludes ; 4#oldccflags = $(CCFLAGS) ; 5#{ 6# CCFLAGS = ; 7# local x ; 8# for x in $(CCFLAGS) { 9# if $(x) != --nostdinc { 10# CCFLAGS += $(x) ; 11# } 12# } 13#} 14 15BuildPlatformMain bootmaker : bootmaker.c ; 16BuildPlatformMain bin2h : bin2h.c ; 17BuildPlatformMain bin2asm : bin2asm.c ; 18BuildPlatformMain makeflop : makeflop.c ; 19 20#CCFLAGS = $(oldccflags) ; 21 22SubInclude OBOS_TOP src system boot arch ; 23SubInclude OBOS_TOP src system boot platform ; 24SubInclude OBOS_TOP src system boot loader ; 25