summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-01-13 21:20:38 (UTC)
committer mickeyl <mickeyl>2004-01-13 21:20:38 (UTC)
commit4a48472bbe915852ed6eaa66284b8b8c0f3b493d (patch) (unidiff)
treeb244003518c03b8044f5bdce5c3acd23ef6ccaae
parentffe47019a96da4e6b7057fca30bb64274443099b (diff)
downloadopie-4a48472bbe915852ed6eaa66284b8b8c0f3b493d.zip
opie-4a48472bbe915852ed6eaa66284b8b8c0f3b493d.tar.gz
opie-4a48472bbe915852ed6eaa66284b8b8c0f3b493d.tar.bz2
build system bits to get libqtaux built
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make3
-rw-r--r--config.in3
-rw-r--r--packages1
3 files changed, 5 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index 31a1b66..eaa2191 100644
--- a/Rules.make
+++ b/Rules.make
@@ -61,98 +61,99 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)
61 @cat $(TOPDIR)/packages | grep -v '^#' | \ 61 @cat $(TOPDIR)/packages | grep -v '^#' | \
62 awk '{print \ 62 awk '{print \
63 ".PHONY : " $$2 "\n" \ 63 ".PHONY : " $$2 "\n" \
64 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ 64 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \
65 print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends 65 print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends
66 cat $(TOPDIR)/packages | grep -v '^#' | \ 66 cat $(TOPDIR)/packages | grep -v '^#' | \
67 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ 67 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \
68 >> $(TOPDIR)/.depends 68 >> $(TOPDIR)/.depends
69# interpackage dependency generation 69# interpackage dependency generation
70 @cat $(TOPDIR)/packages | \ 70 @cat $(TOPDIR)/packages | \
71 $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends 71 $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends
72 72
73$(TOPDIR)/.depends.cfgs: 73$(TOPDIR)/.depends.cfgs:
74# config.in interdependencies 74# config.in interdependencies
75 @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs 75 @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs
76 @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ 76 @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@
77 @-rm -f dirs 77 @-rm -f dirs
78 78
79$(QTDIR)/stamp-headers : 79$(QTDIR)/stamp-headers :
80 @-rm -f $(QTDIR)/stamp-headers* 80 @-rm -f $(QTDIR)/stamp-headers*
81 ( cd $(QTDIR)/include; \ 81 ( cd $(QTDIR)/include; \
82 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ 82 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
83 qcopchannel_qws.h qwindowsystem_qws.h \ 83 qcopchannel_qws.h qwindowsystem_qws.h \
84 qfontmanager_qws.h qwsdefaultdecoration_qws.h)) 84 qfontmanager_qws.h qwsdefaultdecoration_qws.h))
85 touch $@ 85 touch $@
86 86
87$(QTDIR)/stamp-headers-x11 : 87$(QTDIR)/stamp-headers-x11 :
88 @-rm -f $(QTDIR)/stamp-headers* 88 @-rm -f $(QTDIR)/stamp-headers*
89 cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h) 89 cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h)
90 touch $@ 90 touch $@
91 91
92$(OPIEDIR)/stamp-headers : 92$(OPIEDIR)/stamp-headers :
93 @-rm -f $(OPIEDIR)/stamp-headers* 93 @-rm -f $(OPIEDIR)/stamp-headers*
94 mkdir -p $(TOPDIR)/include/qpe \ 94 mkdir -p $(TOPDIR)/include/qpe \
95 $(TOPDIR)/include/qtopia \ 95 $(TOPDIR)/include/qtopia \
96 $(TOPDIR)/include/opie \ 96 $(TOPDIR)/include/opie \
97 $(TOPDIR)/include/opie2 \ 97 $(TOPDIR)/include/opie2 \
98 $(TOPDIR)/include/qtopia/private 98 $(TOPDIR)/include/qtopia/private
99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
102 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 102 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
103 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 103 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
104 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) 104 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
105 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 105 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
106 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 106 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
107 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 107 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
108 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 108 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
109 #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 109 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
110 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 110 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
111 ( cd include/opie && ln -sf ../../libqtaux/pim/*.h .; )
111 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 112 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
112 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 113 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
113 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 114 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
114 touch $@ 115 touch $@
115 116
116$(OPIEDIR)/stamp-headers-x11 : 117$(OPIEDIR)/stamp-headers-x11 :
117 @-rm -f $(OPIEDIR)/stamp-headers* 118 @-rm -f $(OPIEDIR)/stamp-headers*
118 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 119 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
119 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 120 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
120 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 121 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
121 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 122 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
122 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 123 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
123 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 124 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
124 ( cd include/opie && ln -sf ../../libsql/*.h .; ) 125 ( cd include/opie && ln -sf ../../libsql/*.h .; )
125 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 126 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
126 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 127 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
127 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 128 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
128 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 129 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
129 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) 130 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; )
130 touch $@ 131 touch $@
131 132
132$(TOPDIR)/library/custom.h : $(TOPDIR)/.config 133$(TOPDIR)/library/custom.h : $(TOPDIR)/.config
133 @-rm -f $@ 134 @-rm -f $@
134 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ 135 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\
135 ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) 136 ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@)
136 @touch $@ 137 @touch $@
137 138
138$(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake: 139$(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake:
139 @$(call descend,$(shell dirname $@),$(shell basename $@)) 140 @$(call descend,$(shell dirname $@),$(shell basename $@))
140 141
141menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in 142menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in
142 $(TOPDIR)/scripts/kconfig/mconf ./config.in 143 $(TOPDIR)/scripts/kconfig/mconf ./config.in
143 @touch ./.config.stamp 144 @touch ./.config.stamp
144 145
145xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in 146xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in
146 $(TOPDIR)/scripts/kconfig/qconf ./config.in 147 $(TOPDIR)/scripts/kconfig/qconf ./config.in
147 @touch .config.stamp 148 @touch .config.stamp
148 149
149gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in 150gconfig: $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in
150 $(TOPDIR)/scripts/kconfig/gconf ./config.in 151 $(TOPDIR)/scripts/kconfig/gconf ./config.in
151 @touch .config.stamp 152 @touch .config.stamp
152 153
153config: $(TOPDIR)/scripts/kconfig/conf ./config.in 154config: $(TOPDIR)/scripts/kconfig/conf ./config.in
154 $(TOPDIR)/scripts/kconfig/conf ./config.in 155 $(TOPDIR)/scripts/kconfig/conf ./config.in
155 @touch .config.stamp 156 @touch .config.stamp
156 157
157oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in 158oldconfig: $(TOPDIR)/scripts/kconfig/conf ./config.in
158 $(TOPDIR)/scripts/kconfig/conf -o ./config.in 159 $(TOPDIR)/scripts/kconfig/conf -o ./config.in
diff --git a/config.in b/config.in
index e93eac8..1ac9a66 100644
--- a/config.in
+++ b/config.in
@@ -184,65 +184,66 @@ endmenu
184menu "Input methods" 184menu "Input methods"
185 source inputmethods/config.in 185 source inputmethods/config.in
186endmenu 186endmenu
187 187
188menu "Pim" 188menu "Pim"
189 source core/pim/config.in 189 source core/pim/config.in
190 menu "Today Plugins" 190 menu "Today Plugins"
191 source noncore/todayplugins/config.in 191 source noncore/todayplugins/config.in
192 source core/pim/today/plugins/config.in 192 source core/pim/today/plugins/config.in
193 endmenu 193 endmenu
194endmenu 194endmenu
195 195
196menu "Settings" 196menu "Settings"
197 source core/settings/config.in 197 source core/settings/config.in
198 source noncore/settings/config.in 198 source noncore/settings/config.in
199endmenu 199endmenu
200 200
201menu "Theming" 201menu "Theming"
202 source noncore/decorations/config.in 202 source noncore/decorations/config.in
203 source noncore/styles/config.in 203 source noncore/styles/config.in
204endmenu 204endmenu
205 205
206menu "Tools" 206menu "Tools"
207 source noncore/tools/config.in 207 source noncore/tools/config.in
208endmenu 208endmenu
209 209
210menu "Development" 210menu "Development"
211 source development/keyview/config.in 211 source development/keyview/config.in
212 #source development/debugviewer/config.in 212 #source development/debugviewer/config.in
213endmenu 213endmenu
214 214
215menu "Examples" 215menu "Examples"
216 config EXAMPLES 216 config EXAMPLES
217 boolean "Compile Example Application" 217 boolean "Compile Example Application"
218 source examples/config.in 218 source examples/config.in
219endmenu 219endmenu
220 220
221comment "" 221comment ""
222 222
223menu "Unsupported / Unmaintained" 223menu "Unsupported / Unmaintained"
224 source noncore/unsupported/config.in 224 source noncore/unsupported/config.in
225endmenu 225endmenu
226 226
227comment "" 227comment ""
228 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
229menu "Experimental" 229menu "Experimental"
230 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
231 source libopie2/config.in 231 source libopie2/config.in
232 source libqtaux/config.in
232 233
233 config SQL_PIM_BACKEND 234 config SQL_PIM_BACKEND
234 bool "Add SQL-Backend support (experimental)" 235 bool "Add SQL-Backend support"
235 default n 236 default n
236 help 237 help
237 This adds the SQL-Support, using SQLite. Which database is used 238 This adds the SQL-Support, using SQLite. Which database is used
238 by the backends is defined by the file "pimaccess.conf" in the 239 by the backends is defined by the file "pimaccess.conf" in the
239 directory "Settings". 240 directory "Settings".
240 There currently do exist to groups "[contact]" and "[todo]". You can 241 There currently do exist to groups "[contact]" and "[todo]". You can
241 select the used backend by the variable "usebackend=<type>", where 242 select the used backend by the variable "usebackend=<type>", where
242 <type> is "sql" or "xml". "xml" is the default ! 243 <type> is "sql" or "xml". "xml" is the default !
243 Important: The SQLite-library "libsqlite.so" must be installed ! 244 Important: The SQLite-library "libsqlite.so" must be installed !
244 depends ( LIBOPIE2DB ) 245 depends ( LIBOPIE2DB )
245 246
246 comment "SQL-Support needs libopie2db!" 247 comment "SQL-Support needs libopie2db!"
247 depends !( LIBOPIE2DB ) 248 depends !( LIBOPIE2DB )
248endmenu 249endmenu
diff --git a/packages b/packages
index d68f8cf..1769966 100644
--- a/packages
+++ b/packages
@@ -33,96 +33,97 @@ CONFIG_DICTIONARY noncore/apps/dictionary dictionary.pro
33CONFIG_DOCTAB noncore/settings/doctab doctab.pro 33CONFIG_DOCTAB noncore/settings/doctab doctab.pro
34 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro 34 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro
35 CONFIG_DVORAK inputmethods/dvorakdvorak.pro 35 CONFIG_DVORAK inputmethods/dvorakdvorak.pro
36 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro 36 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro
37 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro 37 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro
38 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro 38 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro
39 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro 39 CONFIG_FILEBROWSER noncore/unsupported/filebrowserfilebrowser.pro
40 CONFIG_FLAT noncore/styles/flatflat.pro 40 CONFIG_FLAT noncore/styles/flatflat.pro
41 CONFIG_FORMATTER noncore/tools/formatterformatter.pro 41 CONFIG_FORMATTER noncore/tools/formatterformatter.pro
42 CONFIG_FREETYPE freetypefreetype.pro 42 CONFIG_FREETYPE freetypefreetype.pro
43 CONFIG_FRESH noncore/styles/freshfresh.pro 43 CONFIG_FRESH noncore/styles/freshfresh.pro
44 CONFIG_FTPLIB noncore/net/ftplibftplib.pro 44 CONFIG_FTPLIB noncore/net/ftplibftplib.pro
45 CONFIG_GO noncore/games/gogo.pro 45 CONFIG_GO noncore/games/gogo.pro
46 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro 46 CONFIG_GSMTOOL noncore/unsupported/gsmtoolgsmtool.pro
47 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro 47 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro
48 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro 48 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro
49 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro 49 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro
50 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro 50 CONFIG_INTERFACES noncore/settings/networksettings/interfacesinterfaces.pro
51 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro 51 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro
52 CONFIG_JUMPX inputmethods/jumpxjumpx.pro 52 CONFIG_JUMPX inputmethods/jumpxjumpx.pro
53 CONFIG_KBILL noncore/games/kbillkbill.pro 53 CONFIG_KBILL noncore/games/kbillkbill.pro
54 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro 54 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro
55 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro 55 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro
56 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro 56 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro
57 CONFIG_KEYVIEW development/keyviewkeyview.pro 57 CONFIG_KEYVIEW development/keyviewkeyview.pro
58 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro 58 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro
59 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro 59 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro
60 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro 60 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro
61 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro 61 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro
62 CONFIG_LAUNCHER_CORE core/launcherserver.pro 62 CONFIG_LAUNCHER_CORE core/launcherserver.pro
63 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro 63 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro
64 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro 64 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro
65CONFIG_LIBKATE noncore/apps/tinykate/libkate libkate.pro 65CONFIG_LIBKATE noncore/apps/tinykate/libkate libkate.pro
66 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro 66 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro
67 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro 67 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro
68 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro 68 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro
69 CONFIG_LIBOPIE libopielibopie.pro 69 CONFIG_LIBOPIE libopielibopie.pro
70 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro 70 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
71 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro 71 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
72 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro 72 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
73 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro 73 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
74 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro 74 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
75 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro 75 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
76 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro 76 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro
77 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 77 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
78 CONFIG_LIBOPIE_PIM libopie/pimpim.pro 78 CONFIG_LIBOPIE_PIM libopie/pimpim.pro
79 CONFIG_LIBQPE librarylibrary.pro 79 CONFIG_LIBQPE librarylibrary.pro
80 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 80 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
81 CONFIG_LIBQTAUX libqtauxlibqtaux.pro
81 CONFIG_LIBSQL libsqllibsql.pro 82 CONFIG_LIBSQL libsqllibsql.pro
82CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro 83CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
83CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 84CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
84 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 85 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
85 CONFIG_LIQUID noncore/styles/liquidliquid.pro 86 CONFIG_LIQUID noncore/styles/liquidliquid.pro
86 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 87 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
87 CONFIG_MAILIT noncore/net/mailit mailit.pro 88 CONFIG_MAILIT noncore/net/mailit mailit.pro
88CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro 89CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro
89 CONFIG_MAIL3 noncore/net/mail mail.pro 90 CONFIG_MAIL3 noncore/net/mail mail.pro
90CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro 91CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro
91 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 92 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
92 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro 93 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro
93 CONFIG_METAL noncore/styles/metalmetal.pro 94 CONFIG_METAL noncore/styles/metalmetal.pro
94 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro 95 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro
95 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro 96 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro
96 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro 97 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro
97 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro 98 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro
98 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro 99 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro
99 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro 100 CONFIG_MULTIKEYAPPLET core/applets/multikeyappletmultikeyapplet.pro
100 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro 101 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro
101 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro 102 CONFIG_NETWORKAPPLET noncore/applets/networkappletnetworkapplet.pro
102 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro 103 CONFIG_NETWORKSETUP noncore/settings/networksettingsnetworksettings.pro
103 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro 104 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro
104 CONFIG_OAPP core/apps/oappoapp.pro 105 CONFIG_OAPP core/apps/oappoapp.pro
105 CONFIG_OBEX core/applets/obex2obex.pro 106 CONFIG_OBEX core/applets/obex2obex.pro
106 CONFIG_ODICT noncore/apps/odictodict.pro 107 CONFIG_ODICT noncore/apps/odictodict.pro
107 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro 108 CONFIG_OIPKG noncore/unsupported/oipkgoipkg.pro
108 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro 109 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro
109 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro 110 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro
110 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro 111 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro
111 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro 112 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro
112 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro 113 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro
113 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro 114 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro
114 CONFIG_OPIEALARMcore/opiealarm 115 CONFIG_OPIEALARMcore/opiealarm
115 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 116 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
116 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 117 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
117 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro 118 CONFIG_OPIEMAIL2noncore/unsupported/mail2 mail.pro
118 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 119 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
119 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 120 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
120 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro 121 CONFIG_OPIE-RDESKTOP noncore/net/opierdesktopopierdesktop.pro
121 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro 122 CONFIG_OPIEREC noncore/multimedia/opierecopierec.pro
122 CONFIG_TONLEITER noncore/multimedia/tonleitertonleiter.pro 123 CONFIG_TONLEITER noncore/multimedia/tonleitertonleiter.pro
123 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 124 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
124 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 125 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro
125 CONFIG_OSEARCH core/pim/osearchosearch.pro 126 CONFIG_OSEARCH core/pim/osearchosearch.pro
126 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro 127 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro
127 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro 128 CONFIG_PACKAGEMANAGER noncore/settings/packagemanagerpackagemanager.pro
128 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 129 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro