sogo/OpenChange/GNUmakefile
Wolfgang Sourdeau 43568edc76 Monotone-Parent: e88c852be5c43a4658d80c0d57e2ab39e5951388
Monotone-Revision: 215f30784ae8904703b5fa172c7a563bf8f3b464

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-01T20:35:09
Monotone-Branch: ca.inverse.sogo
2010-10-01 20:35:09 +00:00

34 lines
950 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
ADDITIONAL_INCLUDE_DIRS += $(shell pkg-config libmapiproxy --cflags) -I../SoObjects -I../SOPE
ADDITIONAL_LIB_DIRS += -L../SOGo/SOGo.framework/ -lSOGo -L../SOPE/GDLContentStore/obj/ $(shell pkg-config libmapistore --libs)
SAMBA_LIB_DIR = $(shell pkg-config libmapistore --variable=libdir)
MAPISTORESOGO = MAPIStoreSOGo
$(MAPISTORESOGO)_VERSION = 1.0.0
LIBRARY_NAME = $(MAPISTORESOGO)
$(MAPISTORESOGO)_INSTALL_DIR = $(SAMBA_LIB_DIR)/mapistore_backends
$(MAPISTORESOGO)_OBJC_FILES += \
MAPIApplication.m \
MAPIStoreAuthenticator.m \
MAPIStoreContext.m \
MAPIStoreMapping.m \
MAPIStoreSOGo.m \
\
MAPIStoreCalendarContext.m \
MAPIStoreContactsContext.m \
MAPIStoreMailContext.m \
\
NSCalendarDate+MAPIStore.m \
NSString+MAPIStore.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble