sogo/Tools/GNUmakefile
Wolfgang Sourdeau 70898b25f1 Monotone-Parent: 9755daf6ba583e833c7bab387fc5e777c6272bd1
Monotone-Revision: 98e35c999db27e9159edf91d2c17f8b5bc742330

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-14T12:23:35
Monotone-Branch: ca.inverse.sogo
2009-08-14 12:23:35 +00:00

25 lines
483 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 \
SOGoToolBackup.m \
SOGoToolRestore.m \
SOGoToolCheckDoubles.m \
SOGoToolRemoveDoubles.m \
\
NSDictionary+SOGoTool.m
TOOL_NAME = $(SOGO_TOOL)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble