sogo/Main/GNUmakefile
Ludovic Marcotte 8e93dfd24e Reverted temporary stuff from previous commit
Monotone-Parent: f6ec5191473f90384de5c3301569150128a2ae63
Monotone-Revision: a23f9b6b633e53869f52361213e6478e36384813

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-10-07T15:34:11
Monotone-Branch: ca.inverse.sogo
2011-10-07 15:34:11 +00:00

24 lines
501 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
ADDITIONAL_INCLUDE_DIRS +=
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
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