1 # _bin.c files required by both BTARGET and ITARGET installers
2 BINFILES
= bootsect_bin.c ldlinux_bin.c \
9 bootsect_bin.c
: ..
/core
/ldlinux.bss bin2c.pl
10 $(PERL
) bin2c.pl syslinux_bootsect
< $< > $@
12 ldlinux_bin.c
: ..
/core
/ldlinux.sys bin2c.pl
13 $(PERL
) bin2c.pl syslinux_ldlinux
512 < $< > $@
15 mbr_bin.c
: ..
/mbr
/mbr.bin bin2c.pl
16 $(PERL
) bin2c.pl syslinux_mbr
< $< > $@
18 gptmbr_bin.c
: ..
/mbr
/gptmbr.bin bin2c.pl
19 $(PERL
) bin2c.pl syslinux_gptmbr
< $< > $@