]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Anais/GNUmakefile
added FHS install support to bundles
[scalable-opengroupware.org] / SOGo / UI / Anais / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = AnaisUI
6
7 AnaisUI_PRINCIPAL_CLASS = AnaisUIProduct
8
9 AnaisUI_LANGUAGES = English French
10
11 AnaisUI_OBJC_FILES +=                   \
12         AnaisUIProduct.m                \
13         AnaisSelector.m                 \
14         AnaisUidSelector.m              \
15         AnaisAttendeeSelector.m         \
16
17 AnaisUI_RESOURCE_FILES +=               \
18         Version                         \
19         product.plist                   \
20         AnaisSelector.wox               \
21         AnaisUidSelector.wox            \
22         AnaisAttendeeSelector.wox
23
24 AnaisUI_LOCALIZED_RESOURCE_FILES +=     \
25         default.strings                 \
26
27 # make
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/bundle.make
31 -include GNUmakefile.postamble
32 include ../../fhsbundle.make