author | zecke <zecke> | 2003-08-30 21:22:13 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-30 21:22:13 (UTC) |
commit | 1ac46a7eb18e8755891a489888d0b8bb71ef8455 (patch) (unidiff) | |
tree | d882419f408748db5dd6cbd9b2734b90cb72afea /config.in | |
parent | 75e0c0607c4abf0568e90ddb0789592b93f1d491 (diff) | |
download | opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.zip opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.gz opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.bz2 |
include a new menu for examples and the examples apps
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,157 +1,163 @@ | |||
1 | mainmenu "Opie Configuration" | 1 | mainmenu "Opie Configuration" |
2 | 2 | ||
3 | menu "Build Parameters" | 3 | menu "Build Parameters" |
4 | 4 | ||
5 | choice | 5 | choice |
6 | prompt "Target Machine" | 6 | prompt "Target Machine" |
7 | default TARGET_X86 | 7 | default TARGET_X86 |
8 | help | 8 | help |
9 | Please select the architecture of the machine you will be | 9 | Please select the architecture of the machine you will be |
10 | building the OpenZaurus buildroot for. | 10 | building the OpenZaurus buildroot for. |
11 | 11 | ||
12 | config TARGET_X86 | 12 | config TARGET_X86 |
13 | boolean "Intel X86" | 13 | boolean "Intel X86" |
14 | 14 | ||
15 | config TARGET_SHARP | 15 | config TARGET_SHARP |
16 | boolean "Sharp Zaurus" | 16 | boolean "Sharp Zaurus" |
17 | 17 | ||
18 | config TARGET_IPAQ | 18 | config TARGET_IPAQ |
19 | boolean "iPAQ" | 19 | boolean "iPAQ" |
20 | 20 | ||
21 | config TARGET_RAMSES | 21 | config TARGET_RAMSES |
22 | boolean "Ramses" | 22 | boolean "Ramses" |
23 | 23 | ||
24 | config TARGET_SIMPAD | 24 | config TARGET_SIMPAD |
25 | boolean "SIMpad" | 25 | boolean "SIMpad" |
26 | 26 | ||
27 | endchoice | 27 | endchoice |
28 | 28 | ||
29 | config OPTIMIZE | 29 | config OPTIMIZE |
30 | boolean "Use optimizations" | 30 | boolean "Use optimizations" |
31 | default "y" if ! TARGET_X86 | 31 | default "y" if ! TARGET_X86 |
32 | 32 | ||
33 | config DEBUG | 33 | config DEBUG |
34 | boolean "Enable debug builds" | 34 | boolean "Enable debug builds" |
35 | default n | 35 | default n |
36 | config RELEASE | 36 | config RELEASE |
37 | bool | 37 | bool |
38 | default y | 38 | default y |
39 | depends !DEBUG | 39 | depends !DEBUG |
40 | 40 | ||
41 | config QUICK_LAUNCH | 41 | config QUICK_LAUNCH |
42 | boolean "Enable Quick Launch" | 42 | boolean "Enable Quick Launch" |
43 | default n | 43 | default n |
44 | 44 | ||
45 | config SPECFILE | 45 | config SPECFILE |
46 | string | 46 | string |
47 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 47 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
48 | default "linux-g++" if TARGET_X86 && X11 | 48 | default "linux-g++" if TARGET_X86 && X11 |
49 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 49 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
50 | default "linux-g++" if TARGET_SHARP && X11 | 50 | default "linux-g++" if TARGET_SHARP && X11 |
51 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 51 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
52 | default "linux-g++" if TARGET_IPAQ && X11 | 52 | default "linux-g++" if TARGET_IPAQ && X11 |
53 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 53 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
54 | default "linux-g++" if TARGET_RAMSES && X11 | 54 | default "linux-g++" if TARGET_RAMSES && X11 |
55 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 55 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
56 | default "linux-g++" if TARGET_SIMPAD && X11 | 56 | default "linux-g++" if TARGET_SIMPAD && X11 |
57 | 57 | ||
58 | config CUSTOMFILE | 58 | config CUSTOMFILE |
59 | string | 59 | string |
60 | default "custom-ipaq.h" if TARGET_IPAQ | 60 | default "custom-ipaq.h" if TARGET_IPAQ |
61 | default "custom-sharp.h" if TARGET_SHARP | 61 | default "custom-sharp.h" if TARGET_SHARP |
62 | default "custom-ramses.h" if TARGET_RAMSES | 62 | default "custom-ramses.h" if TARGET_RAMSES |
63 | default "custom-ipaq.h" if TARGET_SIMPAD | 63 | default "custom-ipaq.h" if TARGET_SIMPAD |
64 | 64 | ||
65 | config OPTIMIZATIONS | 65 | config OPTIMIZATIONS |
66 | string "Optimization flags" | 66 | string "Optimization flags" |
67 | depends OPTIMIZE | 67 | depends OPTIMIZE |
68 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 68 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
71 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 71 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
72 | 72 | ||
73 | config EXPERIMENTAL | 73 | config EXPERIMENTAL |
74 | bool "Prompt for development and/or incomplete items" | 74 | bool "Prompt for development and/or incomplete items" |
75 | default y | 75 | default y |
76 | 76 | ||
77 | endmenu | 77 | endmenu |
78 | 78 | ||
79 | menu "Base" | 79 | menu "Base" |
80 | choice | 80 | choice |
81 | prompt "Qpe Library Selection" | 81 | prompt "Qpe Library Selection" |
82 | default LIBQPE | 82 | default LIBQPE |
83 | source library/config.in | 83 | source library/config.in |
84 | source x11/config.in | 84 | source x11/config.in |
85 | endchoice | 85 | endchoice |
86 | source libopie/config.in | 86 | source libopie/config.in |
87 | source core/opie-login/config.in | 87 | source core/opie-login/config.in |
88 | source core/opiealarm/config.in | 88 | source core/opiealarm/config.in |
89 | source core/launcher/config.in | 89 | source core/launcher/config.in |
90 | source core/qws/config.in | 90 | source core/qws/config.in |
91 | endmenu | 91 | endmenu |
92 | 92 | ||
93 | comment "" | 93 | comment "" |
94 | 94 | ||
95 | menu "Applets" | 95 | menu "Applets" |
96 | source core/applets/config.in | 96 | source core/applets/config.in |
97 | source noncore/applets/config.in | 97 | source noncore/applets/config.in |
98 | endmenu | 98 | endmenu |
99 | 99 | ||
100 | menu "Apps" | 100 | menu "Apps" |
101 | source core/apps/config.in | 101 | source core/apps/config.in |
102 | source noncore/apps/config.in | 102 | source noncore/apps/config.in |
103 | endmenu | 103 | endmenu |
104 | 104 | ||
105 | menu "Communications and Networking" | 105 | menu "Communications and Networking" |
106 | source noncore/comm/config.in | 106 | source noncore/comm/config.in |
107 | source noncore/mail/config.in | 107 | source noncore/mail/config.in |
108 | source noncore/net/config.in | 108 | source noncore/net/config.in |
109 | endmenu | 109 | endmenu |
110 | 110 | ||
111 | menu "Games" | 111 | menu "Games" |
112 | source noncore/games/config.in | 112 | source noncore/games/config.in |
113 | endmenu | 113 | endmenu |
114 | 114 | ||
115 | menu "Graphics and Multimedia" | 115 | menu "Graphics and Multimedia" |
116 | source freetype/config.in | 116 | source freetype/config.in |
117 | source noncore/graphics/config.in | 117 | source noncore/graphics/config.in |
118 | source core/multimedia/config.in | 118 | source core/multimedia/config.in |
119 | source noncore/multimedia/config.in | 119 | source noncore/multimedia/config.in |
120 | endmenu | 120 | endmenu |
121 | 121 | ||
122 | menu "Input methods" | 122 | menu "Input methods" |
123 | source inputmethods/config.in | 123 | source inputmethods/config.in |
124 | endmenu | 124 | endmenu |
125 | 125 | ||
126 | menu "Pim" | 126 | menu "Pim" |
127 | source core/pim/config.in | 127 | source core/pim/config.in |
128 | menu "Today Plugins" | 128 | menu "Today Plugins" |
129 | source noncore/todayplugins/config.in | 129 | source noncore/todayplugins/config.in |
130 | source core/pim/today/plugins/config.in | 130 | source core/pim/today/plugins/config.in |
131 | endmenu | 131 | endmenu |
132 | endmenu | 132 | endmenu |
133 | 133 | ||
134 | menu "Settings" | 134 | menu "Settings" |
135 | source core/settings/config.in | 135 | source core/settings/config.in |
136 | source noncore/settings/config.in | 136 | source noncore/settings/config.in |
137 | endmenu | 137 | endmenu |
138 | 138 | ||
139 | menu "Theming" | 139 | menu "Theming" |
140 | source noncore/decorations/config.in | 140 | source noncore/decorations/config.in |
141 | source noncore/styles/config.in | 141 | source noncore/styles/config.in |
142 | endmenu | 142 | endmenu |
143 | 143 | ||
144 | menu "Tools" | 144 | menu "Tools" |
145 | source noncore/tools/config.in | 145 | source noncore/tools/config.in |
146 | endmenu | 146 | endmenu |
147 | 147 | ||
148 | menu "Development" | 148 | menu "Development" |
149 | source development/keyview/config.in | 149 | source development/keyview/config.in |
150 | endmenu | 150 | endmenu |
151 | 151 | ||
152 | menu "Examples" | ||
153 | config EXAMPLES | ||
154 | boolean "Compile Example Application" | ||
155 | source examples/config.in | ||
156 | endmenu | ||
157 | |||
152 | comment "" | 158 | comment "" |
153 | depends on EXPERIMENTAL | 159 | depends on EXPERIMENTAL |
154 | menu "Experimental" | 160 | menu "Experimental" |
155 | depends on EXPERIMENTAL | 161 | depends on EXPERIMENTAL |
156 | source libopie2/config.in | 162 | source libopie2/config.in |
157 | endmenu | 163 | endmenu |