summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
authorulf69 <ulf69>2004-07-26 22:55:33 (UTC)
committer ulf69 <ulf69>2004-07-26 22:55:33 (UTC)
commitb33c195abfc2e83cc3510707f05bf6a4c93912cf (patch) (unidiff)
treee7d71858fb9919d416724a7a27ae5f76d05499c5 /Makefile.Embedded
parent13144c0eab512de2742d398739e445f6d51af5b4 (diff)
downloadkdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.zip
kdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.tar.gz
kdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.tar.bz2
removed references to the converter module
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 826e70e..e29bc74 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -26,17 +26,14 @@ SUBDIRS_MICROKDE = \
26 kaddressbook 26 kaddressbook
27 27
28SUBDIRS_QTOPIA_PLUGIN = \ 28SUBDIRS_QTOPIA_PLUGIN = \
29 kabc/converter/qtopia \
30 kabc/plugins/qtopia \ 29 kabc/plugins/qtopia \
31 kaddressbook/xxport/qtopia 30 kaddressbook/xxport/qtopia
32 31
33SUBDIRS_OPIE_PLUGIN = \ 32SUBDIRS_OPIE_PLUGIN = \
34 kabc/converter/opie \
35 kabc/plugins/opie \ 33 kabc/plugins/opie \
36 kaddressbook/xxport/opie 34 kaddressbook/xxport/opie
37 35
38SUBDIRS_SHARP_PLUGIN = \ 36SUBDIRS_SHARP_PLUGIN = \
39 kabc/converter/sharpdtm \
40 kabc/plugins/sharpdtm \ 37 kabc/plugins/sharpdtm \
41 kaddressbook/xxport/sharpdtm 38 kaddressbook/xxport/sharpdtm
42 39
@@ -196,9 +193,6 @@ tmake: objects \
196 libical/src/libical/Makefile$(PLATFORM) \ 193 libical/src/libical/Makefile$(PLATFORM) \
197 libical/src/libicalss/Makefile$(PLATFORM) \ 194 libical/src/libicalss/Makefile$(PLATFORM) \
198 kabc/Makefile$(PLATFORM) \ 195 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) \ 196 kabc/formats/binary/Makefile$(PLATFORM) \
203 kabc/plugins/file/Makefile$(PLATFORM) \ 197 kabc/plugins/file/Makefile$(PLATFORM) \
204 kabc/plugins/dir/Makefile$(PLATFORM) \ 198 kabc/plugins/dir/Makefile$(PLATFORM) \
@@ -245,16 +239,6 @@ libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro
245kabc/Makefile$(PLATFORM): kabc/kabcE.pro 239kabc/Makefile$(PLATFORM): kabc/kabcE.pro
246 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) 240 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM)
247 241
248kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro
249 cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM)
250
251kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro
252 cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM)
253
254kabc/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
258kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro 242kabc/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) 243 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM)
260 244