]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Anais/GNUmakefile
AnaisUidSelector, usage of it in UIxCalWeekOverview and diverse enhancements
[scalable-opengroupware.org] / SOGo / UI / Anais / GNUmakefile
1 # $Id: GNUmakefile,v 1.2 2003/12/09 17:38:42 helge Exp $
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 BUNDLE_NAME        = AnaisUI
6 BUNDLE_EXTENSION   = .SOGo
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
8
9 AnaisUI_PRINCIPAL_CLASS = AnaisUIProduct
10
11 AnaisUI_OBJC_FILES +=           \
12         AnaisUIProduct.m        \
13         AnaisSelector.m         \
14         AnaisUidSelector.m      \
15
16
17 AnaisUI_RESOURCE_FILES +=       \
18         Version                 \
19         product.plist           \
20         AnaisSelector.wox       \
21         AnaisUidSelector.wox    \
22
23
24 ADDITIONAL_INCLUDE_DIRS += \
25         -I.. -I../.. -I../../..
26
27 # make
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/bundle.make
31 -include GNUmakefile.postamble