author | ulf69 <ulf69> | 2004-08-02 18:37:23 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-02 18:37:23 (UTC) |
commit | 5a7175ae22a89b28699983e8f97b7896d45f26e1 (patch) (side-by-side diff) | |
tree | 9dd543d178b9c44eaad660ef4037e4bb0cd7e228 | |
parent | 3379a4f0774ae37f3e53e31f2aece6caa1bdf8f9 (diff) | |
download | kdepimpi-5a7175ae22a89b28699983e8f97b7896d45f26e1.zip kdepimpi-5a7175ae22a89b28699983e8f97b7896d45f26e1.tar.gz kdepimpi-5a7175ae22a89b28699983e8f97b7896d45f26e1.tar.bz2 |
removed the buildprocess for the export libraries, because the functionality is now integrated into the resources
-rw-r--r-- | Makefile.Embedded | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index e29bc74..38fd000 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -27,14 +27,11 @@ SUBDIRS_MICROKDE = \ SUBDIRS_QTOPIA_PLUGIN = \ - kabc/plugins/qtopia \ - kaddressbook/xxport/qtopia + kabc/plugins/qtopia SUBDIRS_OPIE_PLUGIN = \ - kabc/plugins/opie \ - kaddressbook/xxport/opie + kabc/plugins/opie SUBDIRS_SHARP_PLUGIN = \ - kabc/plugins/sharpdtm \ - kaddressbook/xxport/sharpdtm + kabc/plugins/sharpdtm SUBDIRS_LDAP_PLUGIN = \ @@ -201,7 +198,4 @@ tmake: objects \ kabc/plugins/qtopia/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) \ kmicromail/Makefile$(PLATFORM) \ @@ -261,14 +255,4 @@ kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) -kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro - cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) - -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) |