Files
sogo/OpenChange/GNUmakefile
T
Wolfgang Sourdeau 0c742dd5ca Monotone-Parent: e46203402a1f2d996395599061c75452a98958d3
Monotone-Revision: b178183ad97d53d251135c909db06ab534f73a1f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-01T21:24:15
Monotone-Branch: ca.inverse.sogo
2010-10-01 21:24:15 +00:00

36 lines
982 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 \
\
SOGoGCSFolder+MAPIStore.m \
\
NSCalendarDate+MAPIStore.m \
NSString+MAPIStore.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble