haiku/src/system/boot/Jamfile

25 lines
532 B
Plaintext
Raw Normal View History

SubDir OBOS_TOP src system boot ;
#SetupIncludes ;
#oldccflags = $(CCFLAGS) ;
#{
# CCFLAGS = ;
# local x ;
# for x in $(CCFLAGS) {
# if $(x) != --nostdinc {
# CCFLAGS += $(x) ;
# }
# }
#}
BuildPlatformMain bootmaker : bootmaker.c ;
BuildPlatformMain bin2h : bin2h.c ;
BuildPlatformMain bin2asm : bin2asm.c ;
BuildPlatformMain makeflop : makeflop.c ;
#CCFLAGS = $(oldccflags) ;
SubInclude OBOS_TOP src system boot arch ;
SubInclude OBOS_TOP src system boot platform ;
SubInclude OBOS_TOP src system boot loader ;