author | ulf69 <ulf69> | 2004-07-16 01:19:55 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-16 01:19:55 (UTC) |
commit | 7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9 (patch) (unidiff) | |
tree | 0d97d5dc5685b6f2849c4f8b883c023746557620 | |
parent | dd3243de5d504c43987b0ef20243d9b499a6de3f (diff) | |
download | kdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.zip kdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.tar.gz kdepimpi-7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9.tar.bz2 |
changes to support sharp converter
-rw-r--r-- | Makefile.Embedded | 37 | ||||
-rw-r--r-- | kabc/plugins/sharpdtm/sharpdtmE.pro | 3 |
2 files changed, 33 insertions, 7 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index c86600b..3ffa7b5 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -1,126 +1,151 @@ | |||
1 | DISTPATH = $(shell pwd) | 1 | DISTPATH = $(shell pwd) |
2 | DISTDIR = $(shell basename $(DISTPATH)) | 2 | DISTDIR = $(shell basename $(DISTPATH)) |
3 | 3 | ||
4 | SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ | 4 | SUBDIRS = 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 | |||
13 | all: tmake | 28 | all: 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; \ |
16 | done | 31 | done |
17 | 32 | ||
18 | objects: | 33 | objects: |
19 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 34 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
20 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 35 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
21 | mkdir -p libical/lib/$(PLATFORM) | 36 | mkdir -p libical/lib/$(PLATFORM) |
22 | 37 | ||
23 | clean: | 38 | clean: |
24 | rm -f libical/lib/$(PLATFORM)/*; | 39 | rm -f libical/lib/$(PLATFORM)/*; |
25 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 40 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
26 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 41 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
27 | done | 42 | done |
28 | install: | 43 | install: |
29 | cd bin/kdepim; make install | 44 | cd bin/kdepim; make install |
30 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 45 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
31 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 46 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
32 | 47 | ||
33 | dist: | 48 | dist: |
34 | @echo Dont forget to do "make install" before "make dist" | 49 | @echo Dont forget to do "make install" before "make 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 | ||
41 | tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ | 56 | tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ |
42 | libkcal/Makefile$(PLATFORM) \ | 57 | libkcal/Makefile$(PLATFORM) \ |
43 | libkdepim/Makefile$(PLATFORM) korganizer/Makefile$(PLATFORM) \ | 58 | libkdepim/Makefile$(PLATFORM) korganizer/Makefile$(PLATFORM) \ |
44 | kalarmd/Makefile$(PLATFORM) \ | 59 | kalarmd/Makefile$(PLATFORM) \ |
45 | libical/src/libical/Makefile$(PLATFORM) \ | 60 | libical/src/libical/Makefile$(PLATFORM) \ |
46 | libical/src/libicalss/Makefile$(PLATFORM) \ | 61 | libical/src/libicalss/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) \ |
53 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 69 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
54 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 70 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
55 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 71 | kabc/plugins/qtopia/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 | ||
62 | 79 | ||
63 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 80 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
64 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) | 81 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) |
65 | 82 | ||
66 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 83 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
67 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) | 84 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) |
68 | 85 | ||
69 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 86 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
70 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) | 87 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) |
71 | 88 | ||
72 | 89 | ||
73 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 90 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
74 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) | 91 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) |
75 | 92 | ||
76 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 93 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
77 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) | 94 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) |
78 | 95 | ||
79 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 96 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
80 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) | 97 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) |
81 | 98 | ||
82 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 99 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
83 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) | 100 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) |
84 | 101 | ||
85 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 102 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
86 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) | 103 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) |
87 | 104 | ||
88 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | 105 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
89 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) | 106 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) |
90 | 107 | ||
91 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro | 108 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro |
92 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 109 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
93 | 110 | ||
94 | kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro | 111 | kabc/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 | ||
114 | kabc/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 | |||
97 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | 118 | kabc/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 | ||
100 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | 121 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro |
101 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) | 122 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) |
102 | 123 | ||
103 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | 124 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro |
104 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) | 125 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) |
105 | 126 | ||
106 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | 127 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro |
107 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) | 128 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) |
108 | 129 | ||
109 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | 130 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro |
110 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 131 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
111 | 132 | ||
112 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | 133 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro |
113 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | 134 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
114 | 135 | ||
115 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 136 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
116 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | 137 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
117 | 138 | ||
118 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro | 139 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro |
119 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 140 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
120 | 141 | ||
121 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro | 142 | kaddressbook/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 | ||
145 | kaddressbook/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 | |||
124 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 149 | kaddressbook/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 | ||
diff --git a/kabc/plugins/sharpdtm/sharpdtmE.pro b/kabc/plugins/sharpdtm/sharpdtmE.pro index 0164b80..f29be2f 100644 --- a/kabc/plugins/sharpdtm/sharpdtmE.pro +++ b/kabc/plugins/sharpdtm/sharpdtmE.pro | |||
@@ -1,30 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #release debug | 3 | #release debug |
4 | TARGET = microkabc_sharpdtm | 4 | TARGET = microkabc_sharpdtm |
5 | 5 | ||
6 | INCLUDEPATH += ../.. ../../../external/sharpdtm/include ../../converter/qtopia ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += ../.. ../../../external/sharpdtm/include ../../converter/qtopia ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../microkde/kio/kio ../../../qtcompat $(QPEDIR)/include |
7 | 7 | ||
8 | 8 | ||
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |
10 | MOC_DIR = moc/$(PLATFORM) | 10 | MOC_DIR = moc/$(PLATFORM) |
11 | DESTDIR = $(QPEDIR)/lib | 11 | DESTDIR = $(QPEDIR)/lib |
12 | LIBS += -lmicrokde | 12 | LIBS += -lmicrokde |
13 | LIBS += -lmicrokabc | 13 | LIBS += -lmicrokabc |
14 | LIBS += -L$(QPEDIR)/lib | 14 | LIBS += -L$(QPEDIR)/lib |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | LIBS += -lqte | 16 | LIBS += -lqte |
17 | LIBS += -lmicrokabc_opieconverter | 17 | LIBS += -lzdtm |
18 | LIBS += -lmicrokabc_sharpdtmconverter | ||
18 | #LIBS += -L../../lib/$(PLATFORM) | 19 | #LIBS += -L../../lib/$(PLATFORM) |
19 | 20 | ||
20 | 21 | ||
21 | INTERFACES = \ | 22 | INTERFACES = \ |
22 | 23 | ||
23 | HEADERS = \ | 24 | HEADERS = \ |
24 | resourcesharpdtm.h \ | 25 | resourcesharpdtm.h \ |
25 | resourcesharpdtmconfig.h \ | 26 | resourcesharpdtmconfig.h \ |
26 | 27 | ||
27 | SOURCES = \ | 28 | SOURCES = \ |
28 | resourcesharpdtm.cpp \ | 29 | resourcesharpdtm.cpp \ |
29 | resourcesharpdtmconfig.cpp \ | 30 | resourcesharpdtmconfig.cpp \ |
30 | 31 | ||