sogo/UI/Contacts/GNUmakefile
Wolfgang Sourdeau 2a179294d7 Monotone-Parent: 89f06969439427f2d6456a59082ce9b2c88ee0cc
Monotone-Revision: 59a124046afcb9738314976b76e1a3a8da551f0a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-01T20:36:20
Monotone-Branch: ca.inverse.sogo
2006-11-01 20:36:20 +00:00

41 lines
842 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = ContactsUI
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
ContactsUI_LANGUAGES = English French
ContactsUI_OBJC_FILES = \
UIxContactsMailerSelection.m \
UIxContactsCalendarsSelection.m \
UIxContactsAddressBooksSelection.m \
\
ContactsUIProduct.m \
UIxContactsFilterPanel.m \
UIxContactView.m \
UIxContactEditor.m \
UIxContactsListView.m \
UIxContactsListViewContainer.m \
UIxContactSelector.m \
UIxContactFoldersView.m \
ContactsUI_RESOURCE_FILES += \
Version \
product.plist \
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