sogo/Main/GNUmakefile
Wolfgang Sourdeau c99f40eea4 Monotone-Parent: f2ad0d0ba43feee8b989d79cf1cdceae7fb74a75
Monotone-Revision: 022519830de83b3b349d002bfd9d9b711c7d9909

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-08T14:55:27
Monotone-Branch: ca.inverse.sogo
2007-08-08 14:55:27 +00:00

25 lines
437 B
Makefile

# GNUstep makefile
-include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ./Version
SOGOD = sogod-$(MAJOR_VERSION).$(MINOR_VERSION)
TOOL_NAME = $(SOGOD)
# daemon tool
all::
$(RM) obj/build.*
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \
SOGoProductLoader.m \
build.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
include fhs.make