New makefile solution: A single invocation of 'make' to build the entire tree. Fully...
[kugel-rb.git] / apps / plugins / SUBDIRS
blob22ddcef4cb199a67a0e1dc757441fbf9e282579a
1 #if !defined(IRIVER_IFP7XX_SERIES)
3 /* For all targets */
4 shortcuts
6 /* For various targets... */
8 #if CONFIG_RTC
9 clock
10 #endif
12 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
13  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
14 rockboy
15 #endif
17 /* For all targets with a bitmap display */
18 #ifdef HAVE_LCD_BITMAP
19 chessbox
20 jpeg
21 sudoku
22 reversi
23 #ifndef OLYMPUS_MROBE_500
24 zxbox
25 #endif
26 #endif
28 /* For all the colour targets, iriver H1x0 and iAudio M5 */
29 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
30  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
31 pacbox
32 #endif
34 /* For all the color targets */
35 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
36     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
37 #ifndef RB_PROFILE
38 doom
39 #endif
40 #endif
42 /* For all the swcodec targets */
43 #if CONFIG_CODEC == SWCODEC
44 midi
45 /* beatbox */
46 #ifndef RB_PROFILE
47 mpegplayer
48 #endif
49 #endif
51 #endif /* IRIVER_IFP7XX_SERIES */