sogo/Tools/GNUmakefile
Wolfgang Sourdeau cd20a4bb95 Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9
Monotone-Revision: 30fad51e106d0d41d97df28ae6130ac987d1af5f

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

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