author | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 21:21:12 (UTC) |
commit | 9bd5f28b42d2fc569cd92ece73282f3dc6491d4d (patch) (unidiff) | |
tree | c7e820667c25952048cdf604e0ca91f61b22c077 /Makefile | |
parent | a415f6b4188fe9fc7a7c8d530def31d0877a8073 (diff) | |
download | kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.zip kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.gz kdepimpi-9bd5f28b42d2fc569cd92ece73282f3dc6491d4d.tar.bz2 |
Makefile fixes
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,19 +1,17 @@ | |||
1 | export KDEPIMDIR = $(shell pwd) | 1 | export KDEPIMDIR = $(shell pwd) |
2 | 2 | ||
3 | 3 | ||
4 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | BUILD_NO_GAMMU=1 | ||
7 | endif | 6 | endif |
8 | 7 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 8 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 9 | BUILD_NO_SHARP_PLUGIN=1 |
11 | BUILD_NO_GAMMU=1 | ||
12 | endif | 10 | endif |
13 | 11 | ||
14 | SUBDIRS_MICROKDE = \ | 12 | SUBDIRS_MICROKDE = \ |
15 | libical/src/libical \ | 13 | libical/src/libical \ |
16 | libical/src/libicalss \ | 14 | libical/src/libicalss \ |
17 | qtcompat \ | 15 | qtcompat \ |
18 | microkde \ | 16 | microkde \ |
19 | libkcal \ | 17 | libkcal \ |
@@ -196,17 +194,17 @@ dist: | |||
196 | ./mkipks kmicrokdelibs.control | 194 | ./mkipks kmicrokdelibs.control |
197 | ./mkipks korganizer.control | 195 | ./mkipks korganizer.control |
198 | ./mkipks kaddressbook.control | 196 | ./mkipks kaddressbook.control |
199 | ifndef BUILD_NO_MICROMAIL | 197 | ifndef BUILD_NO_MICROMAIL |
200 | ./mkipks kopiemail.control | 198 | ./mkipks kopiemail.control |
201 | endif | 199 | endif |
202 | ./mkipks korganizer-alarm.control | 200 | ./mkipks korganizer-alarm.control |
203 | ifndef BUILD_NO_GAMMU | 201 | ifndef BUILD_NO_GAMMU |
204 | ./mkipks gammu.control | 202 | ./mkipks kammu.control |
205 | endif | 203 | endif |
206 | 204 | ||
207 | tmake: objects \ | 205 | tmake: objects \ |
208 | qtcompat/Makefile$(PLATFORM) \ | 206 | qtcompat/Makefile$(PLATFORM) \ |
209 | microkde/Makefile$(PLATFORM) \ | 207 | microkde/Makefile$(PLATFORM) \ |
210 | libkcal/Makefile$(PLATFORM) \ | 208 | libkcal/Makefile$(PLATFORM) \ |
211 | libkdepim/Makefile$(PLATFORM) \ | 209 | libkdepim/Makefile$(PLATFORM) \ |
212 | korganizer/Makefile$(PLATFORM) \ | 210 | korganizer/Makefile$(PLATFORM) \ |