sogo/UI/Contacts/GNUmakefile
Wolfgang Sourdeau bf44178797 Monotone-Parent: 30014e87141d2eb98a4ea07a788b4468c1c95ba0
Monotone-Revision: a94fdd73f46f13c408afc631567411d8f76242ba

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-05T21:57:32
Monotone-Branch: ca.inverse.sogo
2006-07-05 21:57:32 +00:00

42 lines
812 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_RESOURCE_FILES += \
Images/delete.png \
Images/new-card.png \
Images/new-list.png \
Images/properties.png \
Images/write.png
ContactsUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make