sogo/SoObjects/SOGo/GNUmakefile
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

79 lines
1.7 KiB
Makefile

# GNUstep makefile
-include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
-include ../../Version
-include ./Version
LIBRARY_NAME = libSOGo
TOOL_NAME = \
agenor_email2uid \
agenor_shares4uid \
agenor_emails4uid \
agenor_defaults
libSOGo_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
libSOGo_HEADER_FILES_DIR = .
libSOGo_HEADER_FILES_INSTALL_DIR = /SOGo
FHS_HEADER_DIRS = SOGo
libSOGo_HEADER_FILES = \
SOGoObject.h \
SOGoFolder.h \
SOGoContentObject.h \
SOGoUserFolder.h \
SOGoGroupsFolder.h \
SOGoGroupFolder.h \
SOGoCustomGroupFolder.h \
\
SOGoAppointment.h \
AgenorUserManager.h \
SOGoLRUCache.h \
NSString+iCal.h \
NSObject+AptComparison.h \
WOContext+Agenor.h \
\
SOGoAuthenticator.h \
SOGoUser.h \
libSOGo_OBJC_FILES = \
SOGoObject.m \
SOGoFolder.m \
SOGoContentObject.m \
SOGoUserFolder.m \
SOGoGroupsFolder.m \
SOGoGroupFolder.m \
SOGoCustomGroupFolder.m \
\
SOGoAppointment.m \
SOGoAppointmentICalRenderer.m \
SOGoLRUCache.m \
AgenorUserManager.m \
NSObject+AptComparison.m \
WOContext+Agenor.m \
AgenorUserDefaults.m \
\
SOGoAuthenticator.m \
SOGoUser.m \
# tools
COMMON_TOOL_FILES = \
AgenorUserManager.m \
AgenorUserDefaults.m \
SOGoLRUCache.m \
agenor_email2uid_OBJC_FILES += agenor_email2uid.m $(COMMON_TOOL_FILES)
agenor_shares4uid_OBJC_FILES += agenor_shares4uid.m $(COMMON_TOOL_FILES)
agenor_emails4uid_OBJC_FILES += agenor_emails4uid.m $(COMMON_TOOL_FILES)
agenor_defaults_OBJC_FILES += agenor_defaults.m $(COMMON_TOOL_FILES)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
-include ../../fhslib.make
-include ../../fhstools.make