From 7e6848998acc3fd5875a8dc35fe56a2a2a2db6c9 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 16 Jul 2004 01:19:55 +0000 Subject: changes to support sharp converter --- (limited to 'Makefile.Embedded') diff --git a/Makefile.Embedded b/Makefile.Embedded index c86600b..3ffa7b5 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -1,15 +1,30 @@ 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 \ kabc/plugins/ldap \ kabc/plugins/opie \ 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; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -35,8 +50,8 @@ dist: rm -f *arm.ipk 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) \ libkcal/Makefile$(PLATFORM) \ @@ -47,6 +62,7 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ kabc/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) \ kabc/plugins/dir/Makefile$(PLATFORM) \ @@ -56,6 +72,7 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ kaddressbook/xxport/opie/Makefile$(PLATFORM) \ kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ + kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ kaddressbook/Makefile$(PLATFORM) @@ -93,7 +110,11 @@ 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) @@ -121,6 +142,10 @@ kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro 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) -- cgit v0.9.0.2