# $Id: GNUmakefile 316 2004-09-26 15:14:29Z helge $ include ../common.make BUNDLE_NAME = ContactsUI ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct ContactsUI_LANGUAGES = English French ContactsUI_OBJC_FILES = \ ContactsUIProduct.m \ \ UIxContactsListView.m \ UIxContactsSelectionView.m \ UIxContactView.m \ UIxContactEditor.m \ UIxContactSelector.m \ ContactsUI_RESOURCE_FILES += \ Version \ product.plist \ ContactsUI_RESOURCE_FILES += \ UIxContactsListView.wox \ UIxContactsSelectionView.wox \ UIxContactView.wox \ UIxContactEditor.wox \ UIxContactSelector.wox \ ContactsUI_LOCALIZED_RESOURCE_FILES += \ default.strings \ ADDITIONAL_INCLUDE_DIRS += \ -I.. -I../.. -I../../.. # make -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble