summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
Unidiff
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index da5feba..b677087 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -1,60 +1,63 @@
1export KDEPIMDIR = $(shell pwd) 1export KDEPIMDIR = $(shell pwd)
2 2
3export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < version) 3export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < version)
4 4
5ifeq ($(PLATFORM) , zaurus) 5ifeq ($(PLATFORM) , zaurus)
6 BUILD_NO_LDAP_PLUGIN=1 6 BUILD_NO_LDAP_PLUGIN=1
7endif 7endif
8 8
9ifneq ($(PLATFORM) , zaurus) 9ifneq ($(PLATFORM) , zaurus)
10 BUILD_NO_SHARP_PLUGIN=1 10 BUILD_NO_SHARP_PLUGIN=1
11endif 11endif
12 12
13#opie plugin is deprecated. The qtopia plugin handles the task from now on.
14BUILD_NO_OPIE_PLUGIN=1
15
13SUBDIRS_MICROKDE = \ 16SUBDIRS_MICROKDE = \
14 libical/src/libical \ 17 libical/src/libical \
15 libical/src/libicalss \ 18 libical/src/libicalss \
16 qtcompat \ 19 qtcompat \
17 microkde \ 20 microkde \
18 libkcal \ 21 libkcal \
19 libkdepim \ 22 libkdepim \
20 kabc \ 23 kabc \
21 kabc/formats/binary \ 24 kabc/formats/binary \
22 kabc/plugins/file \ 25 kabc/plugins/file \
23 kabc/plugins/dir \ 26 kabc/plugins/dir \
24 korganizer \ 27 korganizer \
25 kalarmd \ 28 kalarmd \
26 kaddressbook 29 kaddressbook
27 30
28SUBDIRS_QTOPIA_PLUGIN = \ 31SUBDIRS_QTOPIA_PLUGIN = \
29 kabc/plugins/qtopia 32 kabc/plugins/qtopia
30 33
31SUBDIRS_OPIE_PLUGIN = \ 34SUBDIRS_OPIE_PLUGIN = \
32 kabc/plugins/opie 35 kabc/plugins/opie
33 36
34SUBDIRS_SHARP_PLUGIN = \ 37SUBDIRS_SHARP_PLUGIN = \
35 kabc/plugins/sharpdtm 38 kabc/plugins/sharpdtm
36 39
37SUBDIRS_LDAP_PLUGIN = \ 40SUBDIRS_LDAP_PLUGIN = \
38 kabc/plugins/ldap 41 kabc/plugins/ldap
39 42
40SUBDIRS_MICROMAIL = \ 43SUBDIRS_MICROMAIL = \
41 kmicromail/libetpan \ 44 kmicromail/libetpan \
42 kmicromail/libmailwrapper \ 45 kmicromail/libmailwrapper \
43 kmicromail 46 kmicromail
44 47
45SUBDIRS_GAMMU = \ 48SUBDIRS_GAMMU = \
46 gammu/emb/common \ 49 gammu/emb/common \
47 gammu/emb/gammu 50 gammu/emb/gammu
48 51
49SUBDIRS_PWMANAGER = \ 52SUBDIRS_PWMANAGER = \
50 pwmanager/libcrypt/mpi \ 53 pwmanager/libcrypt/mpi \
51 pwmanager/libcrypt/error \ 54 pwmanager/libcrypt/error \
52 pwmanager/libcrypt/cipher \ 55 pwmanager/libcrypt/cipher \
53 pwmanager/libcrypt/zlib \ 56 pwmanager/libcrypt/zlib \
54 pwmanager/pwmanager 57 pwmanager/pwmanager
55 58
56SUBDIRS = \ 59SUBDIRS = \
57 $(SUBDIRS_MICROKDE) \ 60 $(SUBDIRS_MICROKDE) \
58 $(SUBDIRS_QTOPIA_PLUGIN) \ 61 $(SUBDIRS_QTOPIA_PLUGIN) \
59 $(SUBDIRS_OPIE_PLUGIN) \ 62 $(SUBDIRS_OPIE_PLUGIN) \
60 $(SUBDIRS_SHARP_PLUGIN) \ 63 $(SUBDIRS_SHARP_PLUGIN) \