sogo/UI/Contacts/GNUmakefile
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

35 lines
665 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_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make