summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
-rw-r--r--Makefile.Embedded2
-rw-r--r--libical/src/libical/libicalE.pro2
-rw-r--r--libical/src/libicalss/libicalssE.pro2
-rw-r--r--libkcal/libkcalE.pro6
-rw-r--r--microkde/microkdeE.pro2
-rwxr-xr-xsetQtopia3
-rw-r--r--setZaurus9
-rwxr-xr-xsetZaurus35
9 files changed, 22 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index b2ef295..d24c8b8 100644
--- a/Makefile
+++ b/Makefile
@@ -202,24 +202,26 @@ variable_test: variable_info
202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) 202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
203 endif 203 endif
204 ifdef BUILD_NO_PWMANAGER 204 ifdef BUILD_NO_PWMANAGER
205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) 205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER)
206 endif 206 endif
207 @echo -------------------------------------- 207 @echo --------------------------------------
208 208
209 209
210objects: 210objects:
211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done 211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done
212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done 212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done
213 mkdir -p libical/lib/$(PLATFORM) 213 mkdir -p libical/lib/$(PLATFORM)
214 mkdir -p dest
215 mkdir -p dest$(LIBICAL_PATH)
214 mkdir -p pwmanager/libcrypt/$(PLATFORM) 216 mkdir -p pwmanager/libcrypt/$(PLATFORM)
215 217
216clean: 218clean:
217 rm -rf libical/lib/$(PLATFORM)/*; 219 rm -rf libical/lib/$(PLATFORM)/*;
218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 220 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 221 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 222 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
221 done 223 done
222 224
223pac: 225pac:
224 rm -f $(QPEDIR)/lib/libmicro* 226 rm -f $(QPEDIR)/lib/libmicro*
225 rm -f $(QPEDIR)/plugins/applets/libkopi* 227 rm -f $(QPEDIR)/plugins/applets/libkopi*
diff --git a/Makefile.Embedded b/Makefile.Embedded
index b2ef295..d24c8b8 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -202,24 +202,26 @@ variable_test: variable_info
202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) 202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
203 endif 203 endif
204 ifdef BUILD_NO_PWMANAGER 204 ifdef BUILD_NO_PWMANAGER
205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) 205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER)
206 endif 206 endif
207 @echo -------------------------------------- 207 @echo --------------------------------------
208 208
209 209
210objects: 210objects:
211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done 211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done
212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done 212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done
213 mkdir -p libical/lib/$(PLATFORM) 213 mkdir -p libical/lib/$(PLATFORM)
214 mkdir -p dest
215 mkdir -p dest$(LIBICAL_PATH)
214 mkdir -p pwmanager/libcrypt/$(PLATFORM) 216 mkdir -p pwmanager/libcrypt/$(PLATFORM)
215 217
216clean: 218clean:
217 rm -rf libical/lib/$(PLATFORM)/*; 219 rm -rf libical/lib/$(PLATFORM)/*;
218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 220 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 221 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 222 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
221 done 223 done
222 224
223pac: 225pac:
224 rm -f $(QPEDIR)/lib/libmicro* 226 rm -f $(QPEDIR)/lib/libmicro*
225 rm -f $(QPEDIR)/plugins/applets/libkopi* 227 rm -f $(QPEDIR)/plugins/applets/libkopi*
diff --git a/libical/src/libical/libicalE.pro b/libical/src/libical/libicalE.pro
index 1c79e18..5e9f44c 100644
--- a/libical/src/libical/libicalE.pro
+++ b/libical/src/libical/libicalE.pro
@@ -1,22 +1,22 @@
1###################################################################### 1######################################################################
2# Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 2# Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004
3###################################################################### 3######################################################################
4 4
5TEMPLATE = lib 5TEMPLATE = lib
6INCLUDEPATH += . 6INCLUDEPATH += .
7 CONFIG += staticlib 7 CONFIG += staticlib
8OBJECTS_DIR = obj/$(PLATFORM) 8OBJECTS_DIR = obj/$(PLATFORM)
9MOC_DIR = moc/$(PLATFORM) 9MOC_DIR = moc/$(PLATFORM)
10DESTDIR=../../lib/$(PLATFORM) 10DESTDIR=../../../dest$(LIBICAL_PATH)
11TARGET = ical 11TARGET = ical
12# Input 12# Input
13HEADERS += astime.h \ 13HEADERS += astime.h \
14 ical.h \ 14 ical.h \
15 icalarray.h \ 15 icalarray.h \
16 icalattach.h \ 16 icalattach.h \
17 icalattachimpl.h \ 17 icalattachimpl.h \
18 icalcomponent.h \ 18 icalcomponent.h \
19 icalderivedparameter.h \ 19 icalderivedparameter.h \
20 icalderivedproperty.h \ 20 icalderivedproperty.h \
21 icalderivedvalue.h \ 21 icalderivedvalue.h \
22 icalduration.h \ 22 icalduration.h \
diff --git a/libical/src/libicalss/libicalssE.pro b/libical/src/libicalss/libicalssE.pro
index 84ccf47..5f96609 100644
--- a/libical/src/libicalss/libicalssE.pro
+++ b/libical/src/libicalss/libicalssE.pro
@@ -1,25 +1,25 @@
1###################################################################### 1######################################################################
2# Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 2# Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004
3###################################################################### 3######################################################################
4 4
5 5
6 TEMPLATE= lib 6 TEMPLATE= lib
7 7
8TARGET = icalss 8TARGET = icalss
9 CONFIG += staticlib 9 CONFIG += staticlib
10 10
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=../../lib/$(PLATFORM) 13DESTDIR=../../../dest$(LIBICAL_PATH)
14INCLUDEPATH += . ../libical 14INCLUDEPATH += . ../libical
15# Input 15# Input
16HEADERS += icalcalendar.h \ 16HEADERS += icalcalendar.h \
17 icalclassify.h \ 17 icalclassify.h \
18 icalcluster.h \ 18 icalcluster.h \
19 icalclusterimpl.h \ 19 icalclusterimpl.h \
20 icaldirset.h \ 20 icaldirset.h \
21 icaldirsetimpl.h \ 21 icaldirsetimpl.h \
22 icalfileset.h \ 22 icalfileset.h \
23 icalfilesetimpl.h \ 23 icalfilesetimpl.h \
24 icalgauge.h \ 24 icalgauge.h \
25 icalgaugeimpl.h \ 25 icalgaugeimpl.h \
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro
index c2fb4e5..737be53 100644
--- a/libkcal/libkcalE.pro
+++ b/libkcal/libkcalE.pro
@@ -1,24 +1,26 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 TARGET = microkcal 3 TARGET = microkcal
4 4
5INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include 5INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include
6INCLUDEPATH += ../libical/src/libical 6INCLUDEPATH += ../libical/src/libical
7INCLUDEPATH += ../libical/src/libicalss 7INCLUDEPATH += ../libical/src/libicalss
8OBJECTS_DIR = obj/$(PLATFORM) 8OBJECTS_DIR = obj/$(PLATFORM)
9MOC_DIR = moc/$(PLATFORM) 9MOC_DIR = moc/$(PLATFORM)
10DESTDIR = $(QPEDIR)/lib 10DESTDIR = $(QPEDIR)/lib
11LIBS += ../libical/lib/$(PLATFORM)/libical.a 11#LIBS += ../libical/lib/$(PLATFORM)/libical.a
12LIBS += ../libical/lib/$(PLATFORM)/libicalss.a 12#LIBS += ../libical/lib/$(PLATFORM)/libicalss.a
13LIBS += ../dest$(LIBICAL_PATH)/libical.a
14LIBS += ../dest$(LIBICAL_PATH)/libicalss.a
13 15
14INTERFACES = \ 16INTERFACES = \
15 17
16HEADERS = \ 18HEADERS = \
17 alarm.h \ 19 alarm.h \
18 attachment.h \ 20 attachment.h \
19 attendee.h \ 21 attendee.h \
20 calendar.h \ 22 calendar.h \
21 calendarlocal.h \ 23 calendarlocal.h \
22 calfilter.h \ 24 calfilter.h \
23 calformat.h \ 25 calformat.h \
24 calstorage.h \ 26 calstorage.h \
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
index 5aa3571..c54fb22 100644
--- a/microkde/microkdeE.pro
+++ b/microkde/microkdeE.pro
@@ -1,15 +1,15 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include 3INCLUDEPATH += . .. $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include
4 4
5DEPENDPATH += $(QPEDIR)/include 5DEPENDPATH += $(QPEDIR)/include
6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib 6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib
7 7
8DEFINES += KDE_QT_ONLY 8DEFINES += KDE_QT_ONLY
9 9
10 TARGET = microkde 10 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib 13DESTDIR=$(QPEDIR)/lib
14 14
15 15
diff --git a/setQtopia b/setQtopia
index 60778ed..50cc6e6 100755
--- a/setQtopia
+++ b/setQtopia
@@ -1,18 +1,21 @@
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
5export QPEDIR=/opt/Qtopia 5export QPEDIR=/opt/Qtopia
6export OPIEDIR=/kde_dev/opie 6export OPIEDIR=/kde_dev/opie
7export BUILD_NO_OPIE_PLUGIN=1 7export BUILD_NO_OPIE_PLUGIN=1
8export BUILD_NO_LDAP_PLUGIN=1
8#export BUILD_NO_GAMMU=1 9#export BUILD_NO_GAMMU=1
9export QTDIR=/opt/Qtopia 10export QTDIR=/opt/Qtopia
10export PATH=$QTDIR/bin:$PATH 11export PATH=$QTDIR/bin:$PATH
12#export BUILD_NO_PWMANAGER=1
11export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ 13export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++
12export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH 14export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH
13export PLATFORM=qtopia 15export PLATFORM=qtopia
14export QTOPIALIB=-lqtopia 16export QTOPIALIB=-lqtopia
17export LIBICAL_PATH=/qtopia
15#export RELEASE_DEBUG=release 18#export RELEASE_DEBUG=release
16export RELEASE_DEBUG=debug 19export RELEASE_DEBUG=debug
17 20
18 \ No newline at end of file 21 \ No newline at end of file
diff --git a/setZaurus b/setZaurus
index c7b4e05..0ad740e 100644
--- a/setZaurus
+++ b/setZaurus
@@ -1,19 +1,20 @@
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
7export QPEDIR=/opt/Qtopia/sharp 7export QPEDIR=/opt/Qtopia/sharp
8export OPIEDIR=/kde_dev/opie 8export OPIEDIR=/kde_dev/opie
9#export BUILD_NO_OPIE_PLUGIN=1 9export 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 BUILD_NO_GAMMU=1
12#export BUILD_NO_PWMANAGER=1
12export QTDIR=/opt/Qtopia/sharp 13export QTDIR=/opt/Qtopia/sharp
13export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH 14export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH
14export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ 15export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++
15export PLATFORM=zaurus 16export PLATFORM=zaurus
16export RELEASE_DEBUG=release 17export RELEASE_DEBUG=release
18export LIBICAL_PATH=/zaurus
17export SHARPDTMSDK=/opt/dtm 19export SHARPDTMSDK=/opt/dtm
18#export RELEASE_DEBUG=debug 20#export RELEASE_DEBUG=debug \ No newline at end of file
19
diff --git a/setZaurus3 b/setZaurus3
index 5d1fe7b..245e5d6 100755
--- a/setZaurus3
+++ b/setZaurus3
@@ -1,25 +1,26 @@
1# Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus 1# Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus
2# copy this dir to /opt/Qtopia/examples/ 2# copy this dir to /opt/Qtopia/examples/
3# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3 3# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3
4# add the following line to ~/.bashrc without leading # 4# add the following line to ~/.bashrc without leading #
5# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3' 5# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3'
6# then type in terminal cz3<return> to set the variables 6# then type in terminal cz3<return> to set the variables
7# for cross-compiling 7# for cross-compiling
8export QPEDIR=/opt/Qtopia/sharp3 8export QPEDIR=/opt/Qtopia/sharp3
9export OPIEDIR=/kde_dev/opie 9export OPIEDIR=/kde_dev/opie
10#export BUILD_NO_OPIE_PLUGIN=1 10export BUILD_NO_OPIE_PLUGIN=1
11export BUILD_NO_QTOPIA_PLUGIN=1 11#export BUILD_NO_QTOPIA_PLUGIN=1
12export BUILD_NO_SHARP_PLUGIN=1 12export BUILD_NO_SHARP_PLUGIN=1
13export BUILD_NO_LDAP_PLUGIN=1 13export BUILD_NO_LDAP_PLUGIN=1
14#export BUILD_NO_GAMMU=1 14#export BUILD_NO_GAMMU=1
15export QTDIR=/opt/Qtopia/sharp3 15export QTDIR=/opt/Qtopia/sharp3
16#insert here path to your gcc 3.3.2 compiler 16#insert here path to your gcc 3.3.2 compiler
17export PATH=$QTDIR/bin:/opt/cross/bin:$PATH 17export PATH=$QTDIR/bin:/opt/cross/bin:$PATH
18export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ 18export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++
19export PLATFORM=zaurus3 19export PLATFORM=zaurus3
20export RELEASE_DEBUG=release 20export RELEASE_DEBUG=release
21export SHARPDTMSDK=/opt/dtm 21export SHARPDTMSDK=/opt/dtm
22#export RELEASE_DEBUG=debug 22#export RELEASE_DEBUG=debug
23export LIBICAL_PATH=/zaurus
23export GCC3EXTRALIB1=-lpng12 24export GCC3EXTRALIB1=-lpng12
24export GCC3EXTRALIB2=-lz 25export GCC3EXTRALIB2=-lz
25export KDEPIM_VERSION=1.9.5c \ No newline at end of file 26export KDEPIM_VERSION=1.9.5c \ No newline at end of file