]> err.no Git - scalable-opengroupware.org/blob - Main/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / Main / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ../Version
6 include ./Version
7
8 SOGOD     = sogod-$(MAJOR_VERSION).$(MINOR_VERSION)
9 TOOL_NAME = $(SOGOD)
10
11 # daemon tool
12
13 $(SOGOD)_OBJC_FILES += \
14         sogod.m                 \
15         SOGo.m                  \
16         SOGoProductLoader.m     \
17
18 -include GNUmakefile.preamble
19 include $(GNUSTEP_MAKEFILES)/tool.make
20 -include GNUmakefile.postamble
21 include fhs.make