sogo/Main/GNUmakefile
Wolfgang Sourdeau 4c832536e9 Monotone-Parent: dfb14f2703df6b34884a9fb24c8a1e3346359c45
Monotone-Revision: a7f4ebc5a4a1d9fe0406a1c608757fb14147fa5d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-03-18T22:13:04
Monotone-Branch: ca.inverse.sogo
2009-03-18 22:13:04 +00:00

28 lines
532 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 \
SOGoProductLoader.m \
build.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble