dslinux/user/pixil/scripts/sysdep Config.in defconfig defconfig.ipaq defconfig.tuxscreen defconfig.zaurus

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 3 13:27:08 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/scripts/sysdep
In directory antilope:/tmp/cvs-serv11916/scripts/sysdep

Added Files:
	Config.in defconfig defconfig.ipaq defconfig.tuxscreen 
	defconfig.zaurus 
Log Message:
adding pristine copy of pixil to HEAD so I can branch from it

--- NEW FILE: Config.in ---
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu "Pixil Configuration"

config HAVE_DOT_CONFIG
	bool
	default y

menu "General Configuration"

choice
	prompt "Graphical Engine"
	default "Microwindows"
	help
	  Pixil can be build for either Nano-X (Microwindows) or X11.
	  Using Nano-X will result in significantly smaller binaries.

config CONFIG_X11
       bool "X11"

config CONFIG_NANOX
       bool "Microwindows"

endchoice

endmenu

source scripts/platforms/Config.in

menu "Build Options"

config CROSS_COMPILE
	bool "Do you want to build Pixil with a cross compiler?"
	default n
	help
	  Enable this option to build Pixil with a cross compiler.

choice
	prompt "Target Platform"
	default "Strongarm"
	depends CROSS_COMPILE
	help
	  Select the target platform for this code 

config CONFIG_TARGET_ARM
       bool "StrongARM"

config CONFIG_TARGET_I386_UCLIBC
       bool "i386 uClibc

endchoice

config CROSS_COMPILER_PREFIX
	string "Cross compiler prefix"
	default "/usr/local/arm/bin/arm-linux-"
	depends CROSS_COMPILE
	help
	  If you want to build Pixil with a cross compiler, then you 
	  will need to set this to the cross-compiler prefix.  For example,
	  if my cross-compiler is /usr/local/arm/bin/arm-linux-gcc, 
	  then I would enter /usr/local/arm/bin/arm-linux- here,
	  which will ensure the correct compiler is used.

config MW_PREFIX
        string "Microwindows prefix"
	default "/usr/local/microwin/src/"
	depends on CONFIG_NANOX
	help
	  If you choose to use Microwindows, you need to specify where
	  the Microwindows libraries are located.  Remember to specify
	  the right tree for the compiler you are building for.

config CONFIG_FLNX
       bool "Build FLNX"
       default y
       help
	Say yes here to build FLNX for Microwindows or X11

config CONFIG_FLNX_PDA
	bool "Enable FLNX 2D widgets"
	default y
	depends on CONFIG_FLNX
	help
	Say yes here to enable the 2D drawing code in the 
	FLNX package

config CONFIG_FLEK
	bool "Build FLEK"
	default y
	depends on CONFIG_FLNX
	help
	Say yes here to build FLEK for Microwindows or X11

config CONFIG_DEBUG
	bool "Build Pixil with debugging symbols"
	default n
	help
	  Say Y here if you wish to compile Pixil with debugging symbols.
	  This increases the size of the binary 
	  considerably and should only be used when doing development.

endmenu

menu "Installation Options"

config INSTALL_PREFIX
       string "Pixil install prefix"
       default "/usr/local/pixil/"
       help
         Indicate where Pixil should be installed when it is built

config CONFIG_SAMPLES
	bool "Install sample data?"
	default y
	help
	  Install sample data for the Pixil applications

endmenu

menu "Global Options"

config CONFIG_PM
       bool "Enable power management support"
       default y
       help
       Enable support for power managment

config CONFIG_SYNC
	bool "Enable Sync support"
	default y
	depends CONFIG_COLOSSEUM
	help
	Build all the nessesary components for the sync engine
endmenu

source sys/Config.in
source apps/Config.in
source packages/Config.in
source pixilDT/Config.in

--- NEW FILE: defconfig.tuxscreen ---
#
# Automatically generated make config: don't edit
#
HAVE_DOT_CONFIG=y

#
# General Configuration
#
CONFIG_NANOX=y
# CONFIG_X11 is not set

