remove unrtf leftovers

pull/10/head
Jean Raby 2013-04-11 10:22:28 -04:00
parent 29e05c7c81
commit 3810833e1b
4 changed files with 1 additions and 44 deletions

View File

@ -7,8 +7,6 @@ include ../Version
BACKEND_VERSION = 1.0.0 BACKEND_VERSION = 1.0.0
UNRTF_VERSION = 0.21.2
### bootstrap library ### bootstrap library
MAPISTORESOGO = MAPIStoreSOGo MAPISTORESOGO = MAPIStoreSOGo
LIBRARY_NAME = $(MAPISTORESOGO) LIBRARY_NAME = $(MAPISTORESOGO)
@ -136,9 +134,7 @@ $(SOGOBACKEND)_OBJC_FILES += \
$(SOGOBACKEND)_RESOURCE_FILES += \ $(SOGOBACKEND)_RESOURCE_FILES += \
product.plist \ product.plist
$(UNRTF_DIR)/charmaps/SYMBOL.charmap \
$(UNRTF_DIR)/outputs/html.conf
### pl reader ### pl reader
PLREADER_TOOL = plreader PLREADER_TOOL = plreader
@ -190,7 +186,6 @@ ADDITIONAL_INCLUDE_DIRS += \
-DSAMBA_PRIVATE_DIR=@"\"$(SAMBA_PRIVATE_DIR)\"" \ -DSAMBA_PRIVATE_DIR=@"\"$(SAMBA_PRIVATE_DIR)\"" \
$(LIBMAPI_CFLAGS) \ $(LIBMAPI_CFLAGS) \
$(LIBMAPISTORE_CFLAGS) \ $(LIBMAPISTORE_CFLAGS) \
-I$(UNRTF_DIR)/src \
-I../SoObjects -I../SOPE \ -I../SoObjects -I../SOPE \
-DBACKEND_BUNDLE_NAME="@\"$(BUNDLE_NAME)$(BUNDLE_EXTENSION)\"" \ -DBACKEND_BUNDLE_NAME="@\"$(BUNDLE_NAME)$(BUNDLE_EXTENSION)\"" \
-DSOGO_BUNDLES_DIR="@\"$(BUNDLE_INSTALL_DIR)\"" -DSOGO_BUNDLES_DIR="@\"$(BUNDLE_INSTALL_DIR)\""

View File

@ -1,34 +0,0 @@
# -*-makefile-*-
# GNUstep makefile
include $(GNUSTEP_MAKEFILES)/common.make
UNRTF = unrtf
SUBPROJECT_NAME = $(UNRTF)
$(UNRTF)_C_FILES = \
attr.c \
convert.c \
error.c \
hash.c \
malloc.c \
my_iconv.c \
output.c \
parse.c \
unicode.c \
user.c \
util.c \
word.c
$(UNRTF)_CFLAGS = -DHAVE_CONFIG_H=1 -I. -I../
# Option include to set any additional variables
-include GNUmakefile.preamble
# Include in the rules for making libraries
include $(GNUSTEP_MAKEFILES)/subproject.make
# Option include to define any additional rules
-include GNUmakefile.postamble

View File

@ -41,8 +41,6 @@ clean:
make clean; \ make clean; \
fi fi
-rm -f OpenChange/MAPIStorePropertySelectors.* -rm -f OpenChange/MAPIStorePropertySelectors.*
-find OpenChange -type d -name "unrtf-*" -exec rm -rf {} \;
-rm -f OpenChange/unrtf*-stamp
-rm -f config.make -rm -f config.make
dh_clean dh_clean

View File

@ -45,8 +45,6 @@ clean:
make clean; \ make clean; \
fi fi
-rm -f OpenChange/MAPIStorePropertySelectors.* -rm -f OpenChange/MAPIStorePropertySelectors.*
-find OpenChange -type d -name "unrtf-*" -exec rm -rf {} \;
-rm -f OpenChange/unrtf*-stamp
-rm -f config.make -rm -f config.make
dh_clean dh_clean