summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
authorulf69 <ulf69>2004-07-16 01:19:55 (UTC)
committer ulf69 <ulf69>2004-07-16 01:19:55 (UTC)
commit7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9 (patch) (unidiff)
tree0d97d5dc5685b6f2849c4f8b883c023746557620 /Makefile.Embedded
parentdd3243de5d504c43987b0ef20243d9b499a6de3f (diff)
downloadkdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.zip
kdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.tar.gz
kdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.tar.bz2
changes to support sharp converter
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded37
1 files changed, 31 insertions, 6 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index c86600b..3ffa7b5 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -1,15 +1,30 @@
1DISTPATH = $(shell pwd) 1DISTPATH = $(shell pwd)
2DISTDIR = $(shell basename $(DISTPATH)) 2DISTDIR = $(shell basename $(DISTPATH))
3 3
4SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ 4SUBDIRS = libical/src/libical \
5 libkcal libkdepim kabc kabc/converter/opie kabc/converter/qtopia kabc/formats/binary \ 5 libical/src/libicalss \
6 qtcompat \
7 microkde \
8 libkcal \
9 libkdepim \
10 kabc \
11 kabc/converter/opie \
12 kabc/converter/qtopia \
13 kabc/converter/sharpdtm \
14 kabc/formats/binary \
6 kabc/plugins/file \ 15 kabc/plugins/file \
7 kabc/plugins/dir \ 16 kabc/plugins/dir \
8 kabc/plugins/ldap \ 17 kabc/plugins/ldap \
9 kabc/plugins/opie \ 18 kabc/plugins/opie \
10 kabc/plugins/qtopia \ 19 kabc/plugins/qtopia \
11 kabc/plugins/sharpdtm \ 20 kabc/plugins/sharpdtm \
12 korganizer kalarmd kaddressbook/xxport/opie kaddressbook/xxport/qtopia kaddressbook 21 korganizer \
22 kalarmd \
23 kaddressbook/xxport/opie \
24 kaddressbook/xxport/qtopia \
25 kaddressbook/xxport/sharpdtm \
26 kaddressbook
27
13all: tmake 28all: tmake
14 for i in $(SUBDIRS); do pushd $$i; \ 29 for i in $(SUBDIRS); do pushd $$i; \
15 make -f Makefile$(PLATFORM) || exit 1; popd; \ 30 make -f Makefile$(PLATFORM) || exit 1; popd; \
@@ -35,8 +50,8 @@ dist:
35 rm -f *arm.ipk 50 rm -f *arm.ipk
36 rm -f *~ 51 rm -f *~
37 cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim 52 cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim
38 mkipks kdepim.control 53 ./mkipks kdepim.control
39 mkipks korganizer-alarm.control 54 ./mkipks korganizer-alarm.control
40 55
41tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ 56tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \
42 libkcal/Makefile$(PLATFORM) \ 57 libkcal/Makefile$(PLATFORM) \
@@ -47,6 +62,7 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \
47 kabc/Makefile$(PLATFORM) \ 62 kabc/Makefile$(PLATFORM) \
48 kabc/converter/opie/Makefile$(PLATFORM) \ 63 kabc/converter/opie/Makefile$(PLATFORM) \
49 kabc/converter/qtopia/Makefile$(PLATFORM) \ 64 kabc/converter/qtopia/Makefile$(PLATFORM) \
65 kabc/converter/sharpdtm/Makefile$(PLATFORM) \
50 kabc/formats/binary/Makefile$(PLATFORM) \ 66 kabc/formats/binary/Makefile$(PLATFORM) \
51 kabc/plugins/file/Makefile$(PLATFORM) \ 67 kabc/plugins/file/Makefile$(PLATFORM) \
52 kabc/plugins/dir/Makefile$(PLATFORM) \ 68 kabc/plugins/dir/Makefile$(PLATFORM) \
@@ -56,6 +72,7 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \
56 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ 72 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \
57 kaddressbook/xxport/opie/Makefile$(PLATFORM) \ 73 kaddressbook/xxport/opie/Makefile$(PLATFORM) \
58 kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ 74 kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \
75 kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \
59 kaddressbook/Makefile$(PLATFORM) 76 kaddressbook/Makefile$(PLATFORM)
60 77
61 78
@@ -93,7 +110,11 @@ kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro
93 110
94kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro 111kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro
95 cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) 112 cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM)
96 113
114kabc/converter/sharpdtm/Makefile$(PLATFORM): kabc/converter/sharpdtm/sharpdtmE.pro
115 cd kabc/converter/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM)
116
117
97kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro 118kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro
98 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) 119 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM)
99 120
@@ -121,6 +142,10 @@ kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro
121kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro 142kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro
122 cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) 143 cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM)
123 144
145kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro
146 cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM)
147
148
124kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro 149kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro
125 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) 150 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM)
126 151