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