-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | Makefile.Embedded | 4 | ||||
-rw-r--r-- | kammu.control (renamed from gammu.control) | 0 | ||||
-rwxr-xr-x | setQtopia | 1 | ||||
-rw-r--r-- | setZaurus | 1 |
5 files changed, 4 insertions, 6 deletions
@@ -1,27 +1,25 @@ | |||
1 | export KDEPIMDIR = $(shell pwd) | 1 | export KDEPIMDIR = $(shell pwd) |
2 | 2 | ||
3 | 3 | ||
4 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | BUILD_NO_GAMMU=1 | ||
7 | endif | 6 | endif |
8 | 7 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 8 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 9 | BUILD_NO_SHARP_PLUGIN=1 |
11 | BUILD_NO_GAMMU=1 | ||
12 | endif | 10 | endif |
13 | 11 | ||
14 | SUBDIRS_MICROKDE = \ | 12 | SUBDIRS_MICROKDE = \ |
15 | libical/src/libical \ | 13 | libical/src/libical \ |
16 | libical/src/libicalss \ | 14 | libical/src/libicalss \ |
17 | qtcompat \ | 15 | qtcompat \ |
18 | microkde \ | 16 | microkde \ |
19 | libkcal \ | 17 | libkcal \ |
20 | libkdepim \ | 18 | libkdepim \ |
21 | kabc \ | 19 | kabc \ |
22 | kabc/formats/binary \ | 20 | kabc/formats/binary \ |
23 | kabc/plugins/file \ | 21 | kabc/plugins/file \ |
24 | kabc/plugins/dir \ | 22 | kabc/plugins/dir \ |
25 | korganizer \ | 23 | korganizer \ |
26 | kalarmd \ | 24 | kalarmd \ |
27 | kaddressbook | 25 | kaddressbook |
@@ -188,33 +186,33 @@ install: | |||
188 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 186 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
189 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 187 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
190 | 188 | ||
191 | dist: | 189 | dist: |
192 | @echo Dont forget to do "make install" before "make dist" | 190 | @echo Dont forget to do "make install" before "make dist" |
193 | rm -f *arm.ipk | 191 | rm -f *arm.ipk |
194 | rm -f *~ | 192 | rm -f *~ |
195 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 193 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim |
196 | ./mkipks kmicrokdelibs.control | 194 | ./mkipks kmicrokdelibs.control |
197 | ./mkipks korganizer.control | 195 | ./mkipks korganizer.control |
198 | ./mkipks kaddressbook.control | 196 | ./mkipks kaddressbook.control |
199 | ifndef BUILD_NO_MICROMAIL | 197 | ifndef BUILD_NO_MICROMAIL |
200 | ./mkipks kopiemail.control | 198 | ./mkipks kopiemail.control |
201 | endif | 199 | endif |
202 | ./mkipks korganizer-alarm.control | 200 | ./mkipks korganizer-alarm.control |
203 | ifndef BUILD_NO_GAMMU | 201 | ifndef BUILD_NO_GAMMU |
204 | ./mkipks gammu.control | 202 | ./mkipks kammu.control |
205 | endif | 203 | endif |
206 | 204 | ||
207 | tmake: objects \ | 205 | tmake: objects \ |
208 | qtcompat/Makefile$(PLATFORM) \ | 206 | qtcompat/Makefile$(PLATFORM) \ |
209 | microkde/Makefile$(PLATFORM) \ | 207 | microkde/Makefile$(PLATFORM) \ |
210 | libkcal/Makefile$(PLATFORM) \ | 208 | libkcal/Makefile$(PLATFORM) \ |
211 | libkdepim/Makefile$(PLATFORM) \ | 209 | libkdepim/Makefile$(PLATFORM) \ |
212 | korganizer/Makefile$(PLATFORM) \ | 210 | korganizer/Makefile$(PLATFORM) \ |
213 | kalarmd/Makefile$(PLATFORM) \ | 211 | kalarmd/Makefile$(PLATFORM) \ |
214 | libical/src/libical/Makefile$(PLATFORM) \ | 212 | libical/src/libical/Makefile$(PLATFORM) \ |
215 | libical/src/libicalss/Makefile$(PLATFORM) \ | 213 | libical/src/libicalss/Makefile$(PLATFORM) \ |
216 | kabc/Makefile$(PLATFORM) \ | 214 | kabc/Makefile$(PLATFORM) \ |
217 | kabc/formats/binary/Makefile$(PLATFORM) \ | 215 | kabc/formats/binary/Makefile$(PLATFORM) \ |
218 | kabc/plugins/file/Makefile$(PLATFORM) \ | 216 | kabc/plugins/file/Makefile$(PLATFORM) \ |
219 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 217 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
220 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 218 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
diff --git a/Makefile.Embedded b/Makefile.Embedded index b7e0e33..7cc6952 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -1,27 +1,25 @@ | |||
1 | export KDEPIMDIR = $(shell pwd) | 1 | export KDEPIMDIR = $(shell pwd) |
2 | 2 | ||
3 | 3 | ||
4 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | BUILD_NO_GAMMU=1 | ||
7 | endif | 6 | endif |
8 | 7 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 8 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 9 | BUILD_NO_SHARP_PLUGIN=1 |
11 | BUILD_NO_GAMMU=1 | ||
12 | endif | 10 | endif |
13 | 11 | ||
14 | SUBDIRS_MICROKDE = \ | 12 | SUBDIRS_MICROKDE = \ |
15 | libical/src/libical \ | 13 | libical/src/libical \ |
16 | libical/src/libicalss \ | 14 | libical/src/libicalss \ |
17 | qtcompat \ | 15 | qtcompat \ |
18 | microkde \ | 16 | microkde \ |
19 | libkcal \ | 17 | libkcal \ |
20 | libkdepim \ | 18 | libkdepim \ |
21 | kabc \ | 19 | kabc \ |
22 | kabc/formats/binary \ | 20 | kabc/formats/binary \ |
23 | kabc/plugins/file \ | 21 | kabc/plugins/file \ |
24 | kabc/plugins/dir \ | 22 | kabc/plugins/dir \ |
25 | korganizer \ | 23 | korganizer \ |
26 | kalarmd \ | 24 | kalarmd \ |
27 | kaddressbook | 25 | kaddressbook |
@@ -188,33 +186,33 @@ install: | |||
188 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 186 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
189 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 187 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
190 | 188 | ||
191 | dist: | 189 | dist: |
192 | @echo Dont forget to do "make install" before "make dist" | 190 | @echo Dont forget to do "make install" before "make dist" |
193 | rm -f *arm.ipk | 191 | rm -f *arm.ipk |
194 | rm -f *~ | 192 | rm -f *~ |
195 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 193 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim |
196 | ./mkipks kmicrokdelibs.control | 194 | ./mkipks kmicrokdelibs.control |
197 | ./mkipks korganizer.control | 195 | ./mkipks korganizer.control |
198 | ./mkipks kaddressbook.control | 196 | ./mkipks kaddressbook.control |
199 | ifndef BUILD_NO_MICROMAIL | 197 | ifndef BUILD_NO_MICROMAIL |
200 | ./mkipks kopiemail.control | 198 | ./mkipks kopiemail.control |
201 | endif | 199 | endif |
202 | ./mkipks korganizer-alarm.control | 200 | ./mkipks korganizer-alarm.control |
203 | ifndef BUILD_NO_GAMMU | 201 | ifndef BUILD_NO_GAMMU |
204 | ./mkipks gammu.control | 202 | ./mkipks kammu.control |
205 | endif | 203 | endif |
206 | 204 | ||
207 | tmake: objects \ | 205 | tmake: objects \ |
208 | qtcompat/Makefile$(PLATFORM) \ | 206 | qtcompat/Makefile$(PLATFORM) \ |
209 | microkde/Makefile$(PLATFORM) \ | 207 | microkde/Makefile$(PLATFORM) \ |
210 | libkcal/Makefile$(PLATFORM) \ | 208 | libkcal/Makefile$(PLATFORM) \ |
211 | libkdepim/Makefile$(PLATFORM) \ | 209 | libkdepim/Makefile$(PLATFORM) \ |
212 | korganizer/Makefile$(PLATFORM) \ | 210 | korganizer/Makefile$(PLATFORM) \ |
213 | kalarmd/Makefile$(PLATFORM) \ | 211 | kalarmd/Makefile$(PLATFORM) \ |
214 | libical/src/libical/Makefile$(PLATFORM) \ | 212 | libical/src/libical/Makefile$(PLATFORM) \ |
215 | libical/src/libicalss/Makefile$(PLATFORM) \ | 213 | libical/src/libicalss/Makefile$(PLATFORM) \ |
216 | kabc/Makefile$(PLATFORM) \ | 214 | kabc/Makefile$(PLATFORM) \ |
217 | kabc/formats/binary/Makefile$(PLATFORM) \ | 215 | kabc/formats/binary/Makefile$(PLATFORM) \ |
218 | kabc/plugins/file/Makefile$(PLATFORM) \ | 216 | kabc/plugins/file/Makefile$(PLATFORM) \ |
219 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 217 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
220 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 218 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
diff --git a/gammu.control b/kammu.control index db52c80..db52c80 100644 --- a/gammu.control +++ b/kammu.control | |||
@@ -1,17 +1,18 @@ | |||
1 | # add the following line to ~/.bashrc without leading # | 1 | # add the following line to ~/.bashrc without leading # |
2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' | 2 | # alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' |
3 | # then type in terminal cq<return> to set the variables | 3 | # then type in terminal cq<return> to set the variables |
4 | # for desktop version in virtual framebuffer | 4 | # for desktop version in virtual framebuffer |
5 | export QPEDIR=/opt/Qtopia | 5 | export QPEDIR=/opt/Qtopia |
6 | export OPIEDIR=/kde_dev/opie | 6 | export OPIEDIR=/kde_dev/opie |
7 | export BUILD_NO_OPIE_PLUGIN=1 | 7 | export BUILD_NO_OPIE_PLUGIN=1 |
8 | #export BUILD_NO_GAMMU=1 | ||
8 | export QTDIR=/opt/Qtopia | 9 | export QTDIR=/opt/Qtopia |
9 | export PATH=$QTDIR/bin:$PATH | 10 | export PATH=$QTDIR/bin:$PATH |
10 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ | 11 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ |
11 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH | 12 | export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH |
12 | export PLATFORM=qtopia | 13 | export PLATFORM=qtopia |
13 | export QTOPIALIB=-lqtopia | 14 | export QTOPIALIB=-lqtopia |
14 | #export RELEASE_DEBUG=release | 15 | #export RELEASE_DEBUG=release |
15 | export RELEASE_DEBUG=debug | 16 | export RELEASE_DEBUG=debug |
16 | 17 | ||
17 | \ No newline at end of file | 18 | \ No newline at end of file |
@@ -1,17 +1,18 @@ | |||
1 | # copy this dir to /opt/Qtopia/examples/ | 1 | # copy this dir to /opt/Qtopia/examples/ |
2 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus | 2 | # Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus |
3 | # add the following line to ~/.bashrc without leading # | 3 | # add the following line to ~/.bashrc without leading # |
4 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' | 4 | # alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' |
5 | # then type in terminal cz<return> to set the variables | 5 | # then type in terminal cz<return> to set the variables |
6 | # for cross-compiling | 6 | # for cross-compiling |
7 | export QPEDIR=/opt/Qtopia/sharp | 7 | export QPEDIR=/opt/Qtopia/sharp |
8 | export OPIEDIR=/kde_dev/opie | 8 | export OPIEDIR=/kde_dev/opie |
9 | #export BUILD_NO_OPIE_PLUGIN=1 | 9 | #export BUILD_NO_OPIE_PLUGIN=1 |
10 | #export BUILD_NO_SHARP_PLUGIN=1 | 10 | #export BUILD_NO_SHARP_PLUGIN=1 |
11 | #export BUILD_NO_GAMMU=1 | ||
11 | export QTDIR=/opt/Qtopia/sharp | 12 | export QTDIR=/opt/Qtopia/sharp |
12 | export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH | 13 | export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH |
13 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ | 14 | export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ |
14 | export PLATFORM=zaurus | 15 | export PLATFORM=zaurus |
15 | export RELEASE_DEBUG=release | 16 | export RELEASE_DEBUG=release |
16 | export SHARPDTMSDK=/opt/dtm | 17 | export SHARPDTMSDK=/opt/dtm |
17 | #export RELEASE_DEBUG=debug \ No newline at end of file | 18 | #export RELEASE_DEBUG=debug \ No newline at end of file |