Files
sogo/Main/GNUmakefile
Ludovic Marcotte d67826dcd0 See ChangeLog
Monotone-Parent: e97646218dfeb52609d77419b9e445c6e36c0ad0
Monotone-Revision: 4bf3403d9b8b5ffb0f071863663473bb6c30c47f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-09T17:03:27
Monotone-Branch: ca.inverse.sogo
2010-09-09 17:03:27 +00:00

24 lines
480 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ./Version
ADDITIONAL_INCLUDE_DIRS +=
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
SOGOD = sogod
TOOL_NAME = $(SOGOD)
$(SOGOD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \
SOGo+DAV.m \
NSException+Stacktrace.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble