sogo/Main/GNUmakefile
Wolfgang Sourdeau 643e8fefe7 Monotone-Parent: 473e23aa8952f82b8ef8ebcb95fd3ad46226c3be
Monotone-Revision: 9cebda7de52e1ba413335a38215dc3c20a3b925f

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

29 lines
569 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 \
# NSException+Stacktrace.m\
SOGo.m \
SOGoProductLoader.m \
build.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
include fhs.make