author | schurig <schurig> | 2003-06-14 05:56:30 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-06-14 05:56:30 (UTC) |
commit | bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b (patch) (unidiff) | |
tree | d586fc131cc324b2e9223f0415aa29f3a841ad94 | |
parent | 006f7b028f03232e51dd6ceab35a7d492288fd22 (diff) | |
download | opie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.zip opie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.tar.gz opie-bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b.tar.bz2 |
just whitespace and comment changes
-rw-r--r-- | config.in | 57 |
1 files changed, 13 insertions, 44 deletions
@@ -1,17 +1,6 @@ | |||
1 | mainmenu "Opie Configuration" | 1 | mainmenu "Opie Configuration" |
2 | menu "Build Parameters" | ||
3 | 2 | ||
4 | #choice | 3 | menu "Build Parameters" |
5 | # prompt "Build Processor family" | ||
6 | # default BUILD_X86 | ||
7 | # help | ||
8 | # Please select the architecture of the machine you will be | ||
9 | # building the OpenZaurus buildroot on. | ||
10 | # | ||
11 | # config BUILD_X86 | ||
12 | # boolean "X86 Architecture" | ||
13 | # | ||
14 | #endchoice | ||
15 | 4 | ||
16 | choice | 5 | choice |
17 | prompt "Target Machine" | 6 | prompt "Target Machine" |
@@ -26,9 +15,6 @@ choice | |||
26 | config TARGET_SHARP | 15 | config TARGET_SHARP |
27 | boolean "Sharp Zaurus SL-5x00 - stock" | 16 | boolean "Sharp Zaurus SL-5x00 - stock" |
28 | 17 | ||
29 | # config TARGET_OZ | ||
30 | # boolean "Sharp Zaurus SL-5x00 - OpenZaurus" | ||
31 | |||
32 | config TARGET_IPAQ | 18 | config TARGET_IPAQ |
33 | boolean "iPAQ" | 19 | boolean "iPAQ" |
34 | 20 | ||
@@ -47,11 +33,10 @@ config OPTIMIZE | |||
47 | config DEBUG | 33 | config DEBUG |
48 | boolean "Enable debug builds" | 34 | boolean "Enable debug builds" |
49 | default n | 35 | default n |
50 | 36 | config RELEASE | |
51 | config RELEASE | 37 | bool |
52 | bool | 38 | default y |
53 | default y | 39 | depends !DEBUG |
54 | depends ! DEBUG | ||
55 | 40 | ||
56 | config SPECFILE | 41 | config SPECFILE |
57 | string | 42 | string |
@@ -59,7 +44,6 @@ config SPECFILE | |||
59 | default "linux-g++" if TARGET_X86 && X11 | 44 | default "linux-g++" if TARGET_X86 && X11 |
60 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 45 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
61 | default "linux-g++" if TARGET_SHARP && X11 | 46 | default "linux-g++" if TARGET_SHARP && X11 |
62 | # default "linux-oz-g++" if TARGET_OZ | ||
63 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 47 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
64 | default "linux-g++" if TARGET_IPAQ && X11 | 48 | default "linux-g++" if TARGET_IPAQ && X11 |
65 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 49 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
@@ -73,7 +57,6 @@ config CUSTOMFILE | |||
73 | default "custom-sharp.h" if TARGET_SHARP | 57 | default "custom-sharp.h" if TARGET_SHARP |
74 | default "custom-ramses.h" if TARGET_RAMSES | 58 | default "custom-ramses.h" if TARGET_RAMSES |
75 | default "custom-ipaq.h" if TARGET_SIMPAD | 59 | default "custom-ipaq.h" if TARGET_SIMPAD |
76 | |||
77 | 60 | ||
78 | config OPTIMIZATIONS | 61 | config OPTIMIZATIONS |
79 | string "Optimization flags" | 62 | string "Optimization flags" |
@@ -83,14 +66,6 @@ config OPTIMIZATIONS | |||
83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 66 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 67 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
85 | 68 | ||
86 | #config CROSS | ||
87 | # string "Crosscompilation prefix" | ||
88 | # default "arm-linux-" | ||
89 | # help | ||
90 | # Crosscompilation prefix is the prefix which will be prepended | ||
91 | # to all compilation commands. For example, a crosscompilation prefix | ||
92 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. | ||
93 | |||
94 | config EXPERIMENTAL | 69 | config EXPERIMENTAL |
95 | bool "Prompt for development and/or incomplete items" | 70 | bool "Prompt for development and/or incomplete items" |
96 | default y | 71 | default y |
@@ -101,7 +76,6 @@ menu "Base" | |||
101 | choice | 76 | choice |
102 | prompt "Qpe Library Selection" | 77 | prompt "Qpe Library Selection" |
103 | default LIBQPE | 78 | default LIBQPE |
104 | |||
105 | source library/config.in | 79 | source library/config.in |
106 | source x11/config.in | 80 | source x11/config.in |
107 | endchoice | 81 | endchoice |
@@ -114,24 +88,12 @@ endmenu | |||
114 | 88 | ||
115 | comment "" | 89 | comment "" |
116 | 90 | ||
117 | #config APPLETS | ||
118 | # bool "Applets" | ||
119 | # default "y" | ||
120 | |||
121 | menu "Applets" | 91 | menu "Applets" |
122 | # depends APPLETS | ||
123 | |||
124 | source core/applets/config.in | 92 | source core/applets/config.in |
125 | source noncore/applets/config.in | 93 | source noncore/applets/config.in |
126 | endmenu | 94 | endmenu |
127 | 95 | ||
128 | #config APPS | ||
129 | # bool "Apps" | ||
130 | # default "y" | ||
131 | |||
132 | menu "Apps" | 96 | menu "Apps" |
133 | # depends APPS | ||
134 | |||
135 | source core/apps/config.in | 97 | source core/apps/config.in |
136 | source noncore/apps/config.in | 98 | source noncore/apps/config.in |
137 | endmenu | 99 | endmenu |
@@ -141,18 +103,22 @@ menu "Communications and Networking" | |||
141 | source noncore/mail/config.in | 103 | source noncore/mail/config.in |
142 | source noncore/net/config.in | 104 | source noncore/net/config.in |
143 | endmenu | 105 | endmenu |
106 | |||
144 | menu "Games" | 107 | menu "Games" |
145 | source noncore/games/config.in | 108 | source noncore/games/config.in |
146 | endmenu | 109 | endmenu |
110 | |||
147 | menu "Graphics and Multimedia" | 111 | menu "Graphics and Multimedia" |
148 | source freetype/config.in | 112 | source freetype/config.in |
149 | source noncore/graphics/config.in | 113 | source noncore/graphics/config.in |
150 | source core/multimedia/config.in | 114 | source core/multimedia/config.in |
151 | source noncore/multimedia/config.in | 115 | source noncore/multimedia/config.in |
152 | endmenu | 116 | endmenu |
117 | |||
153 | menu "Input methods" | 118 | menu "Input methods" |
154 | source inputmethods/config.in | 119 | source inputmethods/config.in |
155 | endmenu | 120 | endmenu |
121 | |||
156 | menu "Pim" | 122 | menu "Pim" |
157 | source core/pim/config.in | 123 | source core/pim/config.in |
158 | menu "Today Plugins" | 124 | menu "Today Plugins" |
@@ -160,22 +126,25 @@ menu "Pim" | |||
160 | source core/pim/today/plugins/config.in | 126 | source core/pim/today/plugins/config.in |
161 | endmenu | 127 | endmenu |
162 | endmenu | 128 | endmenu |
129 | |||
163 | menu "Settings" | 130 | menu "Settings" |
164 | source core/settings/config.in | 131 | source core/settings/config.in |
165 | source noncore/settings/config.in | 132 | source noncore/settings/config.in |
166 | endmenu | 133 | endmenu |
134 | |||
167 | menu "Theming" | 135 | menu "Theming" |
168 | source noncore/decorations/config.in | 136 | source noncore/decorations/config.in |
169 | source noncore/styles/config.in | 137 | source noncore/styles/config.in |
170 | endmenu | 138 | endmenu |
139 | |||
171 | menu "Tools" | 140 | menu "Tools" |
172 | source noncore/tools/config.in | 141 | source noncore/tools/config.in |
173 | source development/config.in | 142 | source development/config.in |
174 | endmenu | 143 | endmenu |
144 | |||
175 | comment "" | 145 | comment "" |
176 | depends on EXPERIMENTAL | 146 | depends on EXPERIMENTAL |
177 | menu "Experimental" | 147 | menu "Experimental" |
178 | depends on EXPERIMENTAL | 148 | depends on EXPERIMENTAL |
179 | source libopie2/config.in | 149 | source libopie2/config.in |
180 | endmenu | 150 | endmenu |
181 | |||