author | zautrix <zautrix> | 2004-10-24 17:28:44 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-24 17:28:44 (UTC) |
commit | 0d18bacea3cdf5832604c3d37f40af1605433655 (patch) (unidiff) | |
tree | 5867472da7a08ffe7422da7f00197f0e6f44c87f | |
parent | 28480a90950a7372a2214a1c4c6f3fc71dd982fc (diff) | |
download | kdepimpi-0d18bacea3cdf5832604c3d37f40af1605433655.zip kdepimpi-0d18bacea3cdf5832604c3d37f40af1605433655.tar.gz kdepimpi-0d18bacea3cdf5832604c3d37f40af1605433655.tar.bz2 |
relese notes added
-rw-r--r-- | Makefile | 613 | ||||
-rw-r--r-- | ReleaseNotes.txt | 194 |
2 files changed, 555 insertions, 252 deletions
@@ -1,253 +1,362 @@ | |||
1 | ############################################################################# | 1 | export KDEPIMDIR = $(shell pwd) |
2 | # Makefile for building: kdepim-desktop | 2 | |
3 | # Generated by qmake (1.07a) (Qt 3.3.1) on: Sun Oct 24 15:40:45 2004 | 3 | export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < version) |
4 | # Project: kdepim-desktop.pro | 4 | |
5 | # Template: subdirs | 5 | ifeq ($(PLATFORM) , zaurus) |
6 | # Command: $(QMAKE) -o Makefile kdepim-desktop.pro | 6 | BUILD_NO_LDAP_PLUGIN=1 |
7 | ############################################################################# | 7 | endif |
8 | 8 | ||
9 | MAKEFILE =Makefile | 9 | ifneq ($(PLATFORM) , zaurus) |
10 | QMAKE =qmake | 10 | BUILD_NO_SHARP_PLUGIN=1 |
11 | DEL_FILE = rm -f | 11 | endif |
12 | CHK_DIR_EXISTS= test -d | 12 | |
13 | MKDIR = mkdir -p | 13 | SUBDIRS_MICROKDE = \ |
14 | SUBTARGETS = \ | 14 | libical/src/libical \ |
15 | sub-gammu-emb-common \ | 15 | libical/src/libicalss \ |
16 | sub-gammu-emb-gammu \ | 16 | qtcompat \ |
17 | sub-libical \ | 17 | microkde \ |
18 | sub-libkcal \ | 18 | libkcal \ |
19 | sub-microkde \ | 19 | libkdepim \ |
20 | sub-libkdepim \ | 20 | kabc \ |
21 | sub-kabc \ | 21 | kabc/formats/binary \ |
22 | sub-korganizer \ | 22 | kabc/plugins/file \ |
23 | sub-kaddressbook \ | 23 | kabc/plugins/dir \ |
24 | sub-kabc-plugins-file \ | 24 | korganizer \ |
25 | sub-kabc-plugins-dir \ | 25 | kalarmd \ |
26 | sub-kabc-plugins-file \ | 26 | kaddressbook |
27 | sub-kabc-plugins-qtopia \ | 27 | |
28 | sub-pwmanager-libcrypt-cipher \ | 28 | SUBDIRS_QTOPIA_PLUGIN = \ |
29 | sub-pwmanager-libcrypt-error \ | 29 | kabc/plugins/qtopia |
30 | sub-pwmanager-libcrypt-mpi \ | 30 | |
31 | sub-pwmanager-libcrypt-zlib \ | 31 | SUBDIRS_OPIE_PLUGIN = \ |
32 | sub-pwmanager-pwmanager | 32 | kabc/plugins/opie |
33 | 33 | ||
34 | first: all | 34 | SUBDIRS_SHARP_PLUGIN = \ |
35 | 35 | kabc/plugins/sharpdtm | |
36 | all: Makefile $(SUBTARGETS) | 36 | |
37 | 37 | SUBDIRS_LDAP_PLUGIN = \ | |
38 | gammu/emb/common/$(MAKEFILE): | 38 | kabc/plugins/ldap |
39 | @$(CHK_DIR_EXISTS) "gammu/emb/common" || $(MKDIR) "gammu/emb/common" | 39 | |
40 | cd gammu/emb/common && $(QMAKE) common.pro -o $(MAKEFILE) | 40 | SUBDIRS_MICROMAIL = \ |
41 | sub-gammu-emb-common: gammu/emb/common/$(MAKEFILE) FORCE | 41 | kmicromail/libetpan \ |
42 | cd gammu/emb/common && $(MAKE) -f $(MAKEFILE) | 42 | kmicromail/libmailwrapper \ |
43 | 43 | kmicromail | |
44 | gammu/emb/gammu/$(MAKEFILE): | 44 | |
45 | @$(CHK_DIR_EXISTS) "gammu/emb/gammu" || $(MKDIR) "gammu/emb/gammu" | 45 | SUBDIRS_GAMMU = \ |
46 | cd gammu/emb/gammu && $(QMAKE) gammu.pro -o $(MAKEFILE) | 46 | gammu/emb/common \ |
47 | sub-gammu-emb-gammu: gammu/emb/gammu/$(MAKEFILE) FORCE | 47 | gammu/emb/gammu |
48 | cd gammu/emb/gammu && $(MAKE) -f $(MAKEFILE) | 48 | |
49 | 49 | SUBDIRS_PWMANAGER = \ | |
50 | libical/$(MAKEFILE): | 50 | pwmanager/libcrypt/mpi \ |
51 | @$(CHK_DIR_EXISTS) "libical" || $(MKDIR) "libical" | 51 | pwmanager/libcrypt/error \ |
52 | cd libical && $(QMAKE) libical.pro -o $(MAKEFILE) | 52 | pwmanager/libcrypt/cipher \ |
53 | sub-libical: libical/$(MAKEFILE) FORCE | 53 | pwmanager/libcrypt/zlib \ |
54 | cd libical && $(MAKE) -f $(MAKEFILE) | 54 | pwmanager/pwmanager |
55 | 55 | ||
56 | libkcal/$(MAKEFILE): | 56 | SUBDIRS = \ |
57 | @$(CHK_DIR_EXISTS) "libkcal" || $(MKDIR) "libkcal" | 57 | $(SUBDIRS_MICROKDE) \ |
58 | cd libkcal && $(QMAKE) libkcal.pro -o $(MAKEFILE) | 58 | $(SUBDIRS_QTOPIA_PLUGIN) \ |
59 | sub-libkcal: libkcal/$(MAKEFILE) FORCE | 59 | $(SUBDIRS_OPIE_PLUGIN) \ |
60 | cd libkcal && $(MAKE) -f $(MAKEFILE) | 60 | $(SUBDIRS_SHARP_PLUGIN) \ |
61 | 61 | $(SUBDIRS_LDAP_PLUGIN) \ | |
62 | microkde/$(MAKEFILE): | 62 | $(SUBDIRS_MICROMAIL) \ |
63 | @$(CHK_DIR_EXISTS) "microkde" || $(MKDIR) "microkde" | 63 | $(SUBDIRS_GAMMU) \ |
64 | cd microkde && $(QMAKE) microkde.pro -o $(MAKEFILE) | 64 | $(SUBDIRS_PWMANAGER) |
65 | sub-microkde: microkde/$(MAKEFILE) FORCE | 65 | |
66 | cd microkde && $(MAKE) -f $(MAKEFILE) | 66 | |
67 | 67 | all: build_microkde \ | |
68 | libkdepim/$(MAKEFILE): | 68 | build_qtopia_plugin \ |
69 | @$(CHK_DIR_EXISTS) "libkdepim" || $(MKDIR) "libkdepim" | 69 | build_opie_plugin \ |
70 | cd libkdepim && $(QMAKE) libkdepim.pro -o $(MAKEFILE) | 70 | build_sharp_plugin \ |
71 | sub-libkdepim: libkdepim/$(MAKEFILE) FORCE | 71 | build_ldap_plugin \ |
72 | cd libkdepim && $(MAKE) -f $(MAKEFILE) | 72 | build_micromail \ |
73 | 73 | build_gammu \ | |
74 | kabc/$(MAKEFILE): | 74 | build_pwmanager |
75 | @$(CHK_DIR_EXISTS) "kabc" || $(MKDIR) "kabc" | 75 | |
76 | cd kabc && $(QMAKE) kabc.pro -o $(MAKEFILE) | 76 | |
77 | sub-kabc: kabc/$(MAKEFILE) FORCE | 77 | build_microkde: variable_test tmake |
78 | cd kabc && $(MAKE) -f $(MAKEFILE) | 78 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
79 | 79 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | |
80 | korganizer/$(MAKEFILE): | 80 | done |
81 | @$(CHK_DIR_EXISTS) "korganizer" || $(MKDIR) "korganizer" | 81 | |
82 | cd korganizer && $(QMAKE) korganizer.pro -o $(MAKEFILE) | 82 | build_qtopia_plugin: build_microkde |
83 | sub-korganizer: korganizer/$(MAKEFILE) FORCE | 83 | ifdef BUILD_NO_QTOPIA_PLUGIN |
84 | cd korganizer && $(MAKE) -f $(MAKEFILE) | 84 | @echo == qtopia plugin not build. |
85 | 85 | else | |
86 | kaddressbook/$(MAKEFILE): | 86 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
87 | @$(CHK_DIR_EXISTS) "kaddressbook" || $(MKDIR) "kaddressbook" | 87 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
88 | cd kaddressbook && $(QMAKE) kaddressbook.pro -o $(MAKEFILE) | 88 | done |
89 | sub-kaddressbook: kaddressbook/$(MAKEFILE) FORCE | 89 | endif |
90 | cd kaddressbook && $(MAKE) -f $(MAKEFILE) | 90 | |
91 | 91 | build_opie_plugin: build_microkde | |
92 | kabc/plugins/file/$(MAKEFILE): | 92 | ifdef BUILD_NO_OPIE_PLUGIN |
93 | @$(CHK_DIR_EXISTS) "kabc/plugins/file" || $(MKDIR) "kabc/plugins/file" | 93 | @echo == opie plugin not build. |
94 | cd kabc/plugins/file && $(QMAKE) file.pro -o $(MAKEFILE) | 94 | else |
95 | sub-kabc-plugins-file: kabc/plugins/file/$(MAKEFILE) FORCE | 95 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ |
96 | cd kabc/plugins/file && $(MAKE) -f $(MAKEFILE) | 96 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
97 | 97 | done | |
98 | kabc/plugins/dir/$(MAKEFILE): | 98 | endif |
99 | @$(CHK_DIR_EXISTS) "kabc/plugins/dir" || $(MKDIR) "kabc/plugins/dir" | 99 | |
100 | cd kabc/plugins/dir && $(QMAKE) dir.pro -o $(MAKEFILE) | 100 | build_sharp_plugin: build_microkde |
101 | sub-kabc-plugins-dir: kabc/plugins/dir/$(MAKEFILE) FORCE | 101 | ifdef BUILD_NO_SHARP_PLUGIN |
102 | cd kabc/plugins/dir && $(MAKE) -f $(MAKEFILE) | 102 | @echo == ldap plugin not build. |
103 | 103 | else | |
104 | kabc/plugins/file/$(MAKEFILE): | 104 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ |
105 | @$(CHK_DIR_EXISTS) "kabc/plugins/file" || $(MKDIR) "kabc/plugins/file" | 105 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
106 | cd kabc/plugins/file && $(QMAKE) file.pro -o $(MAKEFILE) | 106 | done |
107 | sub-kabc-plugins-file: kabc/plugins/file/$(MAKEFILE) FORCE | 107 | endif |
108 | cd kabc/plugins/file && $(MAKE) -f $(MAKEFILE) | 108 | |
109 | 109 | build_ldap_plugin: build_microkde | |
110 | kabc/plugins/qtopia/$(MAKEFILE): | 110 | ifdef BUILD_NO_LDAP_PLUGIN |
111 | @$(CHK_DIR_EXISTS) "kabc/plugins/qtopia" || $(MKDIR) "kabc/plugins/qtopia" | 111 | @echo == ldap plugin not build. |
112 | cd kabc/plugins/qtopia && $(QMAKE) qtopia.pro -o $(MAKEFILE) | 112 | else |
113 | sub-kabc-plugins-qtopia: kabc/plugins/qtopia/$(MAKEFILE) FORCE | 113 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ |
114 | cd kabc/plugins/qtopia && $(MAKE) -f $(MAKEFILE) | 114 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
115 | 115 | done | |
116 | pwmanager/libcrypt/cipher/$(MAKEFILE): | 116 | endif |
117 | @$(CHK_DIR_EXISTS) "pwmanager/libcrypt/cipher" || $(MKDIR) "pwmanager/libcrypt/cipher" | 117 | |
118 | cd pwmanager/libcrypt/cipher && $(QMAKE) cipher.pro -o $(MAKEFILE) | 118 | |
119 | sub-pwmanager-libcrypt-cipher: pwmanager/libcrypt/cipher/$(MAKEFILE) FORCE | 119 | build_micromail: build_microkde |
120 | cd pwmanager/libcrypt/cipher && $(MAKE) -f $(MAKEFILE) | 120 | ifdef BUILD_NO_MICROMAIL |
121 | 121 | @echo == kmicromail not build. | |
122 | pwmanager/libcrypt/error/$(MAKEFILE): | 122 | else |
123 | @$(CHK_DIR_EXISTS) "pwmanager/libcrypt/error" || $(MKDIR) "pwmanager/libcrypt/error" | 123 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ |
124 | cd pwmanager/libcrypt/error && $(QMAKE) error.pro -o $(MAKEFILE) | 124 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
125 | sub-pwmanager-libcrypt-error: pwmanager/libcrypt/error/$(MAKEFILE) FORCE | 125 | done |
126 | cd pwmanager/libcrypt/error && $(MAKE) -f $(MAKEFILE) | 126 | endif |
127 | 127 | ||
128 | pwmanager/libcrypt/mpi/$(MAKEFILE): | 128 | build_gammu: variable_test tmake |
129 | @$(CHK_DIR_EXISTS) "pwmanager/libcrypt/mpi" || $(MKDIR) "pwmanager/libcrypt/mpi" | 129 | ifdef BUILD_NO_GAMMU |
130 | cd pwmanager/libcrypt/mpi && $(QMAKE) mpi.pro -o $(MAKEFILE) | 130 | @echo == gammu not build. |
131 | sub-pwmanager-libcrypt-mpi: pwmanager/libcrypt/mpi/$(MAKEFILE) FORCE | 131 | else |
132 | cd pwmanager/libcrypt/mpi && $(MAKE) -f $(MAKEFILE) | 132 | for i in $(SUBDIRS_GAMMU); do pushd $$i; \ |
133 | 133 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | |
134 | pwmanager/libcrypt/zlib/$(MAKEFILE): | 134 | done |
135 | @$(CHK_DIR_EXISTS) "pwmanager/libcrypt/zlib" || $(MKDIR) "pwmanager/libcrypt/zlib" | 135 | endif |
136 | cd pwmanager/libcrypt/zlib && $(QMAKE) zlib.pro -o $(MAKEFILE) | 136 | |
137 | sub-pwmanager-libcrypt-zlib: pwmanager/libcrypt/zlib/$(MAKEFILE) FORCE | 137 | build_pwmanager: build_microkde |
138 | cd pwmanager/libcrypt/zlib && $(MAKE) -f $(MAKEFILE) | 138 | ifdef BUILD_NO_PWMANAGER |
139 | 139 | @echo == pwmanager not build. | |
140 | pwmanager/pwmanager/$(MAKEFILE): | 140 | else |
141 | @$(CHK_DIR_EXISTS) "pwmanager/pwmanager" || $(MKDIR) "pwmanager/pwmanager" | 141 | for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ |
142 | cd pwmanager/pwmanager && $(QMAKE) pwmanager.pro -o $(MAKEFILE) | 142 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
143 | sub-pwmanager-pwmanager: pwmanager/pwmanager/$(MAKEFILE) FORCE | 143 | done |
144 | cd pwmanager/pwmanager && $(MAKE) -f $(MAKEFILE) | 144 | endif |
145 | 145 | ||
146 | Makefile: kdepim-desktop.pro /usr/lib/qt3/mkspecs/default/qmake.conf | 146 | |
147 | $(QMAKE) -o Makefile kdepim-desktop.pro | 147 | variable_info: |
148 | qmake: qmake_all | 148 | @echo -------------------------------------- |
149 | @$(QMAKE) -o Makefile kdepim-desktop.pro | 149 | @echo KDEPIM buildsystem, variableinfo... |
150 | 150 | @echo KDEPIMDIR=$(KDEPIMDIR) | |
151 | all: $(SUBTARGETS) | 151 | @echo QTDIR=$(QTDIR) |
152 | qmake_all: gammu/emb/common/$(MAKEFILE) gammu/emb/gammu/$(MAKEFILE) libical/$(MAKEFILE) libkcal/$(MAKEFILE) microkde/$(MAKEFILE) libkdepim/$(MAKEFILE) kabc/$(MAKEFILE) korganizer/$(MAKEFILE) kaddressbook/$(MAKEFILE) kabc/plugins/file/$(MAKEFILE) kabc/plugins/dir/$(MAKEFILE) kabc/plugins/file/$(MAKEFILE) kabc/plugins/qtopia/$(MAKEFILE) pwmanager/libcrypt/cipher/$(MAKEFILE) pwmanager/libcrypt/error/$(MAKEFILE) pwmanager/libcrypt/mpi/$(MAKEFILE) pwmanager/libcrypt/zlib/$(MAKEFILE) pwmanager/pwmanager/$(MAKEFILE) | 152 | @echo QPEDIR=$(QPEDIR) |
153 | ( [ -d gammu/emb/common ] && cd gammu/emb/common ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 153 | @echo OPIEDIR=$(OPIEDIR) |
154 | ( [ -d gammu/emb/gammu ] && cd gammu/emb/gammu ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 154 | @echo PLATFORM=$(PLATFORM) |
155 | ( [ -d libical ] && cd libical ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 155 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) |
156 | ( [ -d libkcal ] && cd libkcal ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 156 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) |
157 | ( [ -d microkde ] && cd microkde ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 157 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
158 | ( [ -d libkdepim ] && cd libkdepim ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 158 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
159 | ( [ -d kabc ] && cd kabc ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 159 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) |
160 | ( [ -d korganizer ] && cd korganizer ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 160 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
161 | ( [ -d kaddressbook ] && cd kaddressbook ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 161 | ifndef BUILD_NO_SHARP_PLUGIN |
162 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 162 | @echo SHARPDTMSDK=$(SHARPDTMSDK) |
163 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 163 | endif |
164 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 164 | @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) |
165 | ( [ -d kabc/plugins/qtopia ] && cd kabc/plugins/qtopia ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 165 | @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) |
166 | ( [ -d pwmanager/libcrypt/cipher ] && cd pwmanager/libcrypt/cipher ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 166 | @echo -------------------------------------- |
167 | ( [ -d pwmanager/libcrypt/error ] && cd pwmanager/libcrypt/error ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 167 | |
168 | ( [ -d pwmanager/libcrypt/mpi ] && cd pwmanager/libcrypt/mpi ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 168 | variable_test: variable_info |
169 | ( [ -d pwmanager/libcrypt/zlib ] && cd pwmanager/libcrypt/zlib ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 169 | @echo KDEPIM buildsystem, variablecheck... |
170 | ( [ -d pwmanager/pwmanager ] && cd pwmanager/pwmanager ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | 170 | ifndef KDEPIMDIR |
171 | clean uicables mocables uiclean mocclean lexclean yaccclean : qmake_all FORCE | 171 | @echo KDEPIMDIR is not defined. |
172 | ( [ -d gammu/emb/common ] && cd gammu/emb/common ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 172 | $(error KDEPIMDIR is not defined) |
173 | ( [ -d gammu/emb/gammu ] && cd gammu/emb/gammu ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 173 | endif |
174 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 174 | ifndef PLATFORM |
175 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 175 | @echo PLATFORM is not defined. |
176 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 176 | $(error PLATFORM is not defined) |
177 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 177 | endif |
178 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 178 | ifdef BUILD_NO_LDAP_PLUGIN |
179 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 179 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |
180 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 180 | endif |
181 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 181 | ifdef BUILD_NO_OPIE_PLUGIN |
182 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 182 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) |
183 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 183 | endif |
184 | ( [ -d kabc/plugins/qtopia ] && cd kabc/plugins/qtopia ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 184 | ifdef BUILD_NO_QTOPIA_PLUGIN |
185 | ( [ -d pwmanager/libcrypt/cipher ] && cd pwmanager/libcrypt/cipher ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 185 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) |
186 | ( [ -d pwmanager/libcrypt/error ] && cd pwmanager/libcrypt/error ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 186 | endif |
187 | ( [ -d pwmanager/libcrypt/mpi ] && cd pwmanager/libcrypt/mpi ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 187 | ifdef BUILD_NO_MICROMAIL |
188 | ( [ -d pwmanager/libcrypt/zlib ] && cd pwmanager/libcrypt/zlib ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 188 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
189 | ( [ -d pwmanager/pwmanager ] && cd pwmanager/pwmanager ; $(MAKE) -f $(MAKEFILE) $@; ) || true | 189 | endif |
190 | uninstall_subdirs: qmake_all FORCE | 190 | ifdef BUILD_NO_SHARP_PLUGIN |
191 | ( [ -d gammu/emb/common ] && cd gammu/emb/common ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 191 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
192 | ( [ -d gammu/emb/gammu ] && cd gammu/emb/gammu ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 192 | else |
193 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 193 | ifndef SHARPDTMSDK |
194 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 194 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
195 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 195 | $(error SHARPDTMSDK is not defined) |
196 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 196 | endif |
197 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 197 | endif |
198 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 198 | ifdef BUILD_NO_GAMMU |
199 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 199 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
200 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 200 | endif |
201 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 201 | ifdef BUILD_NO_PWMANAGER |
202 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 202 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
203 | ( [ -d kabc/plugins/qtopia ] && cd kabc/plugins/qtopia ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 203 | endif |
204 | ( [ -d pwmanager/libcrypt/cipher ] && cd pwmanager/libcrypt/cipher ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 204 | @echo -------------------------------------- |
205 | ( [ -d pwmanager/libcrypt/error ] && cd pwmanager/libcrypt/error ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 205 | |
206 | ( [ -d pwmanager/libcrypt/mpi ] && cd pwmanager/libcrypt/mpi ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 206 | |
207 | ( [ -d pwmanager/libcrypt/zlib ] && cd pwmanager/libcrypt/zlib ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 207 | objects: |
208 | ( [ -d pwmanager/pwmanager ] && cd pwmanager/pwmanager ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | 208 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
209 | install_subdirs: qmake_all FORCE | 209 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
210 | ( [ -d gammu/emb/common ] && cd gammu/emb/common ; $(MAKE) -f $(MAKEFILE) install; ) || true | 210 | mkdir -p libical/lib/$(PLATFORM) |
211 | ( [ -d gammu/emb/gammu ] && cd gammu/emb/gammu ; $(MAKE) -f $(MAKEFILE) install; ) || true | 211 | mkdir -p pwmanager/libcrypt/$(PLATFORM) |
212 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) install; ) || true | 212 | |
213 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) install; ) || true | 213 | clean: |
214 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) install; ) || true | 214 | rm -rf libical/lib/$(PLATFORM)/*; |
215 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) install; ) || true | 215 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
216 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) install; ) || true | 216 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
217 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) install; ) || true | 217 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
218 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) install; ) || true | 218 | done |
219 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) install; ) || true | 219 | |
220 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) install; ) || true | 220 | install: |
221 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) install; ) || true | 221 | |
222 | ( [ -d kabc/plugins/qtopia ] && cd kabc/plugins/qtopia ; $(MAKE) -f $(MAKEFILE) install; ) || true | 222 | cd bin/kdepim; make install |
223 | ( [ -d pwmanager/libcrypt/cipher ] && cd pwmanager/libcrypt/cipher ; $(MAKE) -f $(MAKEFILE) install; ) || true | 223 | cp -r Pim $(QPEDIR)/apps |
224 | ( [ -d pwmanager/libcrypt/error ] && cd pwmanager/libcrypt/error ; $(MAKE) -f $(MAKEFILE) install; ) || true | 224 | cp db2file/db2file $(QPEDIR)/bin/db2file |
225 | ( [ -d pwmanager/libcrypt/mpi ] && cd pwmanager/libcrypt/mpi ; $(MAKE) -f $(MAKEFILE) install; ) || true | 225 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
226 | ( [ -d pwmanager/libcrypt/zlib ] && cd pwmanager/libcrypt/zlib ; $(MAKE) -f $(MAKEFILE) install; ) || true | 226 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
227 | ( [ -d pwmanager/pwmanager ] && cd pwmanager/pwmanager ; $(MAKE) -f $(MAKEFILE) install; ) || true | 227 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
228 | distclean: qmake_all FORCE | 228 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
229 | ( [ -d gammu/emb/common ] && cd gammu/emb/common ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 229 | |
230 | ( [ -d gammu/emb/gammu ] && cd gammu/emb/gammu ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 230 | dist: |
231 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 231 | @echo Dont forget to do "make install" before "make dist" |
232 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 232 | rm -f *arm.ipk |
233 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 233 | rm -f *~ |
234 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 234 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
235 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 235 | mkipks kmicrokdelibs.control |
236 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 236 | mkipks korganizer.control |
237 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 237 | mkipks kaddressbook.control |
238 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 238 | ifndef BUILD_NO_MICROMAIL |
239 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 239 | mkipks kopiemail.control |
240 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 240 | endif |
241 | ( [ -d kabc/plugins/qtopia ] && cd kabc/plugins/qtopia ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 241 | mkipks korganizer-alarm.control |
242 | ( [ -d pwmanager/libcrypt/cipher ] && cd pwmanager/libcrypt/cipher ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 242 | ifndef BUILD_NO_GAMMU |
243 | ( [ -d pwmanager/libcrypt/error ] && cd pwmanager/libcrypt/error ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 243 | mkipks phoneaccess.control |
244 | ( [ -d pwmanager/libcrypt/mpi ] && cd pwmanager/libcrypt/mpi ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 244 | endif |
245 | ( [ -d pwmanager/libcrypt/zlib ] && cd pwmanager/libcrypt/zlib ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 245 | ifndef BUILD_NO_PWMANAGER |
246 | ( [ -d pwmanager/pwmanager ] && cd pwmanager/pwmanager ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | 246 | mkipks pwmanager.control |
247 | 247 | endif | |
248 | install: install_subdirs | 248 | mkipks pim_TAB_icon.control |
249 | 249 | ||
250 | uninstall: uninstall_subdirs | 250 | tmake: objects \ |
251 | 251 | qtcompat/Makefile$(PLATFORM) \ | |
252 | FORCE: | 252 | microkde/Makefile$(PLATFORM) \ |
253 | libkcal/Makefile$(PLATFORM) \ | ||
254 | libkdepim/Makefile$(PLATFORM) \ | ||
255 | korganizer/Makefile$(PLATFORM) \ | ||
256 | kalarmd/Makefile$(PLATFORM) \ | ||
257 | libical/src/libical/Makefile$(PLATFORM) \ | ||
258 | libical/src/libicalss/Makefile$(PLATFORM) \ | ||
259 | kabc/Makefile$(PLATFORM) \ | ||
260 | kabc/formats/binary/Makefile$(PLATFORM) \ | ||
261 | kabc/plugins/file/Makefile$(PLATFORM) \ | ||
262 | kabc/plugins/dir/Makefile$(PLATFORM) \ | ||
263 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | ||
264 | kabc/plugins/opie/Makefile$(PLATFORM) \ | ||
265 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | ||
266 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | ||
267 | kaddressbook/Makefile$(PLATFORM) \ | ||
268 | kmicromail/Makefile$(PLATFORM) \ | ||
269 | kmicromail/libetpan/Makefile$(PLATFORM) \ | ||
270 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | ||
271 | gammu/emb/common/Makefile$(PLATFORM) \ | ||
272 | gammu/emb/gammu/Makefile$(PLATFORM) \ | ||
273 | pwmanager/pwmanager/Makefile$(PLATFORM) \ | ||
274 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ | ||
275 | pwmanager/libcrypt/error/Makefile$(PLATFORM) \ | ||
276 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ | ||
277 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM) | ||
278 | |||
279 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | ||
280 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) | ||
281 | |||
282 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | ||
283 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) | ||
284 | |||
285 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | ||
286 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) | ||
287 | |||
288 | |||
289 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | ||
290 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) | ||
291 | |||
292 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | ||
293 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) | ||
294 | |||
295 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | ||
296 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) | ||
297 | |||
298 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | ||
299 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) | ||
300 | |||
301 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | ||
302 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) | ||
303 | |||
304 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | ||
305 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) | ||
306 | |||
307 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | ||
308 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | ||
309 | |||
310 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | ||
311 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) | ||
312 | |||
313 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | ||
314 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) | ||
315 | |||
316 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | ||
317 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) | ||
318 | |||
319 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | ||
320 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) | ||
321 | |||
322 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | ||
323 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) | ||
324 | |||
325 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | ||
326 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) | ||
327 | |||
328 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | ||
329 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) | ||
330 | |||
331 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | ||
332 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) | ||
333 | |||
334 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | ||
335 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) | ||
336 | |||
337 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | ||
338 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) | ||
339 | |||
340 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro | ||
341 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) | ||
342 | |||
343 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro | ||
344 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) | ||
345 | |||
346 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro | ||
347 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) | ||
348 | |||
349 | |||
350 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro | ||
351 | cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) | ||
352 | |||
353 | pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro | ||
354 | cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) | ||
355 | |||
356 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro | ||
357 | cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) | ||
358 | |||
359 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro | ||
360 | cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) | ||
361 | |||
253 | 362 | ||
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt new file mode 100644 index 0000000..3fc07ac --- a/dev/null +++ b/ReleaseNotes.txt | |||
@@ -0,0 +1,194 @@ | |||
1 | |||
2 | Release notes for 1.9.10: | ||
3 | |||
4 | KDE-Pim/Pi is available for four platforms: | ||
5 | |||
6 | 1) Windows 32 | ||
7 | 2) Zaurus Sharp ROM, gcc 2.95 compiled | ||
8 | 3) OpenZaurus ROM, gcc 3.xx compiled | ||
9 | 4) Linux Desktop (SuSE 9.1) | ||
10 | |||
11 | Contents of the packages and how to install: | ||
12 | |||
13 | ***************************************************** | ||
14 | 1) Windows 32 | ||
15 | ***************************************************** | ||
16 | File: kdepim_1.9.10_for_Windows.exe.zip | ||
17 | Package contains: | ||
18 | KO/Pi | ||
19 | KA/Pi | ||
20 | Phone access(kammu.exe) | ||
21 | Libs for file, dir, qtopia resources. | ||
22 | |||
23 | Download file. | ||
24 | Unzip the file, then you are almost done. | ||
25 | For details read the file | ||
26 | Migration-Howto.txt in the package. | ||
27 | |||
28 | ***************************************************** | ||
29 | 2) Zaurus Sharp ROM, gcc 2.95 compiled | ||
30 | ***************************************************** | ||
31 | File: kdepim_1.9.10_for_SharpROM.ipk.zip | ||
32 | Package contains: | ||
33 | kaddressbook_1.9.10_arm.ipk | ||
34 | korganizer-alarm_1.9.10_arm.ipk | ||
35 | kmicrokdelibs_1.9.10_arm.ipk | ||
36 | phoneaccess_1.9.10_arm.ipk | ||
37 | kopiemail_1.9.10_arm.ipk | ||
38 | pim_TAB_icon_1.9.10_arm.ipk | ||
39 | korganizer_1.9.10_arm.ipk | ||
40 | pwmanager_1.9.10_arm.ipk | ||
41 | |||
42 | This package is for users of the Sharp ROM and clones. | ||
43 | Users of old OpenZaurus releases, which are gcc2.95 | ||
44 | compiled can use it as well. | ||
45 | |||
46 | All applications do need the | ||
47 | kmicrokdelibs_1.9.10_arm.ipk | ||
48 | package to run. | ||
49 | |||
50 | phoneaccess_1.9.10_arm.ipk | ||
51 | contains a command line tool for accessing mobile phones. | ||
52 | It is used from Kx/Pi to sync with / export to | ||
53 | mobile phones. | ||
54 | |||
55 | Unzip package and install the apps in the usual way. | ||
56 | |||
57 | ***************************************************** | ||
58 | 3) OpenZaurus ROM, gcc 3.xx compiled | ||
59 | ***************************************************** | ||
60 | File: kdepim_1.9.10_for_OZ-gcc3xx.ipk.zip | ||
61 | Package contains: | ||
62 | kaddressbook_OZ-gcc3xx_1.9.10_arm.ipk | ||
63 | kmicrokdelibs_OZ-gcc3xx_1.9.10_arm.ipk | ||
64 | kopiemail_OZ-gcc3xx_1.9.10_arm.ipk | ||
65 | korganizer-alarm_OZ-gcc3xx_1.9.10_arm.ipk | ||
66 | korganizer_OZ-gcc3xx_1.9.10_arm.ipk | ||
67 | phoneaccess_OZ-gcc3xx_1.9.10_arm.ipk | ||
68 | pim_TAB_icon_OZ-gcc3xx_1.9.10_arm.ipk | ||
69 | pwmanager_OZ-gcc3xx_1.9.10_arm.ipk | ||
70 | |||
71 | |||
72 | This package is for users of the Open Zaurus ROM 3.3.6, | ||
73 | compiled by coredump (aka known as Hentges-Rom). | ||
74 | The programs may run on the new | ||
75 | Open Zaurus Release 3.5.1 as well, but | ||
76 | they cannot be installed there properly, | ||
77 | because the package manager of OZ needs more | ||
78 | information in the ipk files to install them properly. | ||
79 | |||
80 | If you have Open Zaurus 3.5.1, you should use | ||
81 | the packages of the OZ 3.5.1 feed, | ||
82 | compiled and maintained by Hrw. | ||
83 | Do not ask the OZ people about problems with these | ||
84 | packages, they cannot help you. | ||
85 | |||
86 | By the way, I cannot help you as well, because I | ||
87 | am not using OZ. | ||
88 | |||
89 | All applications do need the | ||
90 | kmicrokdelibs_OZ-gcc3xx_1.9.10_arm.ipk | ||
91 | package to run. | ||
92 | |||
93 | phoneaccess_OZ-gcc3xx_1.9.10_arm.ipk | ||
94 | contains a command line tool for accessing mobile phones. | ||
95 | It is used from Kx/Pi to sync with / export to | ||
96 | mobile phones. | ||
97 | |||
98 | Unzip package and install the apps in the usual way. | ||
99 | |||
100 | ***************************************************** | ||
101 | 4) Linux Desktop (SuSE 9.1) | ||
102 | ***************************************************** | ||
103 | File: KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm | ||
104 | Package contains: | ||
105 | KAddessbook/Pi | ||
106 | KOrganizer/Pi | ||
107 | PasswordManager/Pi | ||
108 | KPhone/Pi | ||
109 | KTimeTracker/Pi | ||
110 | and the needed microkde libs. | ||
111 | |||
112 | Download file and install it on console with | ||
113 | su | ||
114 | rpm -ihv KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm | ||
115 | |||
116 | If you want to be able to sync your phone via infrared | ||
117 | (if you have an infrared port on your laptop) | ||
118 | please make an online update to get infrared working. | ||
119 | |||
120 | If you want to be able to sync KDE-Pim/Pi with the KDE-desktop | ||
121 | please update SuSE 9.1 to KDE 3.3.0 or higher. | ||
122 | NOTE: | ||
123 | Currently only syncing of calendar data is supported by | ||
124 | the KDE-Pim/Pi <-> KDE-desktop sync feature. | ||
125 | Possibility of syncing addressbook data will follow before | ||
126 | release 2.0.0 of KDE-Pim/Pi. | ||
127 | |||
128 | Here is the information, | ||
129 | provided in the rpm file about the content: | ||
130 | |||
131 | KDE-Pim-Pi | ||
132 | Version: 1.9.10-SuSE9.1 | ||
133 | This package contains the platform-independent PIM programs from | ||
134 | www.pi-sync.net, compiled for SuSE 9.1: | ||
135 | KTimeTacker/Pi | ||
136 | KPhone/Pi | ||
137 | KAddressbook/Pi | ||
138 | KOrganizer/Pi | ||
139 | PasswordManager/Pi | ||
140 | These applications do not need anything from the KDE-desktop | ||
141 | at all to run on Linux. However, there is a dependency from | ||
142 | two KDE libs, because a small command line program is included | ||
143 | to make it possible to sync with the KDE-desktop applications. | ||
144 | These applications are independent from the KDE-desktop | ||
145 | environment. That means, nothing of your existing | ||
146 | KDE-desktop setup will be changed, or any data | ||
147 | (calendar-addressbook) used by the KDE-desktop | ||
148 | applications will be changed or accessed. | ||
149 | These applications stores their data and config in | ||
150 | $HOME/kdepim/ | ||
151 | However, because the same file format is used, | ||
152 | an easy exchange of data with the KDE-desktop | ||
153 | is possible. | ||
154 | A small command line program is included | ||
155 | to make it possible to sync with the KDE-desktop applications. | ||
156 | You do not need to call this program from the commandline, | ||
157 | it is called from the KDE-Pim/Pi apps when you choose there: | ||
158 | Sync with KDE_Desktop. | ||
159 | If something is going wrong, please start the | ||
160 | KDE-Pim/Pi program itself from the console to get detailed output. | ||
161 | After installation, you should have a | ||
162 | PIM-pi | ||
163 | folder in your KDE start menu, where you can | ||
164 | start the applications from. | ||
165 | These programs makes it possible to sync your Zaurus easily | ||
166 | (with the KDE-Pim/Pi programs running on the Zaurus) | ||
167 | with the KDE-desktop calendar/addressbook data. | ||
168 | If you want to use that, you have to update your | ||
169 | KDE-desktop to version 3.3.0 or higher. | ||
170 | Actually - after the (non difficult) configuration is set up - | ||
171 | with two mouseklicks on the Zaurus, | ||
172 | the Zaurus syncs with the corresponding KDE-Pim/Pi | ||
173 | program on the Linux Desktop which syncs automatically | ||
174 | with the KDE-desktop data. | ||
175 | If you want to use the KDE-desktop calendar/addressbook applications, | ||
176 | just install these apps in this package and use them as a syncing tool for the | ||
177 | Zaurus <-> KDE-desktop sync. | ||
178 | The sync requires a network connection from your Zaurus to | ||
179 | the PC. A detailed Sync HowTo is available in the | ||
180 | Help menu of the applications. | ||
181 | These applications makes it also possible, that you can sync | ||
182 | (or just export the data to) your mobile phone with your | ||
183 | data of the KDE-desktop calendar/addressbook applications. | ||
184 | This is tested and working for Nokia mobile phones, | ||
185 | it may work with others as well. | ||
186 | (More info about that: -> Sync HowTo) | ||
187 | NOTE: | ||
188 | You have to make an online update in SuSE 9.1 to make it | ||
189 | possible to get the infrared connection working, such that | ||
190 | you can sync your (Nokia) mobile phone via infrared. | ||
191 | |||
192 | |||
193 | |||
194 | |||