-rw-r--r-- | Makefile | 442 | ||||
-rw-r--r-- | kaddressbook.control | 2 | ||||
-rw-r--r-- | kmicrokdelibs.control | 2 | ||||
-rw-r--r-- | kopiemail.control | 4 | ||||
-rw-r--r-- | korganizer.control | 2 |
5 files changed, 303 insertions, 149 deletions
@@ -1,145 +1,299 @@ | |||
1 | ############################################################################# | 1 | DISTPATH = $(shell pwd) |
2 | # Makefile for building: kopi-desktop | 2 | DISTDIR = $(shell basename $(DISTPATH)) |
3 | # Generated by qmake (1.07a) (Qt 3.3.1) on: Sat Jul 10 00:50:39 2004 | ||
4 | # Project: kopi-desktop.pro | ||
5 | # Template: subdirs | ||
6 | # Command: $(QMAKE) -o Makefile kopi-desktop.pro | ||
7 | ############################################################################# | ||
8 | |||
9 | MAKEFILE =Makefile | ||
10 | QMAKE =qmake | ||
11 | DEL_FILE = rm -f | ||
12 | CHK_DIR_EXISTS= test -d | ||
13 | MKDIR = mkdir -p | ||
14 | SUBTARGETS = \ | ||
15 | sub-libical \ | ||
16 | sub-libkcal \ | ||
17 | sub-microkde \ | ||
18 | sub-libkdepim \ | ||
19 | sub-kabc \ | ||
20 | sub-korganizer \ | ||
21 | sub-kaddressbook \ | ||
22 | sub-kabc-plugins-file \ | ||
23 | sub-kabc-plugins-dir | ||
24 | |||
25 | first: all | ||
26 | |||
27 | all: Makefile $(SUBTARGETS) | ||
28 | |||
29 | libical/$(MAKEFILE): | ||
30 | @$(CHK_DIR_EXISTS) "libical" || $(MKDIR) "libical" | ||
31 | cd libical && $(QMAKE) libical.pro -o $(MAKEFILE) | ||
32 | sub-libical: libical/$(MAKEFILE) FORCE | ||
33 | cd libical && $(MAKE) -f $(MAKEFILE) | ||
34 | |||
35 | libkcal/$(MAKEFILE): | ||
36 | @$(CHK_DIR_EXISTS) "libkcal" || $(MKDIR) "libkcal" | ||
37 | cd libkcal && $(QMAKE) libkcal.pro -o $(MAKEFILE) | ||
38 | sub-libkcal: libkcal/$(MAKEFILE) FORCE | ||
39 | cd libkcal && $(MAKE) -f $(MAKEFILE) | ||
40 | |||
41 | microkde/$(MAKEFILE): | ||
42 | @$(CHK_DIR_EXISTS) "microkde" || $(MKDIR) "microkde" | ||
43 | cd microkde && $(QMAKE) microkde.pro -o $(MAKEFILE) | ||
44 | sub-microkde: microkde/$(MAKEFILE) FORCE | ||
45 | cd microkde && $(MAKE) -f $(MAKEFILE) | ||
46 | |||
47 | libkdepim/$(MAKEFILE): | ||
48 | @$(CHK_DIR_EXISTS) "libkdepim" || $(MKDIR) "libkdepim" | ||
49 | cd libkdepim && $(QMAKE) libkdepim.pro -o $(MAKEFILE) | ||
50 | sub-libkdepim: libkdepim/$(MAKEFILE) FORCE | ||
51 | cd libkdepim && $(MAKE) -f $(MAKEFILE) | ||
52 | |||
53 | kabc/$(MAKEFILE): | ||
54 | @$(CHK_DIR_EXISTS) "kabc" || $(MKDIR) "kabc" | ||
55 | cd kabc && $(QMAKE) kabc.pro -o $(MAKEFILE) | ||
56 | sub-kabc: kabc/$(MAKEFILE) FORCE | ||
57 | cd kabc && $(MAKE) -f $(MAKEFILE) | ||
58 | |||
59 | korganizer/$(MAKEFILE): | ||
60 | @$(CHK_DIR_EXISTS) "korganizer" || $(MKDIR) "korganizer" | ||
61 | cd korganizer && $(QMAKE) korganizer.pro -o $(MAKEFILE) | ||
62 | sub-korganizer: korganizer/$(MAKEFILE) FORCE | ||
63 | cd korganizer && $(MAKE) -f $(MAKEFILE) | ||
64 | |||
65 | kaddressbook/$(MAKEFILE): | ||
66 | @$(CHK_DIR_EXISTS) "kaddressbook" || $(MKDIR) "kaddressbook" | ||
67 | cd kaddressbook && $(QMAKE) kaddressbook.pro -o $(MAKEFILE) | ||
68 | sub-kaddressbook: kaddressbook/$(MAKEFILE) FORCE | ||
69 | cd kaddressbook && $(MAKE) -f $(MAKEFILE) | ||
70 | |||
71 | kabc/plugins/file/$(MAKEFILE): | ||
72 | @$(CHK_DIR_EXISTS) "kabc/plugins/file" || $(MKDIR) "kabc/plugins/file" | ||
73 | cd kabc/plugins/file && $(QMAKE) file.pro -o $(MAKEFILE) | ||
74 | sub-kabc-plugins-file: kabc/plugins/file/$(MAKEFILE) FORCE | ||
75 | cd kabc/plugins/file && $(MAKE) -f $(MAKEFILE) | ||
76 | |||
77 | kabc/plugins/dir/$(MAKEFILE): | ||
78 | @$(CHK_DIR_EXISTS) "kabc/plugins/dir" || $(MKDIR) "kabc/plugins/dir" | ||
79 | cd kabc/plugins/dir && $(QMAKE) dir.pro -o $(MAKEFILE) | ||
80 | sub-kabc-plugins-dir: kabc/plugins/dir/$(MAKEFILE) FORCE | ||
81 | cd kabc/plugins/dir && $(MAKE) -f $(MAKEFILE) | ||
82 | |||
83 | Makefile: kopi-desktop.pro /usr/lib/qt3/mkspecs/default/qmake.conf | ||
84 | $(QMAKE) -o Makefile kopi-desktop.pro | ||
85 | qmake: qmake_all | ||
86 | @$(QMAKE) -o Makefile kopi-desktop.pro | ||
87 | |||
88 | all: $(SUBTARGETS) | ||
89 | qmake_all: libical/$(MAKEFILE) libkcal/$(MAKEFILE) microkde/$(MAKEFILE) libkdepim/$(MAKEFILE) kabc/$(MAKEFILE) korganizer/$(MAKEFILE) kaddressbook/$(MAKEFILE) kabc/plugins/file/$(MAKEFILE) kabc/plugins/dir/$(MAKEFILE) | ||
90 | ( [ -d libical ] && cd libical ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
91 | ( [ -d libkcal ] && cd libkcal ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
92 | ( [ -d microkde ] && cd microkde ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
93 | ( [ -d libkdepim ] && cd libkdepim ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
94 | ( [ -d kabc ] && cd kabc ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
95 | ( [ -d korganizer ] && cd korganizer ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
96 | ( [ -d kaddressbook ] && cd kaddressbook ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
97 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
98 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; grep "^qmake_all:" $(MAKEFILE) && $(MAKE) -f $(MAKEFILE) qmake_all; ) || true | ||
99 | clean uicables mocables uiclean mocclean lexclean yaccclean : qmake_all FORCE | ||
100 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
101 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
102 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
103 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
104 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
105 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
106 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
107 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
108 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) $@; ) || true | ||
109 | uninstall_subdirs: qmake_all FORCE | ||
110 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
111 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
112 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
113 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
114 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
115 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
116 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
117 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
118 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) uninstall; ) || true | ||
119 | install_subdirs: qmake_all FORCE | ||
120 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
121 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
122 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
123 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
124 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
125 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
126 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
127 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
128 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) install; ) || true | ||
129 | distclean: qmake_all FORCE | ||
130 | ( [ -d libical ] && cd libical ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
131 | ( [ -d libkcal ] && cd libkcal ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
132 | ( [ -d microkde ] && cd microkde ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
133 | ( [ -d libkdepim ] && cd libkdepim ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
134 | ( [ -d kabc ] && cd kabc ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
135 | ( [ -d korganizer ] && cd korganizer ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
136 | ( [ -d kaddressbook ] && cd kaddressbook ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
137 | ( [ -d kabc/plugins/file ] && cd kabc/plugins/file ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
138 | ( [ -d kabc/plugins/dir ] && cd kabc/plugins/dir ; $(MAKE) -f $(MAKEFILE) $@; $(DEL_FILE) $(MAKEFILE); ) || true | ||
139 | |||
140 | install: install_subdirs | ||
141 | |||
142 | uninstall: uninstall_subdirs | ||
143 | |||
144 | FORCE: | ||
145 | 3 | ||
4 | |||
5 | ifeq ($(PLATFORM) , zaurus) | ||
6 | BUILD_NO_LDAP_PLUGIN=1 | ||
7 | endif | ||
8 | |||
9 | ifneq ($(PLATFORM) , zaurus) | ||
10 | BUILD_NO_SHARP_PLUGIN=1 | ||
11 | endif | ||
12 | |||
13 | SUBDIRS_MICROKDE = \ | ||
14 | libical/src/libical \ | ||
15 | libical/src/libicalss \ | ||
16 | qtcompat \ | ||
17 | microkde \ | ||
18 | libkcal \ | ||
19 | libkdepim \ | ||
20 | kabc \ | ||
21 | kabc/formats/binary \ | ||
22 | kabc/plugins/file \ | ||
23 | kabc/plugins/dir \ | ||
24 | korganizer \ | ||
25 | kalarmd \ | ||
26 | kaddressbook | ||
27 | |||
28 | SUBDIRS_QTOPIA_PLUGIN = \ | ||
29 | kabc/converter/qtopia \ | ||
30 | kabc/plugins/qtopia \ | ||
31 | kaddressbook/xxport/qtopia | ||
32 | |||
33 | SUBDIRS_OPIE_PLUGIN = \ | ||
34 | kabc/converter/opie \ | ||
35 | kabc/plugins/opie \ | ||
36 | kaddressbook/xxport/opie | ||
37 | |||
38 | SUBDIRS_SHARP_PLUGIN = \ | ||
39 | kabc/converter/sharpdtm \ | ||
40 | kabc/plugins/sharpdtm \ | ||
41 | kaddressbook/xxport/sharpdtm | ||
42 | |||
43 | SUBDIRS_LDAP_PLUGIN = \ | ||
44 | kabc/plugins/ldap | ||
45 | |||
46 | SUBDIRS_MICROMAIL = \ | ||
47 | kmicromail/libetpan \ | ||
48 | kmicromail/libmailwrapper \ | ||
49 | kmicromail | ||
50 | |||
51 | SUBDIRS = \ | ||
52 | $(SUBDIRS_MICROKDE) \ | ||
53 | $(SUBDIRS_QTOPIA_PLUGIN) \ | ||
54 | $(SUBDIRS_OPIE_PLUGIN) \ | ||
55 | $(SUBDIRS_SHARP_PLUGIN) \ | ||
56 | $(SUBDIRS_LDAP_PLUGIN) \ | ||
57 | $(SUBDIRS_MICROMAIL) | ||
58 | |||
59 | |||
60 | all: build_microkde \ | ||
61 | build_qtopia_plugin \ | ||
62 | build_opie_plugin \ | ||
63 | build_sharp_plugin \ | ||
64 | build_ldap_plugin \ | ||
65 | build_micromail | ||
66 | |||
67 | |||
68 | build_microkde: variable_test tmake | ||
69 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | ||
70 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
71 | done | ||
72 | |||
73 | build_qtopia_plugin: build_microkde | ||
74 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | ||
75 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
76 | done | ||
77 | |||
78 | build_opie_plugin: build_microkde | ||
79 | ifdef BUILD_NO_OPIE_PLUGIN | ||
80 | @echo ---> opie plugin not build. | ||
81 | else | ||
82 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ | ||
83 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
84 | done | ||
85 | endif | ||
86 | |||
87 | build_sharp_plugin: build_microkde | ||
88 | ifdef BUILD_NO_SHARP_PLUGIN | ||
89 | @echo ---> ldap plugin not build. | ||
90 | else | ||
91 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ | ||
92 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
93 | done | ||
94 | endif | ||
95 | |||
96 | build_ldap_plugin: build_microkde | ||
97 | ifdef BUILD_NO_LDAP_PLUGIN | ||
98 | @echo ---> ldap plugin not build. | ||
99 | else | ||
100 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ | ||
101 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
102 | done | ||
103 | endif | ||
104 | |||
105 | |||
106 | build_micromail: build_microkde | ||
107 | ifdef BUILD_NO_MICROMAIL | ||
108 | @echo ---> micromail not build. | ||
109 | else | ||
110 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ | ||
111 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
112 | done | ||
113 | endif | ||
114 | |||
115 | |||
116 | variable_info: | ||
117 | @echo -------------------------------------- | ||
118 | @echo KDEPIM buildsystem, variableinfo... | ||
119 | @echo QTDIR=$(QTDIR) | ||
120 | @echo QPEDIR=$(QPEDIR) | ||
121 | @echo OPIEDIR=$(OPIEDIR) | ||
122 | @echo PLATFORM=$(PLATFORM) | ||
123 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) | ||
124 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) | ||
125 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | ||
126 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | ||
127 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | ||
128 | ifndef BUILD_NO_SHARP_PLUGIN | ||
129 | @echo SHARPDTMSDK=$(SHARPDTMSDK) | ||
130 | endif | ||
131 | @echo -------------------------------------- | ||
132 | |||
133 | variable_test: variable_info | ||
134 | @echo KDEPIM buildsystem, variablecheck... | ||
135 | ifndef PLATFORM | ||
136 | @echo PLATFORM is not defined. | ||
137 | $(error PLATFORM is not defined) | ||
138 | endif | ||
139 | ifdef BUILD_NO_LDAP_PLUGIN | ||
140 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) | ||
141 | endif | ||
142 | ifdef BUILD_NO_OPIE_PLUGIN | ||
143 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) | ||
144 | endif | ||
145 | ifdef BUILD_NO_MICROMAIL | ||
146 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | ||
147 | endif | ||
148 | ifdef BUILD_NO_SHARP_PLUGIN | ||
149 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | ||
150 | else | ||
151 | ifndef SHARPDTMSDK | ||
152 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | ||
153 | $(error SHARPDTMSDK is not defined) | ||
154 | endif | ||
155 | endif | ||
156 | @echo -------------------------------------- | ||
157 | |||
158 | |||
159 | objects: | ||
160 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | ||
161 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | ||
162 | mkdir -p libical/lib/$(PLATFORM) | ||
163 | |||
164 | clean: | ||
165 | rm -f libical/lib/$(PLATFORM)/*; | ||
166 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | ||
167 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | ||
168 | done | ||
169 | install: | ||
170 | cd bin/kdepim; make install | ||
171 | cp db2file/db2file $(QPEDIR)/bin/db2file | ||
172 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | ||
173 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | ||
174 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | ||
175 | |||
176 | dist: | ||
177 | @echo Dont forget to do "make install" before "make dist" | ||
178 | rm -f *arm.ipk | ||
179 | rm -f *~ | ||
180 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | ||
181 | ./mkipks kmicrokdelibs.control | ||
182 | ./mkipks korganizer.control | ||
183 | ./mkipks kaddressbook.control | ||
184 | ifndef BUILD_NO_MICROMAIL | ||
185 | ./mkipks kopiemail.control | ||
186 | endif | ||
187 | ./mkipks korganizer-alarm.control | ||
188 | |||
189 | tmake: objects \ | ||
190 | qtcompat/Makefile$(PLATFORM) \ | ||
191 | microkde/Makefile$(PLATFORM) \ | ||
192 | libkcal/Makefile$(PLATFORM) \ | ||
193 | libkdepim/Makefile$(PLATFORM) \ | ||
194 | korganizer/Makefile$(PLATFORM) \ | ||
195 | kalarmd/Makefile$(PLATFORM) \ | ||
196 | libical/src/libical/Makefile$(PLATFORM) \ | ||
197 | libical/src/libicalss/Makefile$(PLATFORM) \ | ||
198 | kabc/Makefile$(PLATFORM) \ | ||
199 | kabc/converter/opie/Makefile$(PLATFORM) \ | ||
200 | kabc/converter/qtopia/Makefile$(PLATFORM) \ | ||
201 | kabc/converter/sharpdtm/Makefile$(PLATFORM) \ | ||
202 | kabc/formats/binary/Makefile$(PLATFORM) \ | ||
203 | kabc/plugins/file/Makefile$(PLATFORM) \ | ||
204 | kabc/plugins/dir/Makefile$(PLATFORM) \ | ||
205 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | ||
206 | kabc/plugins/opie/Makefile$(PLATFORM) \ | ||
207 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | ||
208 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | ||
209 | kaddressbook/xxport/opie/Makefile$(PLATFORM) \ | ||
210 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ | ||
211 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ | ||
212 | kaddressbook/Makefile$(PLATFORM) \ | ||
213 | kmicromail/Makefile$(PLATFORM) \ | ||
214 | kmicromail/libetpan/Makefile$(PLATFORM) \ | ||
215 | kmicromail/libmailwrapper/Makefile$(PLATFORM) | ||
216 | |||
217 | |||
218 | |||
219 | |||
220 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | ||
221 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) | ||
222 | |||
223 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | ||
224 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) | ||
225 | |||
226 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | ||
227 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) | ||
228 | |||
229 | |||
230 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | ||
231 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) | ||
232 | |||
233 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | ||
234 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) | ||
235 | |||
236 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | ||
237 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) | ||
238 | |||
239 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | ||
240 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) | ||
241 | |||
242 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | ||
243 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) | ||
244 | |||
245 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | ||
246 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) | ||
247 | |||
248 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro | ||
249 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | ||
250 | |||
251 | kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro | ||
252 | cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | ||
253 | |||
254 | kabc/converter/sharpdtm/Makefile$(PLATFORM): kabc/converter/sharpdtm/sharpdtmE.pro | ||
255 | cd kabc/converter/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | ||
256 | |||
257 | |||
258 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | ||
259 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | ||
260 | |||
261 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | ||
262 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) | ||
263 | |||
264 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | ||
265 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) | ||
266 | |||
267 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | ||
268 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) | ||
269 | |||
270 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | ||
271 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | ||
272 | |||
273 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | ||
274 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | ||
275 | |||
276 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | ||
277 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | ||
278 | |||
279 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro | ||
280 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | ||
281 | |||
282 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro | ||
283 | cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | ||
284 | |||
285 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro | ||
286 | cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | ||
287 | |||
288 | |||
289 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | ||
290 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) | ||
291 | |||
292 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | ||
293 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) | ||
294 | |||
295 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | ||
296 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) | ||
297 | |||
298 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | ||
299 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) | ||
diff --git a/kaddressbook.control b/kaddressbook.control index e514b9e..565e718 100644 --- a/kaddressbook.control +++ b/kaddressbook.control | |||
@@ -1,14 +1,14 @@ | |||
1 | Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* | 1 | Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* |
2 | 2 | ||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: qpe/pim | 4 | Section: qpe/pim |
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | 5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.2a | 7 | Version: 1.9.4 |
8 | License: GPL | 8 | License: GPL |
9 | Depends: lib/libmicrokde.so | 9 | Depends: lib/libmicrokde.so |
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | 10 | Description: KOrganizer/Pi and Kaddressbook/Pi |
11 | The embedded version of KOrganizer/Platform-independend, | 11 | The embedded version of KOrganizer/Platform-independend, |
12 | the KDE calendar and scheduling program | 12 | the KDE calendar and scheduling program |
13 | optimized for 640x480 and 320x240 resolution | 13 | optimized for 640x480 and 320x240 resolution |
14 | on Zaurus PDA | 14 | on Zaurus PDA |
diff --git a/kmicrokdelibs.control b/kmicrokdelibs.control index 5dd72f2..173b639 100644 --- a/kmicrokdelibs.control +++ b/kmicrokdelibs.control | |||
@@ -1,14 +1,14 @@ | |||
1 | Files: bin/db2file lib/libmicro* | 1 | Files: bin/db2file lib/libmicro* |
2 | 2 | ||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: qpe/pim | 4 | Section: qpe/pim |
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | 5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.2a | 7 | Version: 1.9.4 |
8 | License: GPL | 8 | License: GPL |
9 | Depends: | 9 | Depends: |
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | 10 | Description: KOrganizer/Pi and Kaddressbook/Pi |
11 | The embedded version of KOrganizer/Platform-independend, | 11 | The embedded version of KOrganizer/Platform-independend, |
12 | the KDE calendar and scheduling program | 12 | the KDE calendar and scheduling program |
13 | optimized for 640x480 and 320x240 resolution | 13 | optimized for 640x480 and 320x240 resolution |
14 | on Zaurus PDA | 14 | on Zaurus PDA |
diff --git a/kopiemail.control b/kopiemail.control index 7a93a1b..e5163b6 100644 --- a/kopiemail.control +++ b/kopiemail.control | |||
@@ -1,14 +1,14 @@ | |||
1 | Files: bin/ompi apps/Pim/kmicromail.desktop pics/kdepim/kmicromail/* lib/libssl* lib/libcrypto.* lib/libkmicro* | 1 | Files: bin/ompi apps/Pim/kmicromail.desktop pics/kdepim/kmicromail/* lib/libkmicro* |
2 | 2 | ||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: qpe/pim | 4 | Section: qpe/pim |
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | 5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.2b | 7 | Version: 1.9.4 |
8 | License: GPL | 8 | License: GPL |
9 | Depends: lib/libmicrokde.so | 9 | Depends: lib/libmicrokde.so |
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | 10 | Description: KOrganizer/Pi and Kaddressbook/Pi |
11 | The embedded version of KOrganizer/Platform-independend, | 11 | The embedded version of KOrganizer/Platform-independend, |
12 | the KDE calendar and scheduling program | 12 | the KDE calendar and scheduling program |
13 | optimized for 640x480 and 320x240 resolution | 13 | optimized for 640x480 and 320x240 resolution |
14 | on Zaurus PDA | 14 | on Zaurus PDA |
diff --git a/korganizer.control b/korganizer.control index fcfd959..01e1d94 100644 --- a/korganizer.control +++ b/korganizer.control | |||
@@ -1,14 +1,14 @@ | |||
1 | Files: bin/kopi apps/Pim/korganizer.desktop pics/kdepim/korganizer/* | 1 | Files: bin/kopi apps/Pim/korganizer.desktop pics/kdepim/korganizer/* |
2 | 2 | ||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: qpe/pim | 4 | Section: qpe/pim |
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | 5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.2a | 7 | Version: 1.9.4 |
8 | License: GPL | 8 | License: GPL |
9 | Depends: lib/libmicrokde.so | 9 | Depends: lib/libmicrokde.so |
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | 10 | Description: KOrganizer/Pi and Kaddressbook/Pi |
11 | The embedded version of KOrganizer/Platform-independend, | 11 | The embedded version of KOrganizer/Platform-independend, |
12 | the KDE calendar and scheduling program | 12 | the KDE calendar and scheduling program |
13 | optimized for 640x480 and 320x240 resolution | 13 | optimized for 640x480 and 320x240 resolution |
14 | on Zaurus PDA | 14 | on Zaurus PDA |