Add "elfzip" target to make which creates a zip of all elf files, as mapzip does...
[maemo-rb.git] / apps / plugins / SUBDIRS
blobc497c49b1444ea8e24718887a4c42f4777943c12
1 /* For all targets */
2 shortcuts
3 text_viewer
5 /* For various targets... */
7 #if CONFIG_RTC
8 clock
9 #endif
12 /* For all targets with a bitmap display */
13 #ifdef HAVE_LCD_BITMAP
15 #if    (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \
16     && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
17     && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
18     && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
19     && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
20                                    (LCD_HEIGHT == 128) && (LCD_DEPTH == 2))
21 rockboy
22 #endif
24 #ifdef HAVE_TAGCACHE
25 pictureflow
26 #endif
28 #if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
29 fft
30 #endif
32 chessbox
33 fractals
34 imageviewer
35 sudoku
36 reversi
37 goban
39 /* setjmp/longjmp are not implemented on sh */
40 #if (CONFIG_CPU != SH7034)
41 frotz
42 #endif
44 #ifndef OLYMPUS_MROBE_500
45 #if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */
46 zxbox
47 #endif
48 #endif
50 #endif /* HAVE_LCD_BITMAP */
52 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
53 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
54  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
55 pacbox
56 #endif
58 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || defined(SANSA_CLIPPLUS) \
59     || defined(SANSA_CLIPV2) || (LCD_DEPTH == 2)) \
60     && (MEMORYSIZE > 2 && !defined(RB_PROFILE))
61 doom
62 #endif
64 /* For all the swcodec targets */
65 #if CONFIG_CODEC == SWCODEC
67 #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
68 midi
69 mikmod
70 #endif
72 /* beatbox */
73 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
74     (CONFIG_KEYPAD == SANSA_FUZE_PAD) || (CONFIG_KEYPAD == SANSA_E200_PAD) || \
75     (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
76     (CONFIG_KEYPAD == IPOD_1G2G_PAD)
77 /* PDBox is confirmed to run on these player models. */
78 pdbox
79 #endif
81 #if !defined(RB_PROFILE) && MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
82 mpegplayer
83 #endif
85 #endif /* CONFIG_CODEC == SWCODEC */
87 /* Lua needs at least 160 KB to work in */
88 #if PLUGIN_BUFFER_SIZE >= 0x80000
89 lua
90 #endif