sogo/UI/Contacts/GNUmakefile
Francis Lachapelle 7fb4f84b49 Hungarian translation
Monotone-Parent: 09a0f45d386d7951e7a9222e26d26b67281bf847
Monotone-Revision: 71429dedcc15f936ae77ba7111d34ac7f5a07537

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-30T02:12:53
Monotone-Branch: ca.inverse.sogo
2009-07-30 02:12:53 +00:00

43 lines
956 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = ContactsUI
ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
ContactsUI_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian
ContactsUI_OBJC_FILES = \
UIxContactsUserFolders.m \
UIxContactsMailerSelection.m \
UIxContactsUserRightsEditor.m \
\
ContactsUIProduct.m \
UIxContactsFilterPanel.m \
UIxContactView.m \
UIxContactEditor.m \
UIxListView.m \
UIxListEditor.m \
UIxContactsListView.m \
UIxContactFoldersView.m
ContactsUI_RESOURCE_FILES += \
Version \
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