]> err.no Git - scalable-opengroupware.org/blob - SOGo/Main/GNUmakefile
implemented homepage (almost done), removed 'schedule' tab
[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         SOGoUser.m              \
22
23 # product
24
25 MainUI_PRINCIPAL_CLASS = MainUIProduct
26
27 MainUI_LANGUAGES = English French
28
29 MainUI_OBJC_FILES += \
30         MainUIProduct.m         \
31         SOGoRootPage.m          \
32         SOGoUserHomePage.m      \
33         SOGoGroupPage.m         \
34         SOGoGroupsPage.m        \
35
36 MainUI_RESOURCE_FILES +=        \
37         Version                 \
38         product.plist           \
39         \
40         SOGoRootPage.wox        \
41         SOGoUserHomePage.wox    \
42         SOGoGroupPage.wox       \
43         SOGoGroupsPage.wox      \
44         \
45         homepage.js             \
46
47 MainUI_LOCALIZED_RESOURCE_FILES += \
48         Locale Localizable.strings
49
50 -include GNUmakefile.preamble
51 include $(GNUSTEP_MAKEFILES)/bundle.make
52 include $(GNUSTEP_MAKEFILES)/tool.make
53 -include GNUmakefile.postamble
54 include ../fhsbundle.make