-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 @@ -2,6 +2,15 @@ DISTPATH = $(shell pwd) DISTDIR = $(shell basename $(DISTPATH)) -SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ - libkcal libkdepim kabc kabc/converter/opie kabc/converter/qtopia kabc/formats/binary \ +SUBDIRS = libical/src/libical \ + libical/src/libicalss \ + qtcompat \ + microkde \ + libkcal \ + libkdepim \ + kabc \ + kabc/converter/opie \ + kabc/converter/qtopia \ + kabc/converter/sharpdtm \ + kabc/formats/binary \ kabc/plugins/file \ kabc/plugins/dir \ @@ -10,5 +19,11 @@ SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ kabc/plugins/qtopia \ kabc/plugins/sharpdtm \ - korganizer kalarmd kaddressbook/xxport/opie kaddressbook/xxport/qtopia kaddressbook + korganizer \ + kalarmd \ + kaddressbook/xxport/opie \ + kaddressbook/xxport/qtopia \ + kaddressbook/xxport/sharpdtm \ + kaddressbook + all: tmake for i in $(SUBDIRS); do pushd $$i; \ @@ -36,6 +51,6 @@ dist: rm -f *~ cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim - mkipks kdepim.control - mkipks korganizer-alarm.control + ./mkipks kdepim.control + ./mkipks korganizer-alarm.control tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ @@ -48,4 +63,5 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ kabc/converter/opie/Makefile$(PLATFORM) \ kabc/converter/qtopia/Makefile$(PLATFORM) \ + kabc/converter/sharpdtm/Makefile$(PLATFORM) \ kabc/formats/binary/Makefile$(PLATFORM) \ kabc/plugins/file/Makefile$(PLATFORM) \ @@ -57,4 +73,5 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ kaddressbook/xxport/opie/Makefile$(PLATFORM) \ kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ + kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ kaddressbook/Makefile$(PLATFORM) @@ -94,5 +111,9 @@ kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) - + +kabc/converter/sharpdtm/Makefile$(PLATFORM): kabc/converter/sharpdtm/sharpdtmE.pro + cd kabc/converter/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) + + kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) @@ -122,4 +143,8 @@ kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopi cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) +kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro + cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) + + kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) 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 @@ -15,5 +15,6 @@ LIBS += -L$(QPEDIR)/lib LIBS += -lqpe LIBS += -lqte -LIBS += -lmicrokabc_opieconverter +LIBS += -lzdtm +LIBS += -lmicrokabc_sharpdtmconverter #LIBS += -L../../lib/$(PLATFORM) |