From 8d822fd4d97fbb38ab2c4f3f3f64f175ef143cff Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 12 Sep 2004 09:23:35 +0000 Subject: Fixed the makefile --- (limited to 'Makefile.Embedded') diff --git a/Makefile.Embedded b/Makefile.Embedded index 77def29..01439bd 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -161,10 +161,10 @@ variable_test: variable_info ifdef BUILD_NO_SHARP_PLUGIN @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) else - ifndef SHARPDTMSDK + ifndef SHARPDTMSDK @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) $(error SHARPDTMSDK is not defined) - endif + endif endif ifdef BUILD_NO_GAMMU @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) @@ -183,16 +183,14 @@ clean: rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done install: - ifdef KDEPIM_VERSION + cd bin/kdepim; make install cp -r Pim $(QPEDIR)/apps cp db2file/db2file $(QPEDIR)/bin/db2file cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop - else - @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing. - endif + dist: @echo Dont forget to do "make install" before "make dist" rm -f *arm.ipk -- cgit v0.9.0.2