author | schurig <schurig> | 2003-06-14 05:56:30 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-06-14 05:56:30 (UTC) |
commit | bbb4e35556d1d1a759dbe99bc155ecfc45e49c1b (patch) (side-by-side diff) | |
tree | d586fc131cc324b2e9223f0415aa29f3a841ad94 /config.in | |
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,16 +1,5 @@ mainmenu "Opie Configuration" -menu "Build Parameters" -#choice -# prompt "Build Processor family" -# default BUILD_X86 -# help -# Please select the architecture of the machine you will be -# building the OpenZaurus buildroot on. -# -# config BUILD_X86 -# boolean "X86 Architecture" -# -#endchoice +menu "Build Parameters" choice @@ -27,7 +16,4 @@ choice boolean "Sharp Zaurus SL-5x00 - stock" -# config TARGET_OZ -# boolean "Sharp Zaurus SL-5x00 - OpenZaurus" - config TARGET_IPAQ boolean "iPAQ" @@ -48,9 +34,8 @@ config DEBUG boolean "Enable debug builds" default n - - config RELEASE - bool - default y - depends ! DEBUG +config RELEASE + bool + default y + depends !DEBUG config SPECFILE @@ -60,5 +45,4 @@ config SPECFILE default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) default "linux-g++" if TARGET_SHARP && X11 -# default "linux-oz-g++" if TARGET_OZ default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) default "linux-g++" if TARGET_IPAQ && X11 @@ -74,5 +58,4 @@ config CUSTOMFILE default "custom-ramses.h" if TARGET_RAMSES default "custom-ipaq.h" if TARGET_SIMPAD - config OPTIMIZATIONS @@ -84,12 +67,4 @@ config OPTIMIZATIONS default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD -#config CROSS -# string "Crosscompilation prefix" -# default "arm-linux-" -# help -# Crosscompilation prefix is the prefix which will be prepended -# to all compilation commands. For example, a crosscompilation prefix -# of arm-linux-, results in the build calling arm-linux-gcc as its CC. - config EXPERIMENTAL bool "Prompt for development and/or incomplete items" @@ -102,5 +77,4 @@ menu "Base" prompt "Qpe Library Selection" default LIBQPE - source library/config.in source x11/config.in @@ -115,22 +89,10 @@ endmenu comment "" -#config APPLETS -# bool "Applets" -# default "y" - menu "Applets" -# depends APPLETS - source core/applets/config.in source noncore/applets/config.in endmenu -#config APPS -# bool "Apps" -# default "y" - menu "Apps" -# depends APPS - source core/apps/config.in source noncore/apps/config.in @@ -142,7 +104,9 @@ menu "Communications and Networking" source noncore/net/config.in endmenu + menu "Games" source noncore/games/config.in endmenu + menu "Graphics and Multimedia" source freetype/config.in @@ -151,7 +115,9 @@ menu "Graphics and Multimedia" source noncore/multimedia/config.in endmenu + menu "Input methods" source inputmethods/config.in endmenu + menu "Pim" source core/pim/config.in @@ -161,16 +127,20 @@ menu "Pim" endmenu endmenu + menu "Settings" source core/settings/config.in source noncore/settings/config.in endmenu + menu "Theming" source noncore/decorations/config.in source noncore/styles/config.in endmenu + menu "Tools" source noncore/tools/config.in source development/config.in endmenu + comment "" depends on EXPERIMENTAL @@ -179,3 +149,2 @@ menu "Experimental" source libopie2/config.in endmenu - |