]> err.no Git - scalable-opengroupware.org/blob - Main/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1245 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 ADDITIONAL_INCLUDE_DIRS += -I../SOPE/
9 ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
10
11 SOGOD     = sogod-$(MAJOR_VERSION).$(MINOR_VERSION)
12 TOOL_NAME = $(SOGOD)
13
14 # daemon tool
15 all::
16         @touch build.m
17
18 $(SOGOD)_OBJC_FILES += \
19         sogod.m                 \
20         SOGo.m                  \
21         SOGoProductLoader.m     \
22         build.m
23
24 -include GNUmakefile.preamble
25 include $(GNUSTEP_MAKEFILES)/tool.make
26 -include GNUmakefile.postamble
27 include fhs.make