sogo/Main/GNUmakefile
Wolfgang Sourdeau 2ca2e7d664 Monotone-Parent: ee4ff9bf4febdfd103bba6fa3403eb4d6bf3023b
Monotone-Revision: 9e630ff3ce4f3b8848a73aff398e706b19a426bc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-30T14:44:47
Monotone-Branch: ca.inverse.sogo
2011-03-30 14:44:47 +00:00

23 lines
460 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
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