sogo/Tools/GNUmakefile
Wolfgang Sourdeau 2676045b23 Monotone-Parent: 85f804a64af3e4f769b1bfe8e62eec8300d6e61f
Monotone-Revision: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-13T18:31:15
Monotone-Branch: ca.inverse.sogo
2009-08-13 18:31:15 +00:00

21 lines
412 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
SOGO_TOOL = sogo-tool
$(SOGO_TOOL)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGO_TOOL)_OBJC_FILES += \
sogo-tool.m \
\
SOGoTool.m \
SOGoToolCheckDoubles.m \
SOGoToolRemoveDoubles.m
TOOL_NAME = $(SOGO_TOOL)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble