-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
@@ -2,14 +2,12 @@ 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 \ |
@@ -200,9 +198,9 @@ dist: | |||
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) \ |
diff --git a/Makefile.Embedded b/Makefile.Embedded index b7e0e33..7cc6952 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -2,14 +2,12 @@ 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 \ |
@@ -200,9 +198,9 @@ dist: | |||
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) \ |
diff --git a/gammu.control b/kammu.control index db52c80..db52c80 100644 --- a/gammu.control +++ b/kammu.control | |||
@@ -4,8 +4,9 @@ | |||
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 |
@@ -7,8 +7,9 @@ | |||
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 |