-rw-r--r-- | Makefile.Embedded | 37 |
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 | |||
@@ -3,4 +3,13 @@ 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 \ |
@@ -11,3 +20,9 @@ SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ | |||
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 |
@@ -37,4 +52,4 @@ dist: | |||
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 | ||
@@ -49,2 +64,3 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/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) \ |
@@ -58,2 +74,3 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/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) |
@@ -95,3 +112,7 @@ 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 |
@@ -123,2 +144,6 @@ kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopi | |||
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 |