mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
Monotone-Parent: 17530608006b90a01cc2e9b0e6c5591ad9be6610 Monotone-Revision: 7680b97cb4b0c7c994b80ccc36a5e6698af319b7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T21:15:49
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# GNUstep makefile
|
|
|
|
include ../common.make
|
|
|
|
BUNDLE_NAME = ContactsUI
|
|
|
|
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
|
|
|
|
ContactsUI_LANGUAGES = BrazilianPortuguese Catalan Czech Dutch English French German Hungarian Icelandic Italian NorwegianBokmal NorwegianNynorsk Polish Russian Spanish Swedish Ukrainian Welsh
|
|
|
|
ContactsUI_OBJC_FILES = \
|
|
UIxContactsUserFolders.m \
|
|
UIxContactsMailerSelection.m \
|
|
UIxContactsUserRightsEditor.m \
|
|
\
|
|
ContactsUIProduct.m \
|
|
UIxContactsFilterPanel.m \
|
|
UIxContactActions.m \
|
|
UIxContactView.m \
|
|
UIxContactEditor.m \
|
|
UIxListView.m \
|
|
UIxListEditor.m \
|
|
UIxContactsListActions.m \
|
|
UIxContactFoldersView.m \
|
|
UIxContactFolderActions.m
|
|
|
|
ContactsUI_RESOURCE_FILES += \
|
|
product.plist \
|
|
|
|
ContactsUI_RESOURCE_FILES += \
|
|
Toolbars/SOGoContactFolder.toolbar
|
|
|
|
ContactsUI_LOCALIZED_RESOURCE_FILES += \
|
|
Localizable.strings \
|
|
|
|
# make
|
|
|
|
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
|
|
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
-include GNUmakefile.postamble
|