]> err.no Git - scalable-opengroupware.org/blob - UI/PreferencesUI/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1087 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / PreferencesUI / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = PreferencesUI
6
7 PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct
8
9 PreferencesUI_LANGUAGES = English French
10
11 PreferencesUI_OBJC_FILES =              \
12         PreferencesUIProduct.m          \
13         \
14         UIxJSONPreferences.m            \
15         UIxPreferences.m
16
17 PreferencesUI_RESOURCE_FILES += \
18         Version         \
19         product.plist   
20
21 PreferencesUI_RESOURCE_FILES += \
22         Toolbars/UIxPreferences.toolbar
23
24 PreferencesUI_LOCALIZED_RESOURCE_FILES += \
25         Localizable.strings             \
26
27 -include GNUmakefile.preamble
28 include $(GNUSTEP_MAKEFILES)/bundle.make
29 -include GNUmakefile.postamble
30 include ../../fhsbundle.make
31
32