#
# Platform Configuration
#
# CONFIG_PLATFORM_X86DEMO is not set
# CONFIG_PLATFORM_IPAQ is not set
# CONFIG_PLATFORM_ZAURUS is not set
CONFIG_PLATFORM_TUXSCREEN=y
CONFIG_CPU_STRONGARM=y

#
# Build Options
#
CROSS_COMPILE=y
CROSS_COMPILER_PREFIX="/usr/local/arm/bin/arm-linux-"
MW_PREFIX="/user/projects/microwin/microwin/src/"
CONFIG_FLNX=y
CONFIG_FLNX_PDA=y
CONFIG_FLEK=y
# CONFIG_DEBUG is not set

#
# Installation Options
#
INSTALL_PREFIX="/user/projects/pixil/distro/"
# CONFIG_SAMPLES is not set

#
# Global Options
#
# CONFIG_PM is not set
# CONFIG_SYNC is not set

#
# System Applications
#
CONFIG_COLOSSEUM=y
CONFIG_PAR=y
CONFIG_PIXILWM=y
CONFIG_PIXILWM_THEMES=y
# CONFIG_PIXILWM_MENUS is not set

#
# Applications
#

#
# Nano-X Applications
#
CONFIG_NXAPPS=y
# CONFIG_NANOX_DVDVIEW is not set
# CONFIG_NANOX_FLASHPLAY is not set
CONFIG_NANOX_KEYBOARD=y
# CONFIG_NANOX_SCRIBBLE is not set
CONFIG_NANOX_APPS=y

#
# Nano-X Games
#
# CONFIG_GAMES is not set

#
# FLTK Applications
#
CONFIG_FLTKAPPS=y
CONFIG_PIM_ADDRESS=y
CONFIG_PIM_NOTEPAD=y
CONFIG_PIM_TODO=y
CONFIG_PIM_SCHEDULE=y
# CONFIG_APP_ALARM is not set
CONFIG_APP_CALC=y
# CONFIG_APP_FIND is not set
# CONFIG_APP_MP3 is not set
CONFIG_APP_EMAIL=y
CONFIG_APP_NETCONFIG=y
CONFIG_APP_SYSCONFIG=y

#
# Sysconfig Plugins
#
CONFIG_SYSCONF_ABOUT=y
# CONFIG_SYSCONF_CAL is not set
CONFIG_SYSCONF_CLOCK=y
CONFIG_SYSCONF_MEMORY=y
CONFIG_SYSCONF_REGIONAL=y
CONFIG_SYSCONF_USERINFO=y
# CONFIG_VIEWML is not set

#
# Pixil Desktop
#
# CONFIG_PIXILDT is not set

--- NEW FILE: defconfig.ipaq ---
#
# Automatically generated make config: don't edit
#
HAVE_DOT_CONFIG=y

#
# General Configuration
#
CONFIG_NANOX=y
# CONFIG_X11 is not set

#
# Platform Configuration
#
# CONFIG_PLATFORM_X86DEMO is not set
CONFIG_PLATFORM_IPAQ=y
# CONFIG_PLATFORM_ZAURUS is not set
# CONFIG_PLATFORM_TUXSCREEN is not set
CONFIG_CPU_STRONGARM=y

#
# Build Options
#
CROSS_COMPILE=y
CROSS_COMPILER_PREFIX="/usr/local/arm/2.95.3/bin/arm-linux-"
MW_PREFIX="/user/projects/ipaq/buildroot-oz/build/microwin/src/"
CONFIG_FLNX=y
CONFIG_FLNX_PDA=y
CONFIG_FLEK=y
# CONFIG_DEBUG is not set

#
# Installation Options
#
INSTALL_PREFIX="/user/projects/pixil/distro/"
CONFIG_SAMPLES=y

#
# Global Options
#
CONFIG_PM=y
# CONFIG_SYNC is not set

#
# System Applications
#
CONFIG_COLOSSEUM=y
CONFIG_PAR=y
CONFIG_PIXILWM=y
CONFIG_PIXILWM_THEMES=y
CONFIG_PIXILWM_MENUS=y
CONFIG_PIXILWM_PM=y

#
# Applications
#

