author | mickeyl <mickeyl> | 2003-08-10 15:36:18 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:36:18 (UTC) |
commit | a4df559d63c3442d2743302feb3577ce6a354728 (patch) (unidiff) | |
tree | 98108f249e1c6b2213a8fd5a4ffffd43f6367152 | |
parent | 8fc23aabab70d85a1a082f1e52c7fdea7a932002 (diff) | |
download | opie-a4df559d63c3442d2743302feb3577ce6a354728.zip opie-a4df559d63c3442d2743302feb3577ce6a354728.tar.gz opie-a4df559d63c3442d2743302feb3577ce6a354728.tar.bz2 |
seperate tools from development
-rw-r--r-- | config.in | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,48 +1,48 @@ | |||
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 SL-5x00 - stock" | 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 SPECFILE | 41 | config SPECFILE |
42 | string | 42 | string |
43 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 43 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
44 | default "linux-g++" if TARGET_X86 && X11 | 44 | default "linux-g++" if TARGET_X86 && X11 |
45 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 45 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
46 | default "linux-g++" if TARGET_SHARP && X11 | 46 | default "linux-g++" if TARGET_SHARP && X11 |
47 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 47 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
48 | default "linux-g++" if TARGET_IPAQ && X11 | 48 | default "linux-g++" if TARGET_IPAQ && X11 |
@@ -110,41 +110,44 @@ endmenu | |||
110 | 110 | ||
111 | menu "Graphics and Multimedia" | 111 | menu "Graphics and Multimedia" |
112 | source freetype/config.in | 112 | source freetype/config.in |
113 | source noncore/graphics/config.in | 113 | source noncore/graphics/config.in |
114 | source core/multimedia/config.in | 114 | source core/multimedia/config.in |
115 | source noncore/multimedia/config.in | 115 | source noncore/multimedia/config.in |
116 | endmenu | 116 | endmenu |
117 | 117 | ||
118 | menu "Input methods" | 118 | menu "Input methods" |
119 | source inputmethods/config.in | 119 | source inputmethods/config.in |
120 | endmenu | 120 | endmenu |
121 | 121 | ||
122 | menu "Pim" | 122 | menu "Pim" |
123 | source core/pim/config.in | 123 | source core/pim/config.in |
124 | menu "Today Plugins" | 124 | menu "Today Plugins" |
125 | source noncore/todayplugins/config.in | 125 | source noncore/todayplugins/config.in |
126 | source core/pim/today/plugins/config.in | 126 | source core/pim/today/plugins/config.in |
127 | endmenu | 127 | endmenu |
128 | endmenu | 128 | endmenu |
129 | 129 | ||
130 | menu "Settings" | 130 | menu "Settings" |
131 | source core/settings/config.in | 131 | source core/settings/config.in |
132 | source noncore/settings/config.in | 132 | source noncore/settings/config.in |
133 | endmenu | 133 | endmenu |
134 | 134 | ||
135 | menu "Theming" | 135 | menu "Theming" |
136 | source noncore/decorations/config.in | 136 | source noncore/decorations/config.in |
137 | source noncore/styles/config.in | 137 | source noncore/styles/config.in |
138 | endmenu | 138 | endmenu |
139 | 139 | ||
140 | menu "Tools" | 140 | menu "Tools" |
141 | source noncore/tools/config.in | 141 | source noncore/tools/config.in |
142 | source development/config.in | 142 | endmenu |
143 | |||
144 | menu "Development" | ||
145 | source development/keyview/config.in | ||
143 | endmenu | 146 | endmenu |
144 | 147 | ||
145 | comment "" | 148 | comment "" |
146 | depends on EXPERIMENTAL | 149 | depends on EXPERIMENTAL |
147 | menu "Experimental" | 150 | menu "Experimental" |
148 | depends on EXPERIMENTAL | 151 | depends on EXPERIMENTAL |
149 | source libopie2/config.in | 152 | source libopie2/config.in |
150 | endmenu | 153 | endmenu |