Files
sogo/Main/GNUmakefile
T
Wolfgang Sourdeau 9227567a30 Monotone-Parent: 96b7d5f5bff55eab43747cf0e5e2b7e3d5df7d82
Monotone-Revision: d5640b6a541fb6bc6c0cdd32d499796291e09473

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-18T21:55:40
Monotone-Branch: ca.inverse.sogo
2010-02-18 21:55:40 +00:00

28 lines
524 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ./Version
ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -D_GNU_SOURCE
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
SOGOD = sogod
TOOL_NAME = $(SOGOD)
$(SOGOD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
# daemon tool
all::
@touch build.m
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \
SOGo+DAV.m \
build.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble