]> err.no Git - scalable-opengroupware.org/blob - UI/MainUI/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[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 German
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         AgenorProfile.sql \
22         AgenorProfile-oracle.sql \
23         OCSFolderInfo.sql \
24         OCSFolderInfo-oracle.sql \
25
26 MainUI_LOCALIZED_RESOURCE_FILES += \
27         Locale Localizable.strings
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/bundle.make
31 -include GNUmakefile.postamble
32 include ../../fhsbundle.make