sogo/Main/GNUmakefile
Wolfgang Sourdeau 462432c50a Monotone-Parent: 6177574d3fabbefc759b09f0c6ba42e172090508
Monotone-Revision: ab7765d8d9cabd9c3da98a32f5907faaf59a4e5b

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

29 lines
574 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/ -lbfd
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