]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/SOGo/GNUmakefile
a1db9856da1a2a879f46bf6c4060d021d06bd22f
[scalable-opengroupware.org] / SOGo / SoObjects / SOGo / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 -include ../../Version
5 -include ./Version
6
7 LIBRARY_NAME = libSOGo
8
9 libSOGo_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
10
11 libSOGo_HEADER_FILES_DIR         = .
12 libSOGo_HEADER_FILES_INSTALL_DIR = /SOGo
13
14 libSOGo_HEADER_FILES = \
15         SOGoObject.h            \
16         SOGoFolder.h            \
17         SOGoContentObject.h     \
18         SOGoUserFolder.h        \
19         SOGoGroupsFolder.h      \
20         SOGoGroupFolder.h       \
21         SOGoCustomGroupFolder.h \
22
23 libSOGo_OBJC_FILES = \
24         SOGoObject.m            \
25         SOGoFolder.m            \
26         SOGoContentObject.m     \
27         SOGoUserFolder.m        \
28         SOGoGroupsFolder.m      \
29         SOGoGroupFolder.m       \
30         SOGoCustomGroupFolder.m \
31
32 -include GNUmakefile.preamble
33 include $(GNUSTEP_MAKEFILES)/library.make
34 -include GNUmakefile.postamble