]> err.no Git - scalable-opengroupware.org/blob - UI/MainUI/GNUmakefile
6ea51ebe9cd19d2f9cf8e15477c809dee2cc7eb7
[scalable-opengroupware.org] / UI / MainUI / GNUmakefile
1 # GNUstep makefile
2
3 -include ../common.make
4
5 BUNDLE_NAME = MainUI
6
7 MainUI_PRINCIPAL_CLASS = MainUIProduct
8
9 MainUI_LANGUAGES = English French
10
11 MainUI_OBJC_FILES += \
12         MainUIProduct.m         \
13         SOGoRootPage.m          \
14         SOGoUserHomePage.m      \
15         SOGoGroupPage.m         \
16         SOGoGroupsPage.m        \
17
18 MainUI_RESOURCE_FILES +=        \
19         Version                 \
20         product.plist           \
21         OCSFolderInfo.sql \
22         AgenorProfile.sql
23
24 MainUI_LOCALIZED_RESOURCE_FILES += \
25         Locale Localizable.strings
26
27 -include GNUmakefile.preamble
28 include $(GNUSTEP_MAKEFILES)/bundle.make
29 -include GNUmakefile.postamble
30 include ../../fhsbundle.make