sogo/Main/GNUmakefile
Wolfgang Sourdeau 1054f243d4 Monotone-Parent: 9cebda7de52e1ba413335a38215dc3c20a3b925f
Monotone-Revision: 072d560619f22b78e92501eb17c779b5ce668cac

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-05T22:54:34
Monotone-Branch: ca.inverse.sogo
2007-12-05 22:54:34 +00:00

28 lines
541 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-$(MAJOR_VERSION).$(MINOR_VERSION)
TOOL_NAME = $(SOGOD)
# 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
include fhs.make