#
# Nano-X Applications
#
CONFIG_NXAPPS=y
CONFIG_NANOX_APPS=y
CONFIG_NANOX_DVDVIEW=y
CONFIG_NANOX_FLASHPLAY=y
CONFIG_NANOX_WCLOCK=y

#
# Nano-X Input Methods
#
CONFIG_NANOX_KEYBOARD=y
CONFIG_NANOX_SCRIBBLE=y

#
# Nano-X Games
#
CONFIG_GAMES=y
CONFIG_GAMES_MINESWEEP=y
CONFIG_GAMES_SNAKE=y
# CONFIG_GAMES_NXBILL is not set
# CONFIG_GAMES_DOOM is not set

#
# FLTK Applications
#
CONFIG_FLTKAPPS=y
CONFIG_PIM_ADDRESS=y
CONFIG_PIM_NOTEPAD=y
CONFIG_PIM_TODO=y
CONFIG_PIM_SCHEDULE=y
CONFIG_APP_ALARM=y
CONFIG_APP_CALC=y
CONFIG_APP_FIND=y
CONFIG_APP_MP3=y
CONFIG_MP3_USE_PTHREAD=y
CONFIG_APP_EMAIL=y
CONFIG_APP_NETCONFIG=y
CONFIG_APP_SYSCONFIG=y

#
# Sysconfig Plugins
#
CONFIG_SYSCONF_ABOUT=y
CONFIG_SYSCONF_BACKLITE=y
CONFIG_SYSCONF_CLOCK=y
CONFIG_SYSCONF_MEMORY=y
CONFIG_SYSCONF_POWER=y
CONFIG_SYSCONF_REGIONAL=y
CONFIG_SYSCONF_USERINFO=y
# CONFIG_VIEWML is not set

#
# Pixil Desktop
#
# CONFIG_PIXILDT is not set

--- NEW FILE: defconfig.zaurus ---
#
# Automatically generated make config: don't edit
#
HAVE_DOT_CONFIG=y

#
# General Configuration
#
CONFIG_NANOX=y
# CONFIG_X11 is not set

#
# Platform Configuration
#
# CONFIG_PLATFORM_X86DEMO is not set
# CONFIG_PLATFORM_IPAQ is not set
CONFIG_PLATFORM_ZAURUS=y
# CONFIG_PLATFORM_TUXSCREEN is not set
CONFIG_CPU_STRONGARM=y

#
# Build Options
#
CROSS_COMPILE=y
CROSS_COMPILER_PREFIX="/usr/local/arm/bin/arm-linux-"
MW_PREFIX="/user/projects/microwin/microwin/src/"
CONFIG_FLNX=y
CONFIG_FLNX_PDA=y
CONFIG_FLEK=y
# CONFIG_DEBUG is not set

#
# Installation Options
#
INSTALL_PREFIX="/user/projects/pixil/distro/"
# CONFIG_SAMPLES is not set

#
# Global Options
#
CONFIG_PM=y
# CONFIG_SYNC is not set

#
# System Applications
#
CONFIG_COLOSSEUM=y
CONFIG_PAR=y
CONFIG_PIXILWM=y
CONFIG_PIXILWM_THEMES=y
# CONFIG_PIXILWM_MENUS is not set
CONFIG_PIXILWM_PM=y

#
# Applications
#

#
# Nano-X Applications
#
CONFIG_NXAPPS=y
CONFIG_NANOX_APPS=y
CONFIG_NANOX_DVDVIEW=y
# CONFIG_NANOX_FLASHPLAY is not set
CONFIG_NANOX_WCLOCK=y

#
# Nano-X Input Methods
#
CONFIG_NANOX_KEYBOARD=y
CONFIG_NANOX_SCRIBBLE=y

#
# Nano-X Games
#
CONFIG_GAMES=y
CONFIG_GAMES_MINESWEEP=y
CONFIG_GAMES_SNAKE=y
CONFIG_GAMES_NXBILL=y
# CONFIG_GAMES_DOOM is not set

