2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
12 TARGETS
:= scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot
17 scramble
: scramble.o iriver.o
18 descramble
: descramble.o iriver.o
21 scramble.o
: scramble.c iriver.h
22 descramble.o
: descramble.c iriver.h
23 iriver.o
: iriver.c iriver.h
29 $(CC
) -DAPPLICATION_NAME
=\"$@
\" -g
$+ -o
$@
31 rdf2binary
: rdf2binary.c
40 generate_rocklatin
: generate_rocklatin.c ..
/firmware
/drivers
/lcd-player-charset.c
41 $(CC
) -DHAVE_LCD_CHARCELLS
-D__CONFIG_H__
-I..
/firmware
/export $+ -o
$@
44 rm -f
$(TARGETS
) $(shell for f in
$(TARGETS
) ; do echo
$$f.exe
$$f.o
$$f.obj
; done
) *.ajf
*~