summaryrefslogtreecommitdiff
authorzecke <zecke>2003-08-30 21:22:13 (UTC)
committer zecke <zecke>2003-08-30 21:22:13 (UTC)
commit1ac46a7eb18e8755891a489888d0b8bb71ef8455 (patch) (unidiff)
treed882419f408748db5dd6cbd9b2734b90cb72afea
parent75e0c0607c4abf0568e90ddb0789592b93f1d491 (diff)
downloadopie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.zip
opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.gz
opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.bz2
include a new menu for examples and the examples apps
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
-rw-r--r--config.in6
-rw-r--r--packages4
3 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad2f54d..a7213fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,109 +1,109 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
2 2
3export TOPDIR:=$(shell pwd) 3export TOPDIR:=$(shell pwd)
4 4
5include $(TOPDIR)/Vars.make 5include $(TOPDIR)/Vars.make
6ifneq ($(wildcard $(TOPDIR)/Vars.local),) 6ifneq ($(wildcard $(TOPDIR)/Vars.local),)
7include $(TOPDIR)/Vars.local 7include $(TOPDIR)/Vars.local
8endif 8endif
9 9
10noconfig_targets := xconfig menuconfig config oldconfig randconfig \ 10noconfig_targets := xconfig menuconfig config oldconfig randconfig \
11 defconfig allyesconfig allnoconfig allmodconfig \ 11 defconfig allyesconfig allnoconfig allmodconfig \
12 clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \ 12 clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \
13 ipks 13 ipks
14 14
15configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in 15configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/examples/config.in
16 16
17# $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) 17# $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs)
18# in order to have a full set of config.in files. 18# in order to have a full set of config.in files.
19# .depends depends on $(TOPDIR)/.config 19# .depends depends on $(TOPDIR)/.config
20# everything else depends on .depends, to ensure the dependencies are 20# everything else depends on .depends, to ensure the dependencies are
21# intact. 21# intact.
22# 22#
23# NOTE: The order in which things happen in this makefile is 23# NOTE: The order in which things happen in this makefile is
24 # -critical-. Do not rearrange this! 24 # -critical-. Do not rearrange this!
25 25
26all : $(TOPDIR)/.config 26all : $(TOPDIR)/.config
27 27
28# 28#
29# The IPK creation is a very slow process. If you want to only create some 29# The IPK creation is a very slow process. If you want to only create some
30# IPKs, e.g. the ones in library, then do 30# IPKs, e.g. the ones in library, then do
31 #make ipks IPK_START=library 31 #make ipks IPK_START=library
32# and then only the *.control files in this directory will be processed 32# and then only the *.control files in this directory will be processed
33ipks: $(OPIEDIR)/scripts/subst $(OPIEDIR)/scripts/filesubst FORCE $(TOPDIR)/.config 33ipks: $(OPIEDIR)/scripts/subst $(OPIEDIR)/scripts/filesubst FORCE $(TOPDIR)/.config
34 @find $(OPIEDIR)/$(IPK_START) -type f -name \*.control | ( for ctrl in `cat`; do \ 34 @find $(OPIEDIR)/$(IPK_START) -type f -name \*.control | ( for ctrl in `cat`; do \
35 prerm=`echo $$ctrl|sed -e 's,\.control$$,.prerm,'`; \ 35 prerm=`echo $$ctrl|sed -e 's,\.control$$,.prerm,'`; \
36 preinst=`echo $$ctrl|sed -e 's,\.control$$,.preinst,'`; \ 36 preinst=`echo $$ctrl|sed -e 's,\.control$$,.preinst,'`; \
37 postrm=`echo $$ctrl|sed -e 's,\.control$$,.postrm,'`; \ 37 postrm=`echo $$ctrl|sed -e 's,\.control$$,.postrm,'`; \
38 postinst=`echo $$ctrl|sed -e 's,\.control$$,.postinst,'`; \ 38 postinst=`echo $$ctrl|sed -e 's,\.control$$,.postinst,'`; \
39 echo "Building ipk of $$ctrl"; \ 39 echo "Building ipk of $$ctrl"; \
40 cd $(OPIEDIR); $(OPIEDIR)/scripts/mkipkg --subst=$(OPIEDIR)/scripts/subst --filesubst=$(OPIEDIR)/scripts/filesubst --control=$$ctrl --prerm=$$prerm --preinst=$$preinst --postrm=$$postrm --postinst=$$postinst --strip=$(STRIP) $(OPIEDIR); \ 40 cd $(OPIEDIR); $(OPIEDIR)/scripts/mkipkg --subst=$(OPIEDIR)/scripts/subst --filesubst=$(OPIEDIR)/scripts/filesubst --control=$$ctrl --prerm=$$prerm --preinst=$$preinst --postrm=$$postrm --postinst=$$postinst --strip=$(STRIP) $(OPIEDIR); \
41 done ) 41 done )
42 42
43$(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs 43$(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs
44 44
45all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs 45all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs
46 46
47clean-configs : 47clean-configs :
48 @echo "Wiping generated config.in files..." 48 @echo "Wiping generated config.in files..."
49 @-rm -f $(configs) 49 @-rm -f $(configs)
50 50
51ifneq ($(wildcard $(TOPDIR)/.depends.cfgs),) 51ifneq ($(wildcard $(TOPDIR)/.depends.cfgs),)
52 include $(TOPDIR)/.depends.cfgs 52 include $(TOPDIR)/.depends.cfgs
53endif 53endif
54 54
55all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs) 55all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs)
56 56
57$(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) 57$(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs)
58 $(call descend,scripts/kconfig,conf) 58 $(call descend,scripts/kconfig,conf)
59 @if [ ! -e $@ ]; then \ 59 @if [ ! -e $@ ]; then \
60 cp $(TOPDIR)/def-configs/opie $@; \ 60 cp $(TOPDIR)/def-configs/opie $@; \
61 fi 61 fi
62 @$(MAKE) -C scripts/kconfig conf 62 @$(MAKE) -C scripts/kconfig conf
63 ./scripts/kconfig/conf -s ./config.in 63 ./scripts/kconfig/conf -s ./config.in
64 64
65export 65export
66 66
67ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 67ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
68 68
69export include-config := 1 69export include-config := 1
70 70
71-include $(TOPDIR)/.config 71-include $(TOPDIR)/.config
72-include $(TOPDIR)/.depends 72-include $(TOPDIR)/.depends
73endif 73endif
74 74
75-include $(TOPDIR)/.config.cmd 75-include $(TOPDIR)/.config.cmd
76 76
77SUBDIRS = $(subdir-y) 77SUBDIRS = $(subdir-y)
78 78
79all clean install ipk: $(SUBDIRS) 79all clean install ipk: $(SUBDIRS)
80 80
81lupdate lrelease: 81lupdate lrelease:
82 @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done 82 @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
83 83
84opie-lupdate opie-lrelease messages: 84opie-lupdate opie-lrelease messages:
85 @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done; 85 @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done;
86 86
87# from kde 87# from kde
88qtmessages: 88qtmessages:
89 cd $(QTDIR)/src ; \ 89 cd $(QTDIR)/src ; \
90 sed -e "s,#define,," xml/qxml.cpp > qxml_clean.cpp ;\ 90 sed -e "s,#define,," xml/qxml.cpp > qxml_clean.cpp ;\
91 find . -name "*.cpp" | grep -v moc_ > list ;\ 91 find . -name "*.cpp" | grep -v moc_ > list ;\
92 for file in qfiledialog qcolordialog qprintdialog \ 92 for file in qfiledialog qcolordialog qprintdialog \
93 qurloperator qftp qhttp qlocal qerrormessage; do \ 93 qurloperator qftp qhttp qlocal qerrormessage; do \
94 grep -v $$file list > list.new && mv list.new list ;\ 94 grep -v $$file list > list.new && mv list.new list ;\
95 done ;\ 95 done ;\
96 xgettext -C -ktr -kQT_TRANSLATE_NOOP -n `cat list` -o $(OPIEDIR)/qt-messages.pot 96 xgettext -C -ktr -kQT_TRANSLATE_NOOP -n `cat list` -o $(OPIEDIR)/qt-messages.pot
97 97
98$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \ 98$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \
99 $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \ 99 $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \
100 $(TOPDIR)/library/custom.h 100 $(TOPDIR)/library/custom.h
101 101
102clean : $(TOPDIR)/.config 102clean : $(TOPDIR)/.config
103 make -C bin clean 103 make -C bin clean
104 make -C lib clean 104 make -C lib clean
105 make -C plugins clean 105 make -C plugins clean
106 106
107apidox : doc/generate_apidox 107apidox : doc/generate_apidox
108 108
109include $(TOPDIR)/Rules.make 109include $(TOPDIR)/Rules.make
diff --git a/config.in b/config.in
index c6ee7a6..b910bda 100644
--- a/config.in
+++ b/config.in
@@ -56,102 +56,108 @@ config SPECFILE
56 default "linux-g++" if TARGET_SIMPAD && X11 56 default "linux-g++" if TARGET_SIMPAD && X11
57 57
58config CUSTOMFILE 58config 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
65config OPTIMIZATIONS 65config 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
73config EXPERIMENTAL 73config 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
77endmenu 77endmenu
78 78
79menu "Base" 79menu "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
91endmenu 91endmenu
92 92
93comment "" 93comment ""
94 94
95menu "Applets" 95menu "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
98endmenu 98endmenu
99 99
100menu "Apps" 100menu "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
103endmenu 103endmenu
104 104
105menu "Communications and Networking" 105menu "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
109endmenu 109endmenu
110 110
111menu "Games" 111menu "Games"
112 source noncore/games/config.in 112 source noncore/games/config.in
113endmenu 113endmenu
114 114
115menu "Graphics and Multimedia" 115menu "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
120endmenu 120endmenu
121 121
122menu "Input methods" 122menu "Input methods"
123 source inputmethods/config.in 123 source inputmethods/config.in
124endmenu 124endmenu
125 125
126menu "Pim" 126menu "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
132endmenu 132endmenu
133 133
134menu "Settings" 134menu "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
137endmenu 137endmenu
138 138
139menu "Theming" 139menu "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
142endmenu 142endmenu
143 143
144menu "Tools" 144menu "Tools"
145 source noncore/tools/config.in 145 source noncore/tools/config.in
146endmenu 146endmenu
147 147
148menu "Development" 148menu "Development"
149 source development/keyview/config.in 149 source development/keyview/config.in
150endmenu 150endmenu
151 151
152menu "Examples"
153 config EXAMPLES
154 boolean "Compile Example Application"
155 source examples/config.in
156endmenu
157
152comment "" 158comment ""
153 depends on EXPERIMENTAL 159 depends on EXPERIMENTAL
154menu "Experimental" 160menu "Experimental"
155 depends on EXPERIMENTAL 161 depends on EXPERIMENTAL
156 source libopie2/config.in 162 source libopie2/config.in
157endmenu 163endmenu
diff --git a/packages b/packages
index eaa02a1..232f2d9 100644
--- a/packages
+++ b/packages
@@ -80,96 +80,100 @@ CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
80CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 80CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
81 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 81 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
82 CONFIG_LIQUID noncore/styles/liquidliquid.pro 82 CONFIG_LIQUID noncore/styles/liquidliquid.pro
83 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 83 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
84 CONFIG_MAILIT noncore/net/mailit mailit.pro 84 CONFIG_MAILIT noncore/net/mailit mailit.pro
85 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 85 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
86 CONFIG_METAL noncore/styles/metalmetal.pro 86 CONFIG_METAL noncore/styles/metalmetal.pro
87 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro 87 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro
88 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro 88 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro
89 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro 89 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro
90 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro 90 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro
91 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro 91 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro
92 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro 92 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro
93 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro 93 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro
94 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro 94 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro
95 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro 95 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro
96 CONFIG_OAPP core/apps/oappoapp.pro 96 CONFIG_OAPP core/apps/oappoapp.pro
97 CONFIG_OBEX core/applets/obex2obex.pro 97 CONFIG_OBEX core/applets/obex2obex.pro
98 CONFIG_ODICT noncore/apps/odictodict.pro 98 CONFIG_ODICT noncore/apps/odictodict.pro
99 CONFIG_OIPKG core/apps/oipkgoipkg.pro 99 CONFIG_OIPKG core/apps/oipkgoipkg.pro
100 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro 100 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro
101 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro 101 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro
102 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro 102 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro
103 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro 103 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro
104 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro 104 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro
105 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro 105 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro
106 CONFIG_OPIEALARMcore/opiealarm 106 CONFIG_OPIEALARMcore/opiealarm
107 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 107 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
108 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 108 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
109 CONFIG_OPIEMAIL2noncore/mail mail.pro 109 CONFIG_OPIEMAIL2noncore/mail mail.pro
110 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 110 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
111 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 111 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
112 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro 112 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro
113 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro 113 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro
114 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 114 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
115 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 115 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro
116 CONFIG_OSEARCH core/pim/osearchosearch.pro 116 CONFIG_OSEARCH core/pim/osearchosearch.pro
117 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro 117 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro
118 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 118 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro
119 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro 119 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro
120 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro 120 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro
121 CONFIG_QCOP core/apps/qcopqcop.pro 121 CONFIG_QCOP core/apps/qcopqcop.pro
122 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro 122 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro
123 CONFIG_QUICKEXEC quickexecquickexec.pro 123 CONFIG_QUICKEXEC quickexecquickexec.pro
124 CONFIG_QWS core/qwsqws.pro 124 CONFIG_QWS core/qwsqws.pro
125 CONFIG_REMOTE noncore/tools/remoteremote.pro 125 CONFIG_REMOTE noncore/tools/remoteremote.pro
126 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro 126 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro
127 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro 127 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro
128 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro 128 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro
129 CONFIG_ROTATION noncore/settings/rotationrotation.pro 129 CONFIG_ROTATION noncore/settings/rotationrotation.pro
130 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro 130 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro
131 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro 131 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro
132 CONFIG_SECURITY core/settings/securitysecurity.pro 132 CONFIG_SECURITY core/settings/securitysecurity.pro
133 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro 133 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro
134 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro 134 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro
135 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro 135 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro
136 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro 136 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro
137 CONFIG_SINGLE singlesingle.pro 137 CONFIG_SINGLE singlesingle.pro
138 CONFIG_SNAKE noncore/games/snakesnake.pro 138 CONFIG_SNAKE noncore/games/snakesnake.pro
139 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro 139 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro
140 CONFIG_SOUND noncore/settings/soundsound.pro 140 CONFIG_SOUND noncore/settings/soundsound.pro
141 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro 141 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro
142 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro 142 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro
143 CONFIG_SYSINFO noncore/apps/sysinfosysinfo.pro 143 CONFIG_SYSINFO noncore/apps/sysinfosysinfo.pro
144 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro 144 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro
145 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro 145 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro
146 CONFIG_TABOAPP core/apps/taboapptaboapp.pro 146 CONFIG_TABOAPP core/apps/taboapptaboapp.pro
147 CONFIG_TEST libsql/testtest.pro 147 CONFIG_TEST libsql/testtest.pro
148 CONFIG_TEST noncore/apps/opie-console/testtest.pro 148 CONFIG_TEST noncore/apps/opie-console/testtest.pro
149 CONFIG_TETRIX noncore/games/tetrixtetrix.pro 149 CONFIG_TETRIX noncore/games/tetrixtetrix.pro
150 CONFIG_TEXTEDIT core/apps/textedittextedit.pro 150 CONFIG_TEXTEDIT core/apps/textedittextedit.pro
151 CONFIG_THEME noncore/styles/themetheme.pro 151 CONFIG_THEME noncore/styles/themetheme.pro
152 CONFIG_TICTAC noncore/games/tictactictac.pro 152 CONFIG_TICTAC noncore/games/tictactictac.pro
153 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro 153 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro
154 CONFIG_TODAY core/pim/todaytoday.pro 154 CONFIG_TODAY core/pim/todaytoday.pro
155CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro 155CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro
156 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro 156 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro
157 CONFIG_TODAY_FORTUNE noncore/todayplugins/fortunefortune.pro 157 CONFIG_TODAY_FORTUNE noncore/todayplugins/fortunefortune.pro
158 CONFIG_TODAY_MAIL core/pim/today/plugins/mailmail.pro 158 CONFIG_TODAY_MAIL core/pim/today/plugins/mailmail.pro
159 CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stocktickerstockticker.pro 159 CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stocktickerstockticker.pro
160 CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlibstocktickerlib.pro 160 CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlibstocktickerlib.pro
161 CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolisttodolist.pro 161 CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolisttodolist.pro
162 CONFIG_TODAY_WEATHERnoncore/todayplugins/weather weather.pro 162 CONFIG_TODAY_WEATHERnoncore/todayplugins/weather weather.pro
163 CONFIG_TODO core/pim/todotodo.pro 163 CONFIG_TODO core/pim/todotodo.pro
164 CONFIG_UBROWSER noncore/net/ubrowserubrowser.pro 164 CONFIG_UBROWSER noncore/net/ubrowserubrowser.pro
165 CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro 165 CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro
166 CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro 166 CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro
167 CONFIG_VMEMO core/applets/vmemovmemo.pro 167 CONFIG_VMEMO core/applets/vmemovmemo.pro
168 CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro 168 CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro
169 CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro 169 CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro
170 CONFIG_WELLENREITER noncore/net/wellenreiterwellenreiter.pro 170 CONFIG_WELLENREITER noncore/net/wellenreiterwellenreiter.pro
171 CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro 171 CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro
172 CONFIG_WLAN noncore/settings/networksettings/wlanwlan.pro 172 CONFIG_WLAN noncore/settings/networksettings/wlanwlan.pro
173 CONFIG_PPP noncore/settings/networksettings/pppppp.pro 173 CONFIG_PPP noncore/settings/networksettings/pppppp.pro
174 CONFIG_WORDGAME noncore/games/wordgamewordgame.pro 174 CONFIG_WORDGAME noncore/games/wordgamewordgame.pro
175 CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro 175 CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro
176 CONFIG_MAIN_TAB_EXAMPLE examples/main-tabexample.pro
177 CONFIG_SIMPLE_EXAMPLE examples/simpleexample.pro
178 CONFIG_SIMPLE_ICON examples/simple-iconexample.pro
179 CONFIG_SIMPLE_MAIN examples/simple-mainexample.pro