#
# FLTK Applications
#
CONFIG_FLTKAPPS=y
CONFIG_PIM_ADDRESS=y
CONFIG_PIM_NOTEPAD=y
CONFIG_PIM_TODO=y
CONFIG_PIM_SCHEDULE=y
CONFIG_APP_ALARM=y
CONFIG_APP_CALC=y
CONFIG_APP_FIND=y
CONFIG_APP_MP3=y
CONFIG_MP3_USE_PTHREAD=y
CONFIG_APP_EMAIL=y
CONFIG_APP_NETCONFIG=y
CONFIG_APP_SYSCONFIG=y

#
# Sysconfig Plugins
#
CONFIG_SYSCONF_ABOUT=y
CONFIG_SYSCONF_BACKLITE=y
CONFIG_SYSCONF_CLOCK=y
CONFIG_SYSCONF_MEMORY=y
CONFIG_SYSCONF_POWER=y
CONFIG_SYSCONF_REGIONAL=y
CONFIG_SYSCONF_USERINFO=y
# CONFIG_VIEWML is not set

#
# Pixil Desktop
#
# CONFIG_PIXILDT is not set

--- NEW FILE: defconfig ---
#
# Automatically generated make config: don't edit
#
HAVE_DOT_CONFIG=y

#
# General Configuration
#
CONFIG_NANOX=y
# CONFIG_X11 is not set

#
# Platform Configuration
#
CONFIG_PLATFORM_X86DEMO=y
# CONFIG_PLATFORM_IPAQ is not set
# CONFIG_PLATFORM_ZAURUS is not set
# CONFIG_PLATFORM_TUXSCREEN is not set
CONFIG_CPU_INTEL=y

#
# Build Options
#
# CROSS_COMPILE is not set
MW_PREFIX="/microwin/src/"
CONFIG_FLNX=y
CONFIG_FLNX_PDA=y
CONFIG_FLEK=y
# CONFIG_DEBUG is not set

#
# Installation Options
#
INSTALL_PREFIX="/usr/local/pixil/"
CONFIG_SAMPLES=y

#
# Global Options
#
CONFIG_PM=y
CONFIG_SYNC=y

#
# System Applications
#
CONFIG_COLOSSEUM=y
CONFIG_PAR=y
CONFIG_PIXILWM=y
CONFIG_PIXILWM_THEMES=y
CONFIG_PIXILWM_MENUS=y
CONFIG_PIXILWM_PM=y

#
# Applications
#

#
# Nano-X Applications
#
CONFIG_NXAPPS=y
CONFIG_NANOX_APPS=y
CONFIG_NANOX_FLASHPLAY=y
CONFIG_NANOX_WCLOCK=y

#
# Nano-X Input Methods
#
CONFIG_NANOX_KEYBOARD=y
CONFIG_NANOX_SCRIBBLE=y

#
# Nano-X Games
#
CONFIG_GAMES=y
CONFIG_GAMES_MINESWEEP=y
CONFIG_GAMES_SNAKE=y
CONFIG_GAMES_NXBILL=y
CONFIG_GAMES_DOOM=y

#
# FLTK Applications
#
CONFIG_FLTKAPPS=y
CONFIG_PIM_ADDRESS=y
CONFIG_PIM_NOTEPAD=y
CONFIG_PIM_TODO=y
CONFIG_PIM_SCHEDULE=y
CONFIG_APP_ALARM=y
CONFIG_APP_CALC=y
CONFIG_APP_FIND=y
CONFIG_APP_MP3=y
CONFIG_MP3_USE_PTHREAD=y
CONFIG_APP_EMAIL=y
CONFIG_APP_SYNC=y
CONFIG_APP_NETCONFIG=y
CONFIG_APP_SYSCONFIG=y

#
# Sysconfig Plugins
#
CONFIG_SYSCONF_ABOUT=y
CONFIG_SYSCONF_BACKLITE=y
CONFIG_SYSCONF_CAL=y
CONFIG_SYSCONF_CLOCK=y
CONFIG_SYSCONF_MEMORY=y
CONFIG_SYSCONF_POWER=y
CONFIG_SYSCONF_REGIONAL=y
CONFIG_SYSCONF_USERINFO=y
CONFIG_VIEWML=y
LIBWWW_PREFIX="/usr/"

#
# Pixil Desktop
#
CONFIG_PIXILDT=y
# CONFIG_PIXILDT_DEBUG is not set




More information about the dslinux-commit mailing list