sogo/Main/GNUmakefile
Wolfgang Sourdeau bb13d2b0b5 Monotone-Parent: d5640b6a541fb6bc6c0cdd32d499796291e09473
Monotone-Revision: f69c7f912f9958f232e0641fbdf872d37a2aa9bd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-18T22:08:48
Monotone-Branch: ca.inverse.sogo
2010-02-18 22:08:48 +00:00

27 lines
488 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)
# daemon tool
all::
@touch build.m
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \
SOGo+DAV.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble