author | ulf69 <ulf69> | 2004-07-26 22:55:33 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-26 22:55:33 (UTC) |
commit | b33c195abfc2e83cc3510707f05bf6a4c93912cf (patch) (side-by-side diff) | |
tree | e7d71858fb9919d416724a7a27ae5f76d05499c5 | |
parent | 13144c0eab512de2742d398739e445f6d51af5b4 (diff) | |
download | kdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.zip kdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.tar.gz kdepimpi-b33c195abfc2e83cc3510707f05bf6a4c93912cf.tar.bz2 |
removed references to the converter module
-rw-r--r-- | Makefile.Embedded | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 826e70e..e29bc74 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -28,3 +28,2 @@ SUBDIRS_MICROKDE = \ SUBDIRS_QTOPIA_PLUGIN = \ - kabc/converter/qtopia \ kabc/plugins/qtopia \ @@ -33,3 +32,2 @@ SUBDIRS_QTOPIA_PLUGIN = \ SUBDIRS_OPIE_PLUGIN = \ - kabc/converter/opie \ kabc/plugins/opie \ @@ -38,3 +36,2 @@ SUBDIRS_OPIE_PLUGIN = \ SUBDIRS_SHARP_PLUGIN = \ - kabc/converter/sharpdtm \ kabc/plugins/sharpdtm \ @@ -198,5 +195,2 @@ tmake: objects \ kabc/Makefile$(PLATFORM) \ - kabc/converter/opie/Makefile$(PLATFORM) \ - kabc/converter/qtopia/Makefile$(PLATFORM) \ - kabc/converter/sharpdtm/Makefile$(PLATFORM) \ kabc/formats/binary/Makefile$(PLATFORM) \ @@ -247,12 +241,2 @@ kabc/Makefile$(PLATFORM): kabc/kabcE.pro -kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro - cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) - -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 |