]> err.no Git - scalable-opengroupware.org/blob - SOGo/Main/GNUmakefile
9a8d7e92587c23788f9dfc2e33db856012c56802
[scalable-opengroupware.org] / SOGo / 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 BUNDLE_NAME        = MainUI
11 BUNDLE_EXTENSION   = .SOGo
12 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
13
14 # daemon tool
15
16 $(SOGOD)_OBJC_FILES += \
17         sogod.m                 \
18         SOGo.m                  \
19         SOGoProductLoader.m     \
20         SOGoAuthenticator.m     \
21
22 # product
23
24 MainUI_PRINCIPAL_CLASS = MainUIProduct
25
26 MainUI_LANGUAGES = English French
27
28 MainUI_OBJC_FILES += \
29         MainUIProduct.m         \
30         SOGoRootPage.m          \
31         SOGoUserHomePage.m      \
32         SOGoGroupPage.m         \
33         SOGoGroupsPage.m        \
34
35 MainUI_RESOURCE_FILES +=        \
36         Version                 \
37         product.plist           \
38         \
39         SOGoRootPage.wox        \
40         SOGoUserHomePage.wox    \
41         SOGoGroupPage.wox       \
42         SOGoGroupsPage.wox      \
43
44 MainUI_LOCALIZED_RESOURCE_FILES += \
45         Locale Localizable.strings
46
47 -include GNUmakefile.preamble
48 include $(GNUSTEP_MAKEFILES)/bundle.make
49 include $(GNUSTEP_MAKEFILES)/tool.make
50 -include GNUmakefile.postamble
51 include ../fhsbundle.make