sogo/UI/Contacts/GNUmakefile
Wolfgang Sourdeau bc4c9e5e36 Monotone-Parent: 1b59f6830523b216a3f073e483424747c8873bc8
Monotone-Revision: 1ec7a369d9d6744a61fc1193f0d873bbeb9fd414

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-11T18:08:13
Monotone-Branch: ca.inverse.sogo
2006-07-11 18:08:13 +00:00

46 lines
896 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = ContactsUI
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
ContactsUI_LANGUAGES = English French
ContactsUI_OBJC_FILES = \
UIxContactsListViewBase.m \
UIxContactEditorBase.m \
\
ContactsUIProduct.m \
UIxContactsSelectionView.m \
UIxContactView.m \
UIxContactSelector.m \
UIxContactEditor.m \
UIxContactsListView.m \
ContactsUI_RESOURCE_FILES += \
Version \
product.plist \
ContactsUI.js
ContactsUI_RESOURCE_FILES += \
Images/delete.png \
Images/new-card.png \
Images/new-list.png \
Images/properties.png \
Images/write.png
ContactsUI_RESOURCE_FILES += \
Toolbars/SOGoContactFolder.toolbar
ContactsUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make