mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 03:55:26 +00:00
a70482d320
Monotone-Revision: 6cff1962c8a5c619a3a6f581a6ed576acab3e1e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-28T20:43:14 Monotone-Branch: ca.inverse.sogo
44 lines
776 B
Makefile
44 lines
776 B
Makefile
# GNUstep makefile
|
|
|
|
include ../common.make
|
|
|
|
BUNDLE_NAME = CommonUI
|
|
|
|
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
|
|
|
|
CommonUI_LANGUAGES = English French
|
|
|
|
CommonUI_OBJC_FILES += \
|
|
CommonUIProduct.m \
|
|
UIxPageFrame.m \
|
|
UIxPrintPageFrame.m \
|
|
UIxSortButton.m \
|
|
UIxAppNavView.m \
|
|
\
|
|
UIxAclEditor.m \
|
|
UIxObjectActions.m \
|
|
UIxFolderActions.m \
|
|
UIxElemBuilder.m \
|
|
UIxTabView.m \
|
|
UIxTabItem.m \
|
|
UIxUserRightsEditor.m \
|
|
\
|
|
UIxToolbar.m
|
|
|
|
CommonUI_RESOURCE_FILES += \
|
|
Version \
|
|
product.plist \
|
|
Toolbars/SOGoAclOwner.toolbar \
|
|
Toolbars/SOGoAclAssistant.toolbar \
|
|
|
|
|
|
CommonUI_LOCALIZED_RESOURCE_FILES += \
|
|
Localizable.strings \
|
|
|
|
# make
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
-include GNUmakefile.postamble
|
|
include ../../fhsbundle.make
|