sogo/Main/GNUmakefile
Ludovic Marcotte 75d6765b79 Disabled the automatic stacktrace generation in order to test it with GNUstep v1.16
Monotone-Parent: 764facae177bd6d33ff44eed127581dd7e8421cf
Monotone-Revision: effa75fe7d3256edbe231d579f2fff3813c969ba

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-10T22:18:43
Monotone-Branch: ca.inverse.sogo
2010-09-10 22:18:43 +00:00

24 lines
478 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