-rw-r--r-- | Makefile.EmbeddedAll | 85 | ||||
-rw-r--r-- | Makefile.EmbeddedMail | 122 |
2 files changed, 0 insertions, 207 deletions
diff --git a/Makefile.EmbeddedAll b/Makefile.EmbeddedAll deleted file mode 100644 index cc4b553..0000000 --- a/Makefile.EmbeddedAll +++ b/dev/null | |||
@@ -1,85 +0,0 @@ | |||
1 | DISTPATH = $(shell pwd) | ||
2 | DISTDIR = $(shell basename $(DISTPATH)) | ||
3 | |||
4 | SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ | ||
5 | libkcal libkdepim kabc libkabcwrap pluginqtopiakabc pluginopiekabc \ | ||
6 | korganizer kalarmd kaddressbook | ||
7 | all: tmake | ||
8 | for i in $(SUBDIRS); do pushd $$i; \ | ||
9 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
10 | done | ||
11 | |||
12 | objects: | ||
13 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | ||
14 | |||
15 | clean: | ||
16 | for i in $(SUBDIRS); do pushd $$i; make clean; \ | ||
17 | rm -f obj/$(PLATFORM)/*; rm -f moc/*; rm Makefile$(PLATFORM); popd; \ | ||
18 | done | ||
19 | |||
20 | install: | ||
21 | cd bin/kdepimpi; make install | ||
22 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | ||
23 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | ||
24 | |||
25 | dist: | ||
26 | @echo Dont forget to do "make install" before "make dist" | ||
27 | cd ..; tar czf korge-dist.src.tgz --exclude=obj --exclude=moc $(DISTDIR) | ||
28 | tar czPf ../korge-dist.i386.tgz \ | ||
29 | /opt/Qtopia/bin/korganizer \ | ||
30 | /opt/Qtopia/apps/Applications/korganizer.desktop \ | ||
31 | /opt/Qtopia/pics/KOrganizer.png \ | ||
32 | /opt/Qtopia/pics/korganizer | ||
33 | |||
34 | tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ | ||
35 | libkcal/Makefile$(PLATFORM) \ | ||
36 | libkabcwrap/Makefile$(PLATFORM) \ | ||
37 | pluginqtopiakabc/Makefile$(PLATFORM) \ | ||
38 | pluginopiekabc/Makefile$(PLATFORM) \ | ||
39 | libkdepim/Makefile$(PLATFORM) korganizer/Makefile$(PLATFORM) \ | ||
40 | kalarmd/Makefile$(PLATFORM) \ | ||
41 | libical/src/libical/Makefile$(PLATFORM) \ | ||
42 | libical/src/libicalss/Makefile$(PLATFORM) \ | ||
43 | kabc/Makefile$(PLATFORM) \ | ||
44 | kaddressbook/Makefile$(PLATFORM) | ||
45 | |||
46 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | ||
47 | cd qtcompat; tmake qtcompat.pro -o Makefile$(PLATFORM) | ||
48 | |||
49 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | ||
50 | cd microkde; tmake microkdeE.pro -o Makefile$(PLATFORM) | ||
51 | |||
52 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | ||
53 | cd libkcal; tmake libkcalE.pro -o Makefile$(PLATFORM) | ||
54 | |||
55 | libkabcwrap/Makefile$(PLATFORM): libkabcwrap/libkabcwrapE.pro | ||
56 | cd libkabcwrap; tmake libkabcwrapE.pro -o Makefile$(PLATFORM) | ||
57 | |||
58 | pluginqtopiakabc/Makefile$(PLATFORM): pluginqtopiakabc/pluginqtopiakabcE.pro | ||
59 | cd pluginqtopiakabc; tmake pluginqtopiakabcE.pro -o Makefile$(PLATFORM) | ||
60 | |||
61 | pluginopiekabc/Makefile$(PLATFORM): pluginopiekabc/pluginopiekabcE.pro | ||
62 | cd pluginopiekabc; tmake pluginopiekabcE.pro -o Makefile$(PLATFORM) | ||
63 | |||
64 | |||
65 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | ||
66 | cd libkdepim; tmake libkdepimE.pro -o Makefile$(PLATFORM) | ||
67 | |||
68 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | ||
69 | cd kalarmd; tmake kalarmdE.pro -o Makefile$(PLATFORM) | ||
70 | |||
71 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | ||
72 | cd korganizer; tmake korganizerE.pro -o Makefile$(PLATFORM) | ||
73 | |||
74 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | ||
75 | cd libical/src/libical; tmake libicalE.pro -o Makefile$(PLATFORM) | ||
76 | |||
77 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | ||
78 | cd libical/src/libicalss; tmake libicalssE.pro -o Makefile$(PLATFORM) | ||
79 | |||
80 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | ||
81 | cd kabc; tmake kabcE.pro -o Makefile$(PLATFORM) | ||
82 | |||
83 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | ||
84 | cd kaddressbook; tmake kaddressbookE.pro -o Makefile$(PLATFORM) | ||
85 | |||
diff --git a/Makefile.EmbeddedMail b/Makefile.EmbeddedMail deleted file mode 100644 index 22ba681..0000000 --- a/Makefile.EmbeddedMail +++ b/dev/null | |||
@@ -1,122 +0,0 @@ | |||
1 | DISTPATH = $(shell pwd) | ||
2 | DISTDIR = $(shell basename $(DISTPATH)) | ||
3 | |||
4 | SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ | ||
5 | libkcal libkdepim kabc kabc/converter/opie kabc/formats/binary kabc/plugins/file kabc/plugins/dir \ | ||
6 | kabc/plugins/opie kaddressbook/xxport/opie \ | ||
7 | korganizer kalarmd kaddressbook kmicromail/libetpan kmicromail/libmailwrapper kmicromail | ||
8 | all: tmake | ||
9 | for i in $(SUBDIRS); do pushd $$i; \ | ||
10 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | ||
11 | done | ||
12 | |||
13 | objects: | ||
14 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | ||
15 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | ||
16 | mkdir -p libical/lib/$(PLATFORM) | ||
17 | |||
18 | clean: | ||
19 | rm -f libical/lib/$(PLATFORM)/*; | ||
20 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | ||
21 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | ||
22 | done | ||
23 | install: | ||
24 | cd bin/kdepim; make install | ||
25 | cp db2file/db2file $(QPEDIR)/bin/db2file | ||
26 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | ||
27 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | ||
28 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | ||
29 | |||
30 | dist: | ||
31 | @echo Dont forget to do "make install" before "make dist" | ||
32 | rm -f *arm.ipk | ||
33 | rm -f *~ | ||
34 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | ||
35 | mkipks kmicrokdelibs.control | ||
36 | mkipks korganizer.control | ||
37 | mkipks kaddressbook.control | ||
38 | mkipks kopiemail.control | ||
39 | mkipks korganizer-alarm.control | ||
40 | |||
41 | tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ | ||
42 | libkcal/Makefile$(PLATFORM) \ | ||
43 | libkdepim/Makefile$(PLATFORM) korganizer/Makefile$(PLATFORM) \ | ||
44 | kalarmd/Makefile$(PLATFORM) \ | ||
45 | libical/src/libical/Makefile$(PLATFORM) \ | ||
46 | libical/src/libicalss/Makefile$(PLATFORM) \ | ||
47 | kabc/Makefile$(PLATFORM) \ | ||
48 | kabc/converter/opie/Makefile$(PLATFORM) \ | ||
49 | kaddressbook/xxport/opie/Makefile$(PLATFORM) \ | ||
50 | kabc/formats/binary/Makefile$(PLATFORM) \ | ||
51 | kabc/plugins/file/Makefile$(PLATFORM) \ | ||
52 | kabc/plugins/dir/Makefile$(PLATFORM) \ | ||
53 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | ||
54 | kabc/plugins/opie/Makefile$(PLATFORM) \ | ||
55 | kaddressbook/Makefile$(PLATFORM) \ | ||
56 | kmicromail/Makefile$(PLATFORM) \ | ||
57 | kmicromail/libetpan/Makefile$(PLATFORM) \ | ||
58 | kmicromail/libmailwrapper/Makefile$(PLATFORM) | ||
59 | |||
60 | |||
61 | |||
62 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | ||
63 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) | ||
64 | |||
65 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | ||
66 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) | ||
67 | |||
68 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | ||
69 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) | ||
70 | |||
71 | |||
72 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | ||
73 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) | ||
74 | |||
75 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | ||
76 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) | ||
77 | |||
78 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | ||
79 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) | ||
80 | |||
81 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | ||
82 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) | ||
83 | |||
84 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | ||
85 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) | ||
86 | |||
87 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | ||
88 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) | ||
89 | |||
90 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieconverterE.pro | ||
91 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieconverterE.pro -o Makefile$(PLATFORM) | ||
92 | |||
93 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro | ||
94 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | ||
95 | |||
96 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | ||
97 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | ||
98 | |||
99 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/kabc_fileE.pro | ||
100 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_fileE.pro -o Makefile$(PLATFORM) | ||
101 | |||
102 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/kabc_dirE.pro | ||
103 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_dirE.pro -o Makefile$(PLATFORM) | ||
104 | |||
105 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/kabc_ldapE.pro | ||
106 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_ldapE.pro -o Makefile$(PLATFORM) | ||
107 | |||
108 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/kabc_opieE.pro | ||
109 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_opieE.pro -o Makefile$(PLATFORM) | ||
110 | |||
111 | |||
112 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | ||
113 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) | ||
114 | |||
115 | |||
116 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | ||
117 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) | ||
118 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | ||
119 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) | ||
120 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | ||
121 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) | ||
122 | |||