sogo/Main/GNUmakefile
Wolfgang Sourdeau 313859704a Monotone-Parent: 0b420e8656035beafc355f675622d682f09c04b0
Monotone-Revision: 82121024dd2aa65f31879761d7937d78161f9888

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-08T17:38:50
Monotone-Branch: ca.inverse.sogo
2007-08-08 17:38:50 +00:00

25 lines
434 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::